atomic

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.0
    publishedInvalid 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

  1. Rename package.json name, description, keywords, and dev port.
  2. Rename flowstate.plugin.json id, display name, route, plugin export, command ids, sidebar links, category, icon, and color.
  3. Rename src/plugin.ts export and update src/index.ts.
  4. Replace HomePage.tsx placeholder content with the first real app screen.
  5. Add schemas under src/schemas only when the app has real user input.
  6. Run typecheck and build before touching generated outputs.

Verification

  • yarn workspace <new-package-name> typecheck
  • yarn workspace <new-package-name> build

Created: 2026-06-30

Package Skill Inventory

FlowState Boilerplate Skill Inventory

Reviewed: 2026-06-30

Skills

SkillTypeUse whenSource basis
flowstate-app-boilerplateOrchestratorCreating or modifying a minimal FlowState app from the boilerplate packagesrc/App.tsx, src/plugin.ts, flowstate.plugin.json
flowstate-app-boilerplate-derive-appWorkflowTurning the boilerplate into a new domain apppackage.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 ./skills

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