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 instructions are authored so agents activate the right guidance at the right time. ## Core Features & Use Cases - Skill Authoring Workflow: Guides creation of SKILL.md files with required frontmatter (name, description, license, metadata) and ordered sections from Activation Contract to References. - Style Guide Enforcement: Applies the repo's skill-style-guide.md or a bundled fallback copy, enforcing token budgets, single-line descriptions, and trigger-word placement. - Decision Gates: Provides tables for deciding when content belongs in assets/, references/, or the main skill body. - Use Case: When your team documents a recurring Jira ticket-creation pattern, use this Skill to generate a compliant skill with proper triggers, register it in AGENTS.md, and keep the body under the token budget. ## Quick Start Ask the agent to create a new skill for a repeated workflow, for example: create a skill that documents how we format Jira tasks in this repository.