What problem does it solve? Setting up specialized AI assistants in Cursor requires knowing the correct file locations, frontmatter format, and description conventions. This Skill guides you through creating subagents that isolate context, specialize behavior, and reuse configurations across projects. ## Core Features & Use Cases - Subagent File Creation: Generate .md subagent files with valid YAML frontmatter (name and description) placed in .cursor/agents/ or ~/.cursor/agents/. - Ready-Made Templates: Includes complete examples for a code reviewer, debugger, and data scientist subagent with full system prompts. - Delegation Optimization: Explains how to write descriptions with trigger terms and "use proactively" phrasing so the AI delegates tasks automatically. - Use Case: After a long debugging session, ask the AI to create a dedicated debugger subagent so future error investigations run in an isolated context with a root-cause-analysis workflow. ## Quick Start Create a Cursor subagent named code-reviewer that proactively reviews code for quality, security, and maintainability.