archive-agent

Archive and restore custom agents by relocating directories and updating MemoryGraph status.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ste-bah/archon --skill archive-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archive-agent
Source: https://github.com/ste-bah/archon/tree/main/.claude/agents/.claude/skills/archive-agent
Command: npx skills add https://github.com/ste-bah/archon --skill archive-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive and restore custom agents by relocating their directories between active and archived states, while updating the MemoryGraph to reflect archival status.

Core Features & Use Cases

  • Archive a custom agent by moving its directory to an archived location and tagging it as archived in memory.
  • Restore an archived agent back to active, ensuring no name collisions and updating memory to remove the archived tag.
  • Provides a clear confirmation flow and rollback capability to reverse archival or restoration if needed.

Quick Start

Archive the agent by running the archive-agent command with the agent name you wish to archive, then verify the agent has moved to archived state and can be restored later.

Frequently Asked Questions about archive-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I archive an agent and relocate its directory to an archived folder?

To archive an agent, run the archive command with the agent name, which relocates its directory to an archived folder and tags it as archived in the MemoryGraph to reflect the new state.

Can I restore an archived agent back to active status without name collisions?

Restoring an archived agent moves it back to active after performing collision checks to ensure no name conflicts, then updates memory to remove the archived tag from the MemoryGraph.

What happens if I try to archive an agent that has recent usage?

Archiving an agent with recent usage triggers a warning during validation, alerting you before proceeding to ensure you intentionally want to archive the recently active agent.

Is there a way to rollback an agent restoration or archival after directory relocation?

Rollback capability is provided to reverse archival or restoration actions, allowing you to undo the directory relocation and revert the agent to its previous active or archived state.

When do I need to validate agent existence before restoring an archived directory?

Validation of agent existence is required before restoration to confirm the archived agent directory is present and valid, preventing errors during the relocation back to the active folder.