cursor-subagent-creator

Create Cursor subagents with frontmatter and YAML metadata.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Mercurykz/Barretao- --skill cursor-subagent-creator-mercurykz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cursor-subagent-creator
Source: https://github.com/Mercurykz/Barretao-/tree/main/.cursor/skills/cursor-subagent-creator
Command: npx skills add https://github.com/Mercurykz/Barretao- --skill cursor-subagent-creator-mercurykz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured approach to create Cursor-specific AI subagents with isolated context, aligning with Cursor patterns and directories (.cursor/agents/).

Core Features & Use Cases

  • Templates and guidance to structure new subagents under .cursor/agents/, including frontmatter and prompt templates
  • Clear naming and frontmatter conventions to ensure consistency across projects
  • Suitable for creating verifiers, auditors, domain experts, or specialized helpers for Cursor editor workflows

Quick Start

Create a new file at .cursor/agents/[agent-name].md with the proper frontmatter and a concise subagent prompt

Frequently Asked Questions about cursor-subagent-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Cursor subagent with isolated context?▼

To create a Cursor subagent, generate a Markdown file under the .cursor/agents/ directory containing proper YAML frontmatter (name, description, model) and a concise prompt to isolate its context.

What frontmatter is required for Cursor agents in .cursor/agents/?▼

Required frontmatter for Cursor agents includes name, description, and model fields, ensuring the subagent is properly configured and recognized within the Cursor editor workflow.

When should I use isolated subagents for software engineering workflows?▼

Use isolated subagents when structuring complex workflows that require multiple specialized agents, such as verifiers, auditors, or domain experts, to prevent context overlap and maintain consistency.

Can I use specialized agent patterns for verifiers and auditors in Cursor?▼

Yes, you can create specialized helpers like verifiers and auditors by defining new subagents in the .cursor/agents/ directory with appropriate frontmatter and prompt templates.

Does the subagent generation process support optional directories?▼

Yes, the subagent generation process ensures frontmatter presence and supports optional directories, producing a consistent YAML metadata output for your Cursor development tools.