← ClaudeAtlas

gaia-compactlisted

Use when the user asks to compact the current session -- "compacta", "compact", "oye Gaia compacta", "orquestador compacta", "haz un compact", "compactemos la sesión". Runs /compact with a structured prompt that preserves decisions, components, gaps, file map, and next steps.
metraton/gaia · ★ 3 · AI & Automation · score 76
Install: claude install-skill metraton/gaia
# Gaia Compact A raw `/compact` tells the model "summarize everything you remember." What survives that summary is what the model happened to find salient -- which is rarely the same as what the user needs to resume work. This skill replaces that default with a preservation contract: the six categories below are what matter for continuity, and the compact prompt forces the model to retain them with high fidelity. ## When this skill fires Load this skill when the user asks the orchestrator to compact the session. Spanish and English both trigger: "compacta", "orquestador compacta", "oye Gaia compacta", "haz un compact", "compact the session", "compactemos". ## What the orchestrator does The Skill tool cannot invoke `/compact` directly -- built-in slash commands are not reachable through Skill. The orchestrator reads this skill, builds the combined prompt below, and then invokes `/compact <combined_prompt>` itself as its next action. ## Process 1. **Extract any extra preservation instructions** the user gave alongside the compact request. Examples: - "compacta pero preserva el estado del DB schema" - "compacta y no olvides la decisión sobre Tailscale" - "compact keeping the failing test output" If the user gave no extra instructions, `$ARGUMENTS` is empty and the base prompt is used as-is. 2. **Build the combined prompt** by concatenating the base preservation prompt with any extra instructions: ``` <BASE_PROMPT> Additional preservation instructi