What problem does it solve? Repeatedly explaining the same workflows to an AI agent wastes time and produces inconsistent results. This Skill provides a structured process for capturing reusable knowledge, procedures, and workflows as persistent skill files that future agent sessions can discover and follow. ## Core Features & Use Cases - Skill File Creation: Guides the creation of SKILL.md files with proper YAML frontmatter (name and description) and instruction bodies written to .agents/skills/SKILLNAME/. - Discovery Optimization: Enforces naming rules (lowercase, hyphens, max 64 chars) and description best practices so skills trigger correctly in future sessions. - Authoring Guidance: Provides writing tips on conciseness, specificity, examples, and organizing large content into separate reference files. - Use Case: A user repeatedly asks the agent to review pull requests a certain way. Use this Skill to create a pr-review skill that codifies the review checklist and output format once, so every future PR review follows the same process. ## Quick Start Create a skill that teaches you how to review pull requests using my team's checklist and save it for future sessions.