flowstate-package-skills-creation
Create reviewed package-local agent skillsets from source-backed package code review.
Tags
Publisher
Versions
1 version published — latest: 2.0.6
- 2.0.6publishedInvalid Date
Skill
Use when creating or repairing package-local FlowState agent skills from package source code, feature inventories, and docs.
Package skills are operating instructions, not feature lists. A package skill must teach an agent when to use the package, how to call it, what files and APIs matter, how workflows compose with other packages, and how to verify work.
Workflow:
- Select one package and record package path, package metadata, existing docs, feature matrix, skills, Dojo files, and downstream references.
- Use flowstate-package-skills-code-review to inspect source, exports, tests, docs, feature matrix, and reverse references.
- Use flowstate-package-skills-inventory to create SKILL-INVENTORY.md with an anti-sprawl decision.
- Use flowstate-package-skills-authoring and flowstate-writing-skills to write package-local SKILL.md files manually from evidence.
- Use flowstate-package-skills-review before scaling or publishing.
- Use flowstate-package-dojo-sync only after local package skills pass review.
Do not use scripts to auto-generate final package skills. Scripts may inspect, validate, or format already-authored content.
Usage
Source skill: /Users/sthornock/code/epic/epic-flowstate-skills/skills/flowstate-package-skills-creation/SKILL.md Always pair this skill with flowstate-writing-skills.
Install
Run this in your project to install via CLI:
fscloud dojo skill install flowstate-package-skills-creation --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.