cursor-subagent-creator

Create Cursor subagents with YAML frontmatter under .cursor/agents/.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Gabrielloopes33/nexIA --skill cursor-subagent-creator-gabrielloopes33
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cursor-subagent-creator
Source: https://github.com/Gabrielloopes33/nexIA/tree/main/.copilot/skills/cursor-subagent-creator
Command: npx skills add https://github.com/Gabrielloopes33/nexIA --skill cursor-subagent-creator-gabrielloopes33

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cursor-style development often requires reusable, isolated subagents. This skill provides a standardized pattern for creating Cursor subagents that live under .cursor/agents/ and follow Cursor conventions.

Core Features & Use Cases

  • Provides a configurable frontmatter-driven template to define subagents.
  • Ensures isolated context and reusability across multiple Cursor-enabled projects.
  • Useful for building verifiers, domain experts, or specialized assistants in complex workflows.

Quick Start

Create a new subagent named cursor-subagent-creator and place it under .cursor/agents.

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 Cursor subagents with isolated context for multi-step workflows?

To create Cursor subagents with isolated context, you use a standardized frontmatter-driven template that defines the subagent under the .cursor/agents/ directory. This ensures reusability and proper context separation across complex workflows.

What is the correct directory structure and frontmatter for Cursor subagents?

Cursor subagents require placement under the .cursor/agents/ directory and must include valid YAML frontmatter specifying the name and description. This structure enforces Cursor's directory conventions and ensures a valid Skill Unit.

When do I need to set up isolated context subagents in Cursor?

You need isolated context subagents in Cursor when designing multi-step workflows, building specialized domain experts, or creating verifiers. This pattern separates context to ensure reusable and specialized assistants for complex tasks.

Can I use this subagent template to enforce safety and dependency reporting in Cursor?

Yes, the subagent template enforces a valid Skill Unit by requiring YAML frontmatter and automatically reporting on dependencies, components, and safety constraints within your Cursor development environment.

What is the best way to standardize reusable assistants across multiple Cursor projects?

The best way to standardize reusable assistants across Cursor projects is applying a configurable frontmatter-driven template that enforces directory conventions under .cursor/agents/ and ensures isolated context for each subagent.

Does generating a Cursor subagent require manual YAML configuration?

Generating a Cursor subagent automates the YAML configuration process by applying a standard frontmatter template with required name and description fields, reducing manual setup while enforcing valid Skill Unit structure.