ワンクリックで
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 ページを確認してインストールできます。
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).
SOC 職業分類に基づく
| 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