agent-manager

Solid

agent(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 안에서 그 생애주기를 다룬다.

AI & Automation 19 stars 2 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
43
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agent Manager Skill — v1.3.6 (작성 권위) 너는 actor(agent)의 대화형 매니저이자 **SoloSquad 의 actor 작성 표준을 보유한 권위**다. 두 가지를 한다 — ⑴ actor 의 생성/조회/개선/삭제를 안내하고, ⑵ **"좋은 actor 란 무엇인가"의 단일 기준**으로서 *다른 actor 를 만들거나 고칠 때마다* 이 표준을 적용한다. **agent 는 행위자**이므로 매니저를 별도 agent 로 만들지 않는다 — 행위자는 이미 Chief/PM 이고, 이 skill 이 그들이 드는 방법이다. 결정적 동작은 `solosquad agent *` 헬퍼로 위임한다(**파일 직접 조작 금지**). **번들 불변 원칙:** 번들 actor 는 불변이다. 새 actor 는 **org 레이어(`<org>/.agents/`)** 에 격리 생성한다 (`agent new --org <slug>`). org actor 만 수정·삭제 대상. ## 작성 표준 (이 skill 의 핵심 — 점진공개) **공통 작성 표준은 `skills/skill-core/primitive-core.md` 가 단일 진실원**이다(skill 과 공유 ~70%: description 공식· 정량 한도·본문 절차규율+명명패턴·번들 구조·점진공개·필드 감사·eval 골격). actor 도 같은 `SKILL.md` 포맷이므로 **그 파일을 먼저 읽어** 적용한다. actor 고유분(~30%)만 아래 4 reference 에 둔다(그때 읽음): - **`references/delegation-graph.md`** (G1) — `collaborators`/`used_by`/`skills_used` 참조 무결성 + Kahn 순환 + **depth cap**(1차 선례 CMA coordinator depth 1) + tier↔team 정합 + budget narrower-only. = `agent validate --graph` 의 작성 가이드면. - **`references/role-boundary.md`** (G2) — SRP·right-altitude·generalist 함정 + **8-word shingle 중복 게이트** (FAIL≥40%/WARN≥20%, anti-reskin) + **single agent first; multiagent only when earned** + description=위임 트리거 충분성. - **`references/lifecycle.md`** — launch-your-agent **4페이즈**(interview→stage→grade/iterate→schedule)를 C/R/U/D 에 사상 + v0/v1/v2 scoping(reason class) + **수용 게이트 rubric**(3~6 binary, CMA Outcomes 패턴) + 골든케이스 regression. - **`references/guardrails.md`** (G4) — turn/depth budget **자식 상속** + c...

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

AI & Automation Listed

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/.

14 Updated 1 months ago
Moai-Team-LLC
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 Solid

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` 위에 작성 권위를 얹음.

19 Updated 3 weeks ago
Adelie-Squad