agent-manager
Solidagent(actor — `agents/{main,specialists}/<name>/SKILL.md`)의 대화형 매니저이자 **작성 표준의 권위(authoring authority)**. 새 actor 생성·검토·위임 그래프 검증·개선을 Chief 세션 안에서 안내하고, 좋은 actor 작성 노하우(description=위임 트리거·역할 경계 SRP·위임 그래프 무결성·budget 상속·생애주기)를 보유한다. 결정적 동작(scaffold/list/show/validate --graph)은 `solosquad agent *` 헬퍼로 위임하고, 의도→정체성·역할 검토·refine 은 대화로 진행한다. 사용 시점 — actor 를 새로 만들 때, 기존 actor 를 고칠 때, 또는 다른 actor 의 작성 품질·위임 그래프를 판단할 때. v1.3.6 — agent 는 행위자이므로 *별도 매니저 agent 를 만들지 않고* 이 skill 이 Chief 안에서 그 생애주기를 다룬다.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- Adelie-Squad
- Repository
- Adelie-Squad/solosquad
- Created
- 7 months ago
- Last Updated
- 3 weeks ago
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
agent-builder
Build, implement, review, or harden a SINGLE production-grade agent — its contract, schemas, tools and permission tiers, durable state, guardrails, traces, and evals. Use when the user wants to create one agent (not a multi-agent product), implement an agent runner, add tools/memory/evals to an existing agent, or review whether one agent is production-ready. For multi-agent products, orchestration, or framework selection, use the agentic-product-architect skill instead. The full operational standard this skill applies is AGENT_STANDARD.md (bundled with this skill); copy-paste artifacts are in templates/.
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.
skill-manager
skill(SKILL.md)의 대화형 매니저이자 **작성 표준의 권위(authoring authority)**. 새 skill 생성·검토·개선을 Chief 세션 안에서 안내하고, 좋은 SKILL.md 작성 노하우(description 공식·정량 한도·번들 구조·eval 검증·frontmatter 필드 감사)를 보유한다. 결정적 동작(scaffold/list/show/validate)은 `solosquad skill *` 헬퍼로 위임하고, 의���→초안·품질 검토·개선은 대화로 진행한다. 사용 시점 — skill 을 새로 만들 때, 기존 skill 을 고칠 때, 또는 다른 skill 의 작성 품질을 판단할 때. v1.3.6 — 코드 백엔드 `src/bot/skill-manager.ts` 위에 작성 권위를 얹음.