원클릭으로
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