Agent skill
agent_manager
Automatically manage agent lifecycle, proposals, and registry.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/agent-manager
SKILL.md
Purpose
Maintain an auto-managed registry of agents and keep their scopes current.
Steps
- Discover all
AGENTS.mdandAGENTS.override.mdfiles. - Update
.agent-docs/memory/AGENTS_REGISTRY.mdand.agent-docs/memory/AGENTS_REGISTRY.json. - Compare coverage with
.agent-docs/memory/INDEX.mdand architecture maps. - Propose missing agents in
.agent-docs/memory/AGENT_PROPOSALS.md. - Explain each proposal objective and ask for approval before scaffolding.
- Detect drift by comparing scope file timestamps to agent instructions.
- Mark
needs_update,stale, orretire_candidatein the registry. - For approved proposals, scaffold new agent instructions from
.agent-docs/agents/AGENT_TEMPLATE.md. - Record actions in the Action Log.
- Use the agent management checklist for completeness.
Guardrails
- Use the merge protocol for updates.
- Do not modify fixed agents; only propose changes.
Didn't find tool you were looking for?