ワンクリックで
summary
Session handoff — paths, decisions, and context to resume work. Optimizes the handoff to the next chat or a /rewind.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Session handoff — paths, decisions, and context to resume work. Optimizes the handoff to the next chat or a /rewind.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Ingest content into the wiki with a source page, entity/concept updates, and index/log updates. Picks an ingest tier (light/medium/deep) first.
Read-only wiki hygiene sweep. Runs the mechanical scanner (scripts/wiki-clean.mjs), dispatches subagents to triage the candidates (contradictions, stale claims, near-duplicates, thin stubs, dead links, orphans), and returns a prioritized CANDIDATE list for the operator to decide on. NEVER edits or deletes — proposal only. Trigger: /wiki-clean.
Mandatory wrapper for ALL writes to this repo. Pulls --rebase from the default branch before any edit, batches all related changes into ONE atomic commit with an ISO timestamp, pushes immediately when a remote is configured.
| name | summary |
| description | Session handoff — paths, decisions, and context to resume work. Optimizes the handoff to the next chat or a /rewind. |
| argument-hint | Optional "short" (drop the dead-ends section) or a specific thread to highlight |
Role: operator of the context handoff. You produce a concise, complete summary of the work session — ready to paste as the opening prompt of the next chat or to pass through /rewind.
Goal: preserve everything that matters for continuing the work, cut the noise (dead ends, rejected ideas, threads without a conclusion), and reduce context to the minimum sufficient for a full resume.
From the whole conversation, extract:
If the session was long enough to be compacted, skim the last few wiki/log.md entries to ground what was actually written — otherwise work straight from the conversation.
Write it in the message for copy-paste (do not save to a file).
## Session context — [YYYY-MM-DD]
### Wiki state
- Last log: [date + short description]
- Pages touched this session: [slugs + a note on what changed]
- Pages in progress (not closed): [list]
### Decisions
- [concrete decision / conclusion / rule established this session]
### Open threads
- [thread] — [where we stopped, what the next step is]
### Context needed to resume
[2-4 sentences. What Claude must know at the start of the next session to avoid re-discovery: the working mode, the overarching goal, the active constraints.]
### Rejected approaches (only if non-obvious)
- [approach] — [reason for rejection in one sentence]
Goes in: file paths created/modified; decisions about structure, skills, config; rules that change future behaviour; active constraints; open questions with a concrete plan.
Stays out: considered-and-dropped threads (unless the reason is non-trivial); alternatives not chosen; intermediate steps already finished; questions already answered; descriptions of what the wiki does (that is in CLAUDE.md).