ワンクリックで
consolidate
Consolidate — save learnings to memory, craft skills if reusable. Use at end of work session or to summarize current state.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Consolidate — save learnings to memory, craft skills if reusable. Use at end of work session or to summarize current state.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Long-running iterative development loops. Run arbitrarily-long tasks without diluting model attention. Triggers: ralph, ralph loop, iterative loop, long-running task, development loop.
Full compactor reference — tool parameters, anti-patterns, sandbox languages, context budget, workflows.
Diagnostics — validate config, session DB, runtimes, and troubleshoot compactor issues.
Context management — compact session, recall history, run code, search content.
Stats display — context savings, session metrics, compactions, sandbox and recall/search counters.
Helps you use the /unipi:btw side-conversation workflow effectively. Use when you want to think in parallel, ask side questions without interrupting ongoing work, or inject a side thread back into the main agent.
| name | consolidate |
| description | Consolidate — save learnings to memory, craft skills if reusable. Use at end of work session or to summarize current state. |
Capture what was learned, update memory, and craft skills when patterns emerge.
This skill MAY: read/write .unipi/memory/, read session context, read plans/specs, write skill files if user approves.
This skill MAY NOT: edit production code, run tests, deploy.
/unipi:consolidate <string(greedy)>(optional)
string(greedy) — optional focus (e.g., "focus on auth patterns" or "summarize what we learned about testing")Triggered when run after /unipi:review-work marks work as done.
Exit: Learnings identified.
@unipi/memory extension is installed.unipi/memory/ filesMemory file format:
---
topic: {topic}
updated: YYYY-MM-DD
tags: [tag1, tag2]
---
# {Topic}
## Key Learnings
- {Learning 1}
- {Learning 2}
## Patterns
- {Pattern description}
## Decisions
- {Decision} — {Rationale}
Exit: Memory updated.
@unipi/registry extension is installedAuto-create skill if:
Ask user if uncertain:
"I discovered a pattern that might be worth capturing as a skill: {description}. Should I create a skill for this?"
Skip if:
Exit: Skill created or skipped.
Report to user:
Triggered when run without prior work session context.
Write consolidation to .unipi/memory/ — same format as Mode 1.
Present summary to user. Ask:
.unipi/memory/ — consistent location