What problem does it solve? Teams repeatedly explain the same conventions and workflows to AI agents, producing inconsistent results. This Skill standardizes how new skills are authored so every SKILL.md follows a valid, discoverable, LLM-first structure. ## Core Features & Use Cases - Skill Scaffolding: Creates skills/{skill-name}/SKILL.md 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. - Use Case: When your team keeps repeating the same Jira ticket format instructions to an AI agent, use this Skill to codify that pattern into a reusable, registered skill with proper trigger words and decision tables. ## Quick Start Create a new skill for our team's Jira ticket creation workflow following the skill style guide.