From gaia-ops
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.
npx claudepluginhub metraton/gaia --plugin gaia-opsThis skill uses the workspace's default tool permissions.
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 fidel...
Triggers research for existing libraries, tools, and patterns before coding new features. Searches npm, PyPI, MCP/skills, GitHub; evaluates matches and decides adopt/extend/build.
Audits cross-stack repos (C++/Android/iOS/Web), classifies files as project/third-party/artifacts, detects embedded libraries, assigns module verdicts, generates interactive HTML reports.
Reorganizes X and LinkedIn networks: review-first pruning of low-value follows, priority-based add/follow recommendations, and drafts warm outreach in user's voice.
Share bugs, ideas, or general feedback.
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.
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".
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.
Extract any extra preservation instructions the user gave alongside the compact request. Examples:
If the user gave no extra instructions, $ARGUMENTS is empty and the base prompt is used as-is.
Build the combined prompt by concatenating the base preservation prompt with any extra instructions:
<BASE_PROMPT>
Additional preservation instructions from this request:
$ARGUMENTS
If $ARGUMENTS is empty, omit the "Additional preservation instructions" block entirely -- do not leave a dangling header.
Before invoking /compact, verify persistence-critical work. If any of the following are in-flight and NOT yet written to disk, surface them to the user and ask whether to persist first:
MEMORY.md or memory documents under .claude/projects/*/memory/.claude/project-context/briefs/ that were drafted but not writtenT{N}.txt, AC-N.*) from a dispatch whose verification has not been persistedCompaction is lossy by design. Anything only held in the model's context window is gone after /compact.
Invoke /compact with the combined prompt. The orchestrator runs this as its own action -- the skill does not and cannot execute it.
After /compact returns, briefly confirm to the user what was preserved (the six categories plus any extra instructions they gave).
This is the literal text the orchestrator prepends:
Preserve the following with high fidelity:
1. DECISIONS: Every architectural decision made, including the rationale and alternatives rejected.
2. COMPONENTS: Agent roster with responsibilities, skill assignments, and known gaps identified.
3. OPEN ITEMS: All pending briefs, open questions, and identified gaps -- with their current status.
4. FILE MAP: Absolute paths of every file read, created, or modified, with one-line description.
5. KEY FINDINGS: Bugs, security issues, or design problems surfaced during investigation.
6. NEXT STEPS: The exact next action agreed upon before this compact.
Compress tool outputs, file contents, and intermediate reasoning. Retain conclusions, not process.
/compact the grant activation can lose its anchor. Resolve approvals first, then compact.$ARGUMENTS is the whole point; dropping it makes the skill a fancy wrapper for the default./compact output; warn the user before running.