create-subagent

Solid

Create custom subagents for specialized AI tasks. Use when the user wants to create a new type of subagent, set up task-specific agents, configure code reviewers, debuggers, or domain-specific assistants with custom prompts.

AI & Automation 9 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
33
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Creating Custom Subagents This skill guides you through creating custom subagents for Cursor. Subagents are specialized AI assistants that run in isolated contexts with custom system prompts. ## When to Use Subagents Subagents help you: - **Preserve context** by isolating exploration from your main conversation - **Specialize behavior** with focused system prompts for specific domains - **Reuse configurations** across projects with user-level subagents ### Inferring from Context If you have previous conversation context, infer the subagent's purpose and behavior from what was discussed. Create the subagent based on specialized tasks or workflows that emerged in the conversation. ## Subagent Locations | Location | Scope | Priority | |----------|-------|----------| | `.cursor/agents/` | Current project | Higher | | `~/.cursor/agents/` | All your projects | Lower | When multiple subagents share the same name, the higher-priority location wins. **Project subagents** (`.cursor/agents/`): Ideal for codebase-specific agents. Check into version control to share with your team. **User subagents** (`~/.cursor/agents/`): Personal agents available across all your projects. ## Subagent File Format Create a `.md` file with YAML frontmatter and a markdown body (the system prompt): ```markdown --- name: code-reviewer description: Reviews code for quality and best practices --- You are a code reviewer. When invoked, analyze the code and provide specific, actionable feedback on...

Details

Author
kensaurus
Repository
kensaurus/cursor-kenji
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

subagent-creator

Create Claude Code subagents — the `.claude/agents/<name>.md` definition files Claude Code delegates work to. Guides the choice of name, description (the delegation trigger), tools allowlist, model, and system prompt, then writes the definition and validates its frontmatter against the real field and tool names. Trigger on "make an agent that reviews migrations", "I want a test-writer agent", "create a custom agent", "scaffold a subagent", "set up a specialized agent for Claude Code", and on the Korean phrasings "서브에이전트 만들어줘", "에이전트 하나 만들어줘", "커밋 전에 리뷰하는 에이전트 만들어줘", "커스텀 에이전트 추가해줘" — even when the word "subagent" is never said. Route elsewhere: an Agent Skill or SKILL.md (skill-creator), a plugin or marketplace entry, a slash command, hooks and settings.json, and one-off delegation through the Agent tool that needs no definition file at all.

0 Updated 3 weeks ago
PubCyBerry
AI & Automation Listed

askit-build-subagent

Creates and improves Claude subagents (agents/<name>.md) to the Advanced Skill Library Standard. Use when you need to author a new subagent, scaffold an agents/ delegate, declare its tools and chain, or raise an existing subagent's conformance.

2 Updated today
product-on-purpose
AI & Automation Listed

neo-sub-agent

Use this skill when the user asks to design, create, review, or convert sub-agents, custom agents, worker/reviewer/planner agents, background agents, or multi-agent workflows for Antigravity CLI, Codex, Claude Code, GitHub Copilot CLI, or neutral agent blueprints.

7 Updated 5 days ago
Benknightdark