Agent Skill
2/7/2026prime
Boot up for a fresh mr-tools session. Reviews recent commits, scans project state, and maintains a session scratchpad. Use at the start of any session to get oriented quickly.
P
peteknowsai
0GitHub Stars
2Views
npx skills add peteknowsai/mr-tools
SKILL.md
| Name | prime |
| Description | Boot up for a fresh mr-tools session. Reviews recent commits, scans project state, and maintains a session scratchpad. Use at the start of any session to get oriented quickly. |
name: prime description: Boot up for a fresh mr-tools session. Reviews recent commits, scans project state, and maintains a session scratchpad. Use at the start of any session to get oriented quickly.
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
# Recent commits (last 10)
git log --oneline -10
# Uncommitted changes
git status --short
# Current branch
git branch --show-current
3. Scan Project Structure
# 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.
Skills Info
Original Name:primeAuthor:peteknowsai
Download