Skill436 estrellas del repoactualizado 6d ago
archive
The archive skill saves an active Maestro orchestration session by moving session files to an archive directory while maintaining the shared state layout and plan history. Use this skill when you need to conclude a session, preserve its state for future reference, or temporarily pause work while keeping all session data and design documentation intact for later retrieval or analysis.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/josstei/maestro-orchestrate /tmp/archive && cp -r /tmp/archive/claude/skills/archive ~/.claude/skills/archiveDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# Maestro Archive Call `get_skill_content` with resources: ["architecture"]. ## Workflow 1. Check for an active session; if none exists, inform the user there is nothing to archive 2. Present a brief summary of what will be archived (session ID, task, phase progress) 3. Ask the user to confirm archival (the session may have incomplete phases) 4. Move the active session file into the state archive directory 5. Move the associated design and implementation plan files into the plans archive directory 6. Verify that no active-session file remains and report the archived paths ## Constraints - Do not delete plan or session history - Preserve the existing archive directory structure