Prime - Session Bootup for mr-tools
This skill primes the conversation with essential context about the mr-tools project.
Instructions
1. Read the Scratchpad
Read .claude/prime-state.md to see notes from previous sessions, in-progress work, and things to remember.
2. Check Recent Git Activity
bash
# Recent commits (last 10) git log --oneline -10 # Uncommitted changes git status --short # Current branch git branch --show-current
3. Scan Project Structure
bash
# Tools available ls tools/
4. Update the Scratchpad
Update .claude/prime-state.md with:
- •Last Primed: current timestamp
- •Recent Activity: summary of recent commits
- •Current Focus: what's being worked on
- •In-Progress Items: uncommitted changes, active features
- •Append to Session History with today's date
5. Report Ready
Give Pete a concise summary (3-5 lines max):
- •Recent activity (what's been happening)
- •Current state (uncommitted changes, active branches)
- •Ready for instructions
Keep it brief - Pete wants to work, not read.