atomic

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.0
    publishedInvalid 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.sh
  • scripts/dev-libs.sh
  • scripts/dev-apps.sh
  • ux/navigation-parent-shell.md when changing nav or manifest behavior

Operating Procedure

  1. Run yarn link:community after dependency or checkout changes.
  2. Run yarn dev:libs when editing shared community UI/framework/collections/crypto packages.
  3. Start apps with flowstate plugin dev, not raw Vite, so host dev manifests are written.
  4. Verify final UI in /Users/sthornock/code/epic/flowstate-web at http://localhost:4000/apps/<plugin-id>/....
  5. Run yarn check:nav after 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

SkillPurpose
flowstate-apps-workspaceOperate the first-party apps workspace, shared UX routing, local dev scripts, and nav sync checks.
flowstate-apps-plugin-dev-hostRun 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 ./skills

Replace <target> with your agent target identifier. See the CLI docs for details.