Use when creating or editing skills in this marketplace or preparing skill behavior fixtures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/development-discipline:writing-skillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Skills are operational instructions for future agents. In this marketplace they
Skills are operational instructions for future agents. In this marketplace they must be concise, triggerable, progressively disclosed, and backed by behavior fixtures when the behavior matters.
plugins/<plugin>/skills/<skill-name>/SKILL.md..claude-plugin/ or
.codex-plugin/.name and a trigger-only description beginning with
Use when....Add fixtures under evals/fixtures/behavior/.../cases.json when a skill changes
agent behavior that should regress visibly. Good fixtures include:
plugins and skills mappings.npx claudepluginhub jwilger/ai-plugins --plugin development-disciplineCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.