archon-move-project

Relocates Archon project directories while preserving configurations and memory.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/trezero/archon-trinity --skill archon-move-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archon-move-project
Source: https://github.com/trezero/archon-trinity/tree/main/integrations/claude-code/extensions/archon-move-project
Command: npx skills add https://github.com/trezero/archon-trinity --skill archon-move-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Moving Archon project directories safely, preserving memory and configurations during relocation.

Core Features & Use Cases

  • Pre-move preparation: verify git state, backup, and checklist preparation.
  • Post-move recovery: regenerate venvs, migrate Claude Code memory, update paths in docs, and verify Docker/frontend readiness.
  • Non-destructive by default: memory migration is copy-based, old namespace cleanup only with explicit confirmation.

Quick Start

Initiate the relocation workflow by following the pre-move prompts and commands.

Frequently Asked Questions about archon-move-project

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

FAQPage Schema
How do I move an Archon project directory without breaking configurations?

To move an Archon project safely, use a non-destructive relocation workflow that applies pre-move backups and post-move fixes. It regenerates venvs, updates paths, and migrates memory, preserving your project configurations without data loss.

What happens to Claude Code memory when I relocate an Archon project?

Claude Code memory is preserved during relocation using a copy-based migration process. This non-destructive approach ensures your memory data remains intact, while old namespace cleanup only occurs with explicit confirmation.

What is the best way to prepare an Archon project for relocation?

The best way to prepare for relocation is to verify your git state and create a full backup. Following interactive checklist prompts ensures all pre-move preparations are complete before you move the project directory.

Do I need to regenerate Python venvs after moving an Archon project?

Yes, you need to regenerate venvs after moving an Archon project. Post-move recovery includes regenerating virtual environments and updating path references to ensure Docker and frontend components remain fully operational.

Can I clean up old Claude Code namespaces after migrating my project?

Yes, you can clean up old Claude Code namespaces after migration, but it is optional. The relocation workflow is non-destructive by default, meaning namespace cleanup only executes when you provide explicit confirmation.