ワンクリックで
document
Generate documentation — README, API docs, guides. Use when you need to document code or features.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate documentation — README, API docs, guides. Use when you need to document code or features.
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 | document |
| description | Generate documentation — README, API docs, guides. Use when you need to document code or features. |
Create documentation for code, features, or the project. Works with gather-context for thorough docs.
This skill MAY: read codebase, run read-only commands, write docs to .unipi/docs/generated/.
This skill MAY NOT: edit source code, run tests, implement features.
/unipi:document <string(greedy)>(optional)
string(greedy) — optional scope (e.g., "document the auth module", "write API docs for /api/users").unipi/docs/generated/ in markdownIf scope provided:
If no scope:
Exit: Scope and type confirmed.
Exit: Context gathered. Ready to write.
Based on doc type:
README:
API docs:
Guides:
Architecture doc:
Write to .unipi/docs/generated/YYYY-MM-DD-<topic>.md:
---
title: "{Title}"
type: documentation
date: YYYY-MM-DD
scope: {what was documented}
---
# {Title}
{Content based on doc type}
Show summary to user:
"Documentation written to
.unipi/docs/generated/YYYY-MM-DD-<topic>.md" "Covers: {summary of what's documented}"
Ask:
.unipi/docs/generated/ keeps docs separate from workflow artifacts