KS
Killer-Skills

subagents-creator — how to use subagents-creator how to use subagents-creator, subagents-creator setup guide, subagents-creator alternative, subagents-creator vs claude, what is subagents-creator, subagents-creator install, delegating work to subagents, claude subagents best practices, subagents-creator documentation

v1.0.0
GitHub

About this Skill

Ideal for Advanced AI Agents like Claude, needing efficient domain-specific task handling through subagents subagents-creator is a skill that enables the creation and management of specialized agents for specific tasks, such as explore, librarian, and oracle.

Features

Utilizes a mandatory 7-section structure for delegating work to subagents
Defines atomic, specific goals for tasks using the TASK section
Specifies concrete deliverables with success criteria in the EXPECTED OUTCOME section
Identifies required skills for subagents using the REQUIRED SKILLS section
Supports delegation to specialized agents like explore, librarian, and oracle
Enables improvement of Claude subagents for enhanced performance

# Core Topics

Mineru98 Mineru98
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
42
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add Mineru98/skills-store/subagents-creator

Agent Capability Analysis

The subagents-creator MCP Server by Mineru98 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use subagents-creator, subagents-creator setup guide, subagents-creator alternative.

Ideal Agent Persona

Ideal for Advanced AI Agents like Claude, needing efficient domain-specific task handling through subagents

Core Value

Empowers agents to define and utilize specialized subagents for domains like explore, librarian, and oracle, streamlining task delegation with a mandatory 7-section structure, including TASK, EXPECTED OUTCOME, and REQUIRED SKILLS

Capabilities Granted for subagents-creator MCP Server

Delegating tasks to subagents for efficient domain handling
Improving subagent performance through structured outcome expectations
Developing specialized subagents for unique domains like frontend-ui-ux-engineer

! Prerequisites & Limits

  • Requires understanding of Claude subagent architecture
  • Mandatory 7-section structure for task delegation
Project
SKILL.md
3.0 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Subagents Creator

This skill provides guidance for defining, using, and improving Claude subagents—the specialized agents that handle specific domains like explore, librarian, oracle, and frontend-ui-ux-engineer.

Quick Start

Delegating Work

When delegating to subagents, use the mandatory 7-section structure:

1. TASK: Atomic, specific goal (one action per delegation)
2. EXPECTED OUTCOME: Concrete deliverables with success criteria
3. REQUIRED SKILLS: Which skill to invoke
4. REQUIRED TOOLS: Explicit tool whitelist (prevents tool sprawl)
5. MUST DO: Exhaustive requirements - leave NOTHING implicit
6. MUST NOT DO: Forbidden actions - anticipate and block rogue behavior
7. CONTEXT: File paths, existing patterns, constraints

Choosing a Subagent

See subagent-types.md for detailed guidance on which subagent to use:

  • explore: Contextual grep for codebases
  • librarian: Reference search (docs, OSS, web)
  • oracle: Deep reasoning for architecture/complex decisions
  • frontend-ui-ux-engineer: Visual UI/UX changes

Defining New Subagents

Only create subagents when: The task domain has distinct tooling, expertise, or patterns that benefit from specialization.

See delegation-patterns.md for:

  • Subagent definition templates
  • When to create a new subagent vs using existing ones
  • Naming and description guidelines

Common Pitfalls

See common-pitfalls.md for:

  • Vague delegation prompts and why they fail
  • Over-delegating trivial tasks
  • Subagent misalignment with task type
  • Anti-patterns in agent orchestration

Best Practices

  1. One action per delegation: Combine tasks in parallel calls, not one call
  2. Be exhaustive: "MUST DO" and "MUST NOT DO" sections prevent drift
  3. Background everything: Use background_task for explore and librarian
  4. Explicit tool lists: Prevent subagents from using unauthorized tools
  5. Verify results: Check that delegated work meets expectations before proceeding

Delegation Example

python
1# GOOD: Specific, exhaustive 2background_task( 3 agent="explore", 4 prompt=""" 5 1. TASK: Find all authentication implementations 6 2. EXPECTED OUTCOME: List of files with auth logic, patterns used 7 3. REQUIRED SKILLS: explore 8 4. REQUIRED TOOLS: Grep, Read 9 5. MUST DO: Search for 'jwt', 'session', 'auth' patterns; identify middleware; list all endpoints 10 6. MUST NOT DO: Don't modify any files; don't run build/test commands 11 7. CONTEXT: Working in ./src directory, looking for Express.js patterns 12 """ 13) 14 15# BAD: Vague, implicit expectations 16background_task( 17 agent="explore", 18 prompt="Find auth stuff in the codebase" 19)

Reference Files

Related Skills

Looking for an alternative to subagents-creator or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication