Install
$ agentstack add skill-ao92265-claude-code-playbook-reboot ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
reboot
The session is old or bloated and should be cleared. Your job: hand the user a clean, self-contained prompt they can paste into a fresh session and keep going — no thread lost.
You can't run /clear yourself. You produce the reprompt; the user clears and pastes.
Sources
- Primary: the current conversation you already hold. That's the real source of the goal and state.
- Cross-check / fill gaps: the freshest handoff in
~/.claude/handoffs/— pick the one matching the current working directory, else the most recently modified — and its.compact.mdsibling if present. These are the same sourcessessionstart-handoff.shre-injects into a new session.
Distill into the reprompt
Capture only what a fresh Claude needs:
- Goal — what "done" looks like, in one or two lines.
- State — what's already done / decided.
- Next step — the immediate thing to do.
- Constraints — hard rules or decisions already locked in.
- Key paths — files/dirs in play.
Drop dead-ends, resolved tangents, and tool noise.
Output
Two short lines first: why the session looks stale, and what to do — /clear (or open a new terminal), then paste the block below.
Then one fenced code block = the paste-ready reprompt. Write it as a direct instruction to a fresh Claude. It must be fully self-contained — assume the reader saw none of this session. No "as discussed", no dangling pronouns.
Honesty
Don't invent state. If branch, dirty files, or anything else is uncertain, write "verify before acting" instead of asserting it — same disclaimer the handoff itself uses. A wrong "current state" is worse than an admitted gap.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ao92265
- Source: ao92265/claude-code-playbook
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.