atomic

flowstate-package-skills-authoring

Write package-local SKILL.md files that teach real package workflows.

Tags

Publisher

Versions

1 version published — latest: 2.0.6

  • 2.0.6
    publishedInvalid Date

Skill

Use when writing package-local FlowState agent skills from a reviewed package skill inventory.

Write each skill manually under <package>/.flowstate/skills/<skill-slug>/SKILL.md. Include YAML frontmatter, Status, Purpose, Scope, Trigger, Input, Output, Overview, Workflow, Verification, Composition, Pitfalls, and Done When when those sections add value.

Each package skill must include concrete package source paths or public symbols, task-oriented steps, verification commands or observable checks, external service assumptions, composition notes, and any source/docs/matrix drift that changes usage.

Do not paste feature inventory rows, marketing copy, long source excerpts, or generic framework advice. Do not copy generated .flowstate/dojo content into package skills.

Usage

Source skill: /Users/sthornock/code/epic/epic-flowstate-skills/skills/flowstate-package-skills-authoring/SKILL.md Use flowstate-writing-skills as the formatting authority.

Install

Run this in your project to install via CLI:

fscloud dojo skill install flowstate-package-skills-authoring --target <target> --out ./skills

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