create-subagent

Create custom Cursor subagents with YAML frontmatter and markdown system prompts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/OM-bit-hub/daily_tracker --skill create-subagent-om-bit-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-subagent
Source: https://github.com/OM-bit-hub/daily_tracker/tree/main/.agents/skills-cursor/create-subagent
Command: npx skills add https://github.com/OM-bit-hub/daily_tracker --skill create-subagent-om-bit-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to extend Cursor by creating focused subagents that run in isolated contexts with tailored system prompts for specialized tasks.

Core Features & Use Cases

  • Create project-level or user-level subagents with YAML frontmatter and a body that serves as the system prompt.
  • Define reusable workflows for code review, debugging, data processing, or domain-specific automation.
  • Use proactively to delegate tasks when specific prompts or roles are needed across projects.

Quick Start

Create a new subagent by adding a .md file with YAML frontmatter (name and description) and a body that serves as the system prompt.

Frequently Asked Questions about create-subagent

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

FAQPage Schema
How do I create custom AI subagents for Cursor workflows?

To create custom AI subagents for Cursor workflows, you add a markdown file with YAML frontmatter defining the agent's name and description, then use the body as the system prompt. This organizes task-specific automation with reusable configurations.

What is a subagent in Cursor and when do I need one?

A Cursor subagent is a focused AI assistant running in an isolated context with a tailored system prompt. You need one when delegating specialized tasks like code review, debugging, or domain-specific data processing across projects.

Does a Cursor subagent require YAML frontmatter to function?

Yes, a Cursor subagent requires YAML frontmatter to satisfy configuration requirements. The frontmatter must include specific fields like name and description to define the agent before the markdown body acts as its system prompt.

Can I load external scripts and references into Cursor subagents?

Yes, you can load external resources into Cursor subagents. The configuration supports optional directories for scripts, references, and assets, allowing the agent to access reusable components and loadable resources during task execution.

What's the best way to configure a reusable code reviewer in Cursor?

The best way to configure a reusable code reviewer in Cursor is to create a project-level or user-level subagent. You define its code review workflow using a markdown body as the system prompt with YAML frontmatter.

Are Cursor subagents limited to project-level configurations?

No, Cursor subagents are not limited to project-level configurations. You can create either project-level or user-level subagents, enabling domain-focused assistants with reusable configurations that operate proactively across different environments.