From pace-control
Save everything and stop — commits code, saves session context, captures ideas. Use when you're done coding or when Pace Control suggests wrapping up.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pace-control:wrap-upThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Save everything so the next session picks up exactly where you left off.
Save everything so the next session picks up exactly where you left off.
Ask the user: "What were you working on? One sentence is fine."
Wait for their response.
Ask: "Any ideas to capture before you stop?"
Wait for their response. If they have ideas, append them to ~/.claude/pace-control-ideas.md with a timestamp:
## [Date] — Ideas from session
- [idea 1]
- [idea 2]
Run this command with the user's description of what they were working on:
python3 <pace-control-scripts-dir>/pace_control.py save "user's description here"
(The script is in the pace-control plugin's scripts/ directory. If installed via plugin, Claude Code resolves the path automatically.)
This command:
Tell the user what was saved. Example:
"Everything saved:
Your next session will pick up right where you left off."
npx claudepluginhub kuzivaai/claude-pace-controlCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.