From autocode
Define and enforce project-wide quality standards for agent and skill documents. Use when creating, reviewing, or refactoring files under agents/ and skills/ to keep structure, terminology, and output contracts consistent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:agent-skill-governanceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill defines mandatory authoring standards for files under `agents/` and `skills/`.
This skill defines mandatory authoring standards for files under agents/ and skills/.
agents/*.mdskills/**/SKILL.mddecision: go|no_goblocking_issuesnext_actionsvalidator, generator, checker, interactorlimit_ratio, limit_semantics, wrong_solution_killMust include:
Must include:
go vs no_go).Before finalizing edits:
Use this checklist when updating any agents/ or skills/ file:
Project-specific constraints such as maximum clarification count are allowed as long as they are explicit and non-contradictory.
npx claudepluginhub summeronetwo/autocodeCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.