flowstate-epic-flowstate-apps-epicdm-flowstate-app-orchestrator
Package-local agent skill for @epicdm/flowstate-app-orchestrator.
Tags
Publisher
Versions
1 version published — latest: 1.0.0
- 1.0.0publishedInvalid Date
Skill
flowstate-app-orchestrator Package Skill
Package: @epicdm/flowstate-app-orchestrator
Repository: epic-flowstate-apps
Path: packages/flowstate-app-orchestrator
Version: 1.0.0
Use this published Dojo skill as the package-level entrypoint. For detailed workflows, use the package-local skills listed below.
Primary Package Workflow
FlowState App Orchestrator
Status: Active
Purpose: Guide agents changing the worker container console.
Scope: Plugin, app, exports, pages, typed runtime models, and static data.
Trigger: Changes to /apps/orchestrator, container/harness/config/event pages, or exports.
Input: Package source and prototype context.
Output: Changes aligned with plugin metadata and typed fixtures.
Workflow
- Check
src/plugin.ts; idorchestrator, route/apps/orchestrator, base path/orchestrator. - Check
src/index.tsfor exports. - Use
orchestrator-runtime-consolefor typed UI/model changes. - Use
orchestrator-static-datafor fixture or prototype work. - Verify with package scripts.
Created: 2026-06-30
Package Skill Inventory
Skill Inventory: flowstate-app-orchestrator
| Skill | Type | Use When | Source |
|---|---|---|---|
flowstate-app-orchestrator | Orchestrator | App integration and exports | src/index.ts, src/plugin.ts |
orchestrator-runtime-console | Reference/workflow | Containers, harnesses, configs, events | src/types.ts, src/pages/* |
orchestrator-static-data | Reference | Fixture/prototype updates | src/data/orchestratorData.ts, prototype/* |
Review Gate
Package Skills Review: flowstate-app-orchestrator
Pass. Skills distinguish typed static console data from live operations and cite concrete source files.
Residual risk: future live backend integration needs a separate API skill.
Usage
Start with this skill to understand the package purpose, then use the package-local focused skills for specific workflows. Keep this Dojo version aligned with packages/flowstate-app-orchestrator/package.json. Do not treat generated feature lists as lessons; use workflow evidence from CODE-REVIEW.md, SKILL-INVENTORY.md, and REVIEW.md.
Install
Run this in your project to install via CLI:
fscloud dojo skill install flowstate-epic-flowstate-apps-epicdm-flowstate-app-orchestrator --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.