ワンクリックで
archive-agent
Archive a custom agent (move to archived directory) or restore a previously archived agent.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Archive a custom agent (move to archived directory) or restore a previously archived agent.
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 | archive-agent |
| description | Archive a custom agent (move to archived directory) or restore a previously archived agent. |
| triggers | ["/archive-agent","/restore-agent","archive agent","restore agent"] |
| arguments | [{"name":"agent_name","description":"Name of the agent to archive or restore","required":true}] |
.claude/agents/custom/{name}/ existsmeta.json for last_used timestampmkdir -p .claude/agents/archived/
mv .claude/agents/custom/{name}/ .claude/agents/archived/{name}/
["agent-definition", "{name}"]"archived""Agent '{name}' archived. Restore with: /restore-agent {name}"
.claude/agents/archived/{name}/ exists.claude/agents/custom/{name}/ does NOT exist (name collision)mv .claude/agents/archived/{name}/ .claude/agents/custom/{name}/
["agent-definition", "{name}", "archived"]"archived" tag"Agent '{name}' restored. Run with: /run-agent {name} \"task\""