From autocode
Defines and enforces quality standards for agent and skill documents, ensuring consistent structure, terminology, and output contracts under agents/ and skills/.
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 sztu-acm/autocodeCreates and validates production-grade agent .md files for Anthropic 2026 16-field spec. Use for custom subagents, agent quality review, or orchestrator architectures. Triggers: /agent-creator, 'create an agent'.
Generates and maintains AGENTS.md files for AI agents using shell scripts that detect project structure, extract commands and CI rules, and validate content freshness.
Defines universal NL programming conventions for SKILL.md artifacts across tools (Claude Code, Codex CLI, Antigravity). Use when authoring or scoring cross-tool agent skills.