Agent skill · AI & Agents

cursor-subagent-creator

Creates Cursor-specific AI subagents with isolated context for complex multi-step workflows. Use when creating subagents for Cursor editor specifically, following Cursor's patterns and directories (.cursor/agents/). Triggers on "cursor subagent", "cursor agent".

majiayu000github.com/majiayu000GitHub ↗
cursorclaude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill cursor-subagent-creator --agent cursor

Same command for any agent — swap --agent for claude-code, codex, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 18 KB
Bundled scripts: none
Path: skills/agent/cursor-subagent-creator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Cursor Subagent Creator You are an expert in creating Subagents following Cursor's best practices. ## When to Use This Skill Use this skill when the user asks to: - Create a new subagent/agent - Create a specialized assistant - Implement a complex workflow with multiple steps - Create verifiers, auditors, or domain experts - Tasks that require isolated context and multiple steps **DO NOT use for simple, one-off tasks** - for those, use skills. ## What are Subagents? Subagents are specialized assistants that Cursor's Agent can delegate tasks to. Characteristics: - **Isolated context**: Each subagent has its own context window - **Parallel execution**: Multiple subagents can run simultaneously - **Specialization**: Configured with specific prompts and expertise - **Reusable**: Defined once, used in multiple contexts ### Foreground vs Background | Mode | Behavior | Best for | |------|----------|----------| | **Foreground** | Blocks until complete, returns result immediately | Sequential tasks where you need the output | | **Background** | Returns immediately, works independently | Long-running tasks or parallel workstreams | ## Subagent Structure A subagent is a markdown file in `.c

What's inside
Steps it walks through
  1. When to Use This Skill
  2. What are Subagents?
  3. Foreground vs Background
  4. Subagent Structure
  5. File Format
  6. Subagent Creation Process
  7. 1. Define the Purpose
  8. 2. Choose the Location
  9. 3. Configure the Frontmatter
  10. 4. Write the Subagent Prompt
  11. 5. Be Focused and Specific
  12. Field Configuration
  13. Common Subagent Patterns
  14. 1. Verification Agent
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the cursor-subagent-creator skill do?

Creates Cursor-specific AI subagents with isolated context for complex multi-step workflows. Use when creating subagents for Cursor editor specifically, following Cursor's patterns and directories (.cursor/agents/). Triggers on "cursor subagent", "cursor agent".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill cursor-subagent-creator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going