What problem does it solve? Defining new specialized AI agents for the aimee-codes CLI requires a precise file format with mandatory YAML frontmatter fields and a structured instruction body; this Skill guides the creation of valid agent files that aimee can discover and load. ## Core Features & Use Cases - Agent File Authoring: Produces complete agent .md files with all required frontmatter fields (id, title, description, reasoning, tools, user_prompt) placed in the .aimee/agents directory. - Templates and Patterns: Provides ready-made templates for implementation, research, and planning agent types, plus tool-selection guidelines and naming conventions. - Validation Guidance: Includes a checklist and common-mistake examples to catch invalid YAML, missing fields, wrong file locations, and inappropriate tool assignments. - Use Case: You want a code-review agent for your project; use this Skill to generate a code-reviewer.md file with read-only tools, core principles, and clear limitations, saved where aimee will discover it. ## Quick Start Create a new aimee agent named code-reviewer that analyzes code quality using only read and search tools.