# Agent Manager

> Automatically manage agent lifecycle, proposals, and registry.

- Skill: `majiayu000/agent-manager` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/agent-manager`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/agent-manager/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/agent-manager

---


## Purpose
Maintain an auto-managed registry of agents and keep their scopes current.

## Steps
1. Discover all `AGENTS.md` and `AGENTS.override.md` files.
2. Update `.agent-docs/memory/AGENTS_REGISTRY.md` and `.agent-docs/memory/AGENTS_REGISTRY.json`.
3. Compare coverage with `.agent-docs/memory/INDEX.md` and architecture maps.
4. Propose missing agents in `.agent-docs/memory/AGENT_PROPOSALS.md`.
5. Explain each proposal objective and ask for approval before scaffolding.
6. Detect drift by comparing scope file timestamps to agent instructions.
7. Mark `needs_update`, `stale`, or `retire_candidate` in the registry.
8. For approved proposals, scaffold new agent instructions from
   `.agent-docs/agents/AGENT_TEMPLATE.md`.
9. Record actions in the Action Log.
10. Use the agent management checklist for completeness.

## Guardrails
- Use the merge protocol for updates.
- Do not modify fixed agents; only propose changes.

