원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.