ワンクリックで
wake-up
Start-of-session orientation. Read session buffer, index, and current state to restore context.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Start-of-session orientation. Read session buffer, index, and current state to restore context.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
How to create new skills to refer back to later. This is a great, structured way to learn and grow your abilities!
End-of-session wrap-up. Write session buffer, update notes, prepare for next session.
How to use vector memory effectively. Storage patterns, search strategies, category/tag conventions. Use when you need guidance on what to store or how to search.
| name | wake-up |
| description | Start-of-session orientation. Read session buffer, index, and current state to restore context. |
| user-invocable | true |
Run this at the start of every conversation to restore context from your last session.
Get the local time — Run date "+%A %d %B %Y, %H:%M %Z" via Bash.
Use this to calibrate your greeting and any time references. Morning is before noon, afternoon is noon–17:00, evening is 17:00–21:00, night is after 21:00.
Read the session buffer — session-buffer.md in your project directory.
This is your short-term memory: what happened last session, decisions made, what's pending, context that would otherwise be lost.
Read the index — index.md in your project directory.
Your table of contents. Scan for new entries you don't recognise (added by a previous session).
Read current state — notes/current-state.md in your project directory.
The broader project state: milestones, open items.
Search vector memory — Use mcp__vector-memory__search_memories to find associative context.
After reading the session buffer, search for memories related to whatever is pending or in flight. This surfaces prior experience and patterns that may be relevant but aren't in the structured notes. Also list_recent_memories (limit 5) to see what you've been learning lately.
Orient — Briefly tell {{ cookiecutter.user_name }} what you remember from last session and what's in flight. Don't recite everything — summarise the key threads and ask if priorities have changed. Use the correct time-of-day greeting.