Agent skill
agent_manager
Automatically manage agent lifecycle, proposals, and registry.
Install this agent skill to your Project
npx add-skill https://github.com/CheekyCodexConjurer/quant-lab/tree/main/.codex/skills/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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
action_logger
Keep an audit trail of changes, commands, and verification.
size_guard
Enforce line budgets and rotate or split large context files.
analyze_repo_capabilities
Detect repo tooling and patterns, then record a dynamic manifest.
safety_validation
Validate changes against .agentignore before commit.
safe_refactor_migration
Plan and execute large refactors with shadow mode and rollback.
command_guard
Enforce .agentpolicy rules before executing commands.
Didn't find tool you were looking for?