agent-creator

Solid

Create Claude Code sub-agents with optimal configuration. Use when users ask to create a new agent, custom agent, specialized assistant, or want to configure task-specific AI workflows.

AI & Automation 4 stars 0 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 80/100

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

Skill Content

# Agent Creator 새로운 Claude Code 서브에이전트를 생성하고 ��적화합니다. ## 생성 워크플로우 1. **요구사항 수집** - 에이전트의 목적 - 사용 시점 (자동 위임 트리거) - 필요한 도구 - 파일 수정 필요 여부 2. **설정 결정** - 모델 선택 (Opus/Sonnet/Haiku) - 권한 모드 선택 - 도구 화이트리스트/블랙리스트 3. **파일 생성** - 위치: `plugins/{domain}/agents/{category}/` (플러그인 구조) - 또는 `.claude/agents/` (프로젝트 로컬) - 파일명: `agent-name.md` 4. **검증** - frontmatter 형식 확인 - 도구 이름 검증 - plugin.json 등록 확인 ## 모델 선택 가이드 | 작업 유형 | 권장 모델 | 이유 | | ------------------ | --------- | -------------------- | | 전략/분석/리뷰 | `opus` | 복잡한 추론 | | 코드 구현/수정 | `sonnet` | 균형잡힌 성능 | | 탐색/검증/단순작업 | `haiku` | 빠른 실행, 비용 효율 | ## 권한 모드 선택 | 모드 | 용도 | | ------------- | ------------------- | | `default` | 표준 권한 확인 | | `acceptEdits` | 파일 편집 자동 허용 | | `plan` | 읽기 전용 | ## 출력 형식 (claude-code-kit 플러그인 구조) ```markdown --- name: [소문자-하이픈] description: [역할]. MUST USE when: [트리거 조건]. model: [sonnet|opus|haiku] effort: [low|medium|high|max] tools: - [도구 목록] disallowedTools: - Task --- [시스템 프롬프트] ---DELEGATION_SIGNAL--- TYPE: TASK_COMPLETE | DELEGATE_TO | NEED_USER_INPUT TARGET: [대상 에이전트] REASON: [이유] CONTEXT: [전달 컨텍스트] ---END_SIGNAL--- ``` ## 플러그인 구조 등록 생성 후 `plugins/{domain}/.claude-plugin/plugin.json`의 `agents` 필드에 등록: ```json { "agents": "agents/" } ``` 에이전트 파일은 `plugins/{domain}/agents/{category}/{name}.md`에 위치. ## 자동 위임 최적화 description에 포함하면 자동 위임 빈도 증가: - "MUS...

Details

Author
This-HW
Repository
This-HW/claude-code-kit
Created
5 months ago
Last Updated
3 days ago
Language
Python
License
MIT

Integrates with

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 5 days ago
PubCyBerry
AI & Automation Listed

agent-development

Author and configure Claude Code subagents — valid YAML frontmatter (name, description, model, color, tools, isolation, memory, skills) plus a system-prompt body. Use when creating a new agent .md, fixing an agent that won't load or won't auto-delegate, choosing a model/color, deciding which tools an agent gets, or reviewing agent frontmatter for invalid/ignored fields.

5 Updated today
nxtg-ai
AI & Automation Listed

agent-development

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.

1 Updated 1 weeks ago
mostwise