flowstate-epic-flowstate-apps-epicdm-flowstate-app-boilerplate
Package-local agent skill for @epicdm/flowstate-app-boilerplate.
Tags
Publisher
Versions
1 version published — latest: 1.0.0
- 1.0.0publishedInvalid Date
Skill
flowstate-app-boilerplate Package Skill
Package: @epicdm/flowstate-app-boilerplate
Repository: epic-flowstate-apps
Path: packages/flowstate-app-boilerplate
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
Derive App From Boilerplate
Status: Active
Purpose: Prevent half-renamed apps when using the boilerplate as a starting point.
Scope: packages/flowstate-app-boilerplate
Trigger: Work turns the boilerplate into a concrete app package.
Input: New app id, package name, route, port, display metadata, and first domain workflow.
Output: A consistently renamed app shell.
Workflow
- Rename
package.jsonname, description, keywords, and dev port. - Rename
flowstate.plugin.jsonid, display name, route, plugin export, command ids, sidebar links, category, icon, and color. - Rename
src/plugin.tsexport and updatesrc/index.ts. - Replace
HomePage.tsxplaceholder content with the first real app screen. - Add schemas under
src/schemasonly when the app has real user input. - Run typecheck and build before touching generated outputs.
Verification
yarn workspace <new-package-name> typecheckyarn workspace <new-package-name> build
Created: 2026-06-30
Package Skill Inventory
FlowState Boilerplate Skill Inventory
Reviewed: 2026-06-30
Skills
| Skill | Type | Use when | Source basis |
|---|---|---|---|
flowstate-app-boilerplate | Orchestrator | Creating or modifying a minimal FlowState app from the boilerplate package | src/App.tsx, src/plugin.ts, flowstate.plugin.json |
flowstate-app-boilerplate-derive-app | Workflow | Turning the boilerplate into a new domain app | package.json, flowstate.plugin.json, src/index.ts, src/components, src/pages |
Review Gate
FlowState Boilerplate Skills Review
Reviewed: 2026-06-30 Status: Pass
Checks
- Skills do not invent domain features.
- Skills focus on app-shell derivation and minimal route/plugin conventions.
- Skills cite current template files.
Residual Risk
This package has no real domain tests. Verify derived apps with typecheck/build after renaming plugin and package identifiers.
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-boilerplate/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-boilerplate --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.