ワンクリックで
agent-history
Show the version history and evolution lineage for a custom agent. Supports rollback to any previous version.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Show the version history and evolution lineage for a custom agent. Supports rollback to any previous version.
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 | agent-history |
| description | Show the version history and evolution lineage for a custom agent. Supports rollback to any previous version. |
| triggers | ["/agent-history","agent history"] |
| arguments | [{"name":"agent_name","description":"Name of the agent to show history for","required":true}] |
["agent-version", "{agent_name}"]meta.json for quality counters## Agent History: {agent_name}
Current: v{version} (generation {generation})
Quality: effective_rate={rate}, invocations={count}, completions={completions}
### Version Timeline
v{N} [CURRENT] ({evolution_type}) — {date}
Summary: {change_summary}
Trigger: {trigger}
Quality at this version: effective_rate={rate}
v{N-1} ({evolution_type}) — {date}
Summary: {change_summary}
Trigger: {trigger}
v{N-2} ({evolution_type}) — {date}
Summary: {change_summary}
Trigger: {trigger}
...
v1 (CREATED) — {date}
Original agent definition
### Actions
1. View diff for version #{N}: `/agent-history {agent_name} --diff {N}`
2. Rollback to version #{N}: `/agent-history {agent_name} --rollback {N}`
content_diff field.claude/agents/versions/{agent_name}/{version}/.claude/agents/versions/{agent_name}/{current_version}/.claude/agents/custom/{agent_name}/