원클릭으로
list-agents
List all custom agents with metadata (creation date, last used, invocation count). Supports --verbose and --all flags.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List all custom agents with metadata (creation date, last used, invocation count). Supports --verbose and --all flags.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Interactive first-run wizard walking the user through 8 configuration prompts and optionally bootstrapping the project. Use on first launch or when reconfiguring archon-cli.
Meta-skill that helps users author new SKILL.md skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill for archon-cli.
Adjust behavioral rules for a custom agent or globally. Uses LLM-mediated merging with diff validation to prevent hallucinated rule changes.
Create a custom agent from a natural language description. Generates agent definition files (agent.md, context.md, tools.md, behavior.md, memory-keys.json, meta.json) in .claude/agents/custom/{name}/.
Review and apply evolution suggestions for a custom agent. Supports FIX (in-place repair), DERIVED (create variant), and CAPTURED (extract from success).
Rollback behavioral rules for an agent to a previous version. Creates a new version (never deletes history).
| name | list-agents |
| description | List all custom agents with metadata (creation date, last used, invocation count). Supports --verbose and --all flags. |
| triggers | ["/list-agents","list agents","show agents"] |
Read all subdirectories in .claude/agents/custom/ using Glob or Bash ls.
Exclude _template and _behavior_schema directories.
For each agent directory:
meta.json if it exists, parse as JSONagent.md for role summary (--verbose only)meta.json missing: use filesystem timestamps as fallbackagent.md missing: mark as [INVALID]If --all flag present, also scan .claude/agents/archived/ and include with [ARCHIVED] tag.
## Custom Agents ({count} total)
| Name | Created | Last Used | Invocations | Files |
|------|---------|-----------|-------------|-------|
| sec-filing-analyzer | 2026-03-30 | 2026-03-30 | 5 | 6 |
| code-reviewer | 2026-03-30 | 2026-03-30 | 3 | 6 |
| doc-writer | 2026-03-30 | — | 0 | 6 |
Run `/run-agent {name} "task"` to invoke an agent.
Run `/create-agent "description"` to create a new one.
Same table plus:
### sec-filing-analyzer
> Analyze SEC filings (10-K, 10-Q, 8-K) to identify revenue recognition risks...
Quality: effective_rate=0.80, invocations=5
### code-reviewer
> Perform meticulous code review of Python and TypeScript codebases...
Quality: effective_rate=0.67, invocations=3
/create-agent."[INVALID: missing agent.md] warning