What problem does it solve? Setting up specialized AI assistants for recurring tasks like code review or debugging requires knowing the correct file format, directory locations, and frontmatter conventions. This Skill guides the creation of custom Cursor subagents so delegation works reliably. ## Core Features & Use Cases - Subagent File Creation: Generates .md files with valid YAML frontmatter (name, description) and a markdown system prompt body. - Scope Selection: Places subagents in .cursor/agents/ for project-level sharing or ~/.cursor/agents/ for personal cross-project use, with correct priority handling. - Ready-Made Templates: Provides complete examples for a code reviewer, debugger, and data scientist subagent. - Use Case: After repeatedly asking the AI to review code, create a code-reviewer subagent with a proactive description so the AI delegates reviews automatically after every code change. ## Quick Start Create a code-reviewer subagent for this project that proactively reviews code for quality, security, and maintainability.