flowstate-epic-flowstate-apps-epic-flowstate-apps
Package-local agent skill for epic-flowstate-apps.
Tags
Publisher
Versions
1 version published — latest: 1.0.0
- 1.0.0publishedInvalid Date
Skill
epic-flowstate-apps Package Skill
Package: epic-flowstate-apps
Repository: epic-flowstate-apps
Path: .
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 Apps Plugin Dev Host
Use this skill when verifying first-party app packages in the flowstate-web parent host.
Start Here
Read:
scripts/link-community.shscripts/dev-libs.shscripts/dev-apps.shux/navigation-parent-shell.mdwhen changing nav or manifest behavior
Operating Procedure
- Run
yarn link:communityafter dependency or checkout changes. - Run
yarn dev:libswhen editing shared community UI/framework/collections/crypto packages. - Start apps with
flowstate plugin dev, not raw Vite, so host dev manifests are written. - Verify final UI in
/Users/sthornock/code/epic/flowstate-webathttp://localhost:4000/apps/<plugin-id>/.... - Run
yarn check:navafter adding, renaming, or removing app navigation items.
Common Commands
yarn dev:apps --list
yarn dev:apps business --with-libs
yarn dev:apps bizplan projects
Package Skill Inventory
epic-flowstate-apps Skill Inventory
| Skill | Purpose |
|---|---|
flowstate-apps-workspace | Operate the first-party apps workspace, shared UX routing, local dev scripts, and nav sync checks. |
flowstate-apps-plugin-dev-host | Run plugin apps against the flowstate-web parent host using flowstate plugin dev. |
Review Gate
epic-flowstate-apps Skill Review
Verdict
Pending verification.
Root skills are source-backed and focus on app workspace operation, UX routing, local dev, and host/plugin integration.
Verification To Run
yarn check:nav
yarn typecheck
yarn test
Follow-Ups
- Rebuild generated Dojo content from reviewed local skills before publishing.
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 ./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-epic-flowstate-apps --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.