What problem does it solve? Teams repeatedly explain the same conventions and workflows to AI agents, and ad-hoc prompts produce inconsistent results. This Skill standardizes how reusable AI instruction contracts (skills) are authored so agents activate the right guidance every time. ## Core Features & Use Cases - Skill Scaffolding: Generates SKILL.md files with required frontmatter (name, description, license, metadata) and ordered sections: Activation Contract, Hard Rules, Decision Gates, Execution Steps, Output Contract, References. - Style Guide Enforcement: Applies the repo's docs/skill-style-guide.md or the bundled references/skill-style-guide.md copy, with inline fallback rules when neither is available. - Token Budget Control: Enforces a 180-450 token body target with a 1000-token hard maximum, moving detail into assets/ or references/. - Use Case: When your team keeps re-explaining how to format Jira tickets to an AI agent, use this Skill to create a reusable jira-task skill with trigger words, hard rules, and a decision table. ## Quick Start Create a new skill for our team's Jira ticket creation workflow following the skill style guide.