一键导入
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 职业分类
| 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.
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.