Next
Claude Code Plugins
npx -y skills add nullphase-net/enfurbish --skill nextAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Manually read NEXT_SESSION.md in the current cwd and brief the user on what's pending. Mirror of the SessionStart hook for cases where the hook didn't fire or the user wants to re-consult mid-session.
SKILL.md
1.5 KB, as published. Nobody here has run it
/next — manual NEXT_SESSION read
Use when the user wants to pick up where the last session left off and either the SessionStart hook didn't surface anything, was disabled, or the user wants to re-consult later in the session.
Procedure
- Read
NEXT_SESSION.mdin the current cwd.- If absent: tell the user nothing is staged and stop. Don't synthesize a follow-up plan from thin air.
- Summarize "Start here" and "Open threads" in 2-3 sentences.
- Mention the wrap timestamp from the file header so the user knows how stale it is.
- Ask the user which thread to pick up.
- Don't start work yet. Wait for them to choose.
What this skill does NOT do
- Write or modify any file.
/nextis read-only by design. - Touch the tooling journal or retro files.
- Scan subdirectories for sibling
NEXT_SESSION.mdfiles. That's the SessionStart hook's job at session start;/nextis for the local file only.
Edge cases
- If
NEXT_SESSION.mdexists but is empty or has no## Open threadsitems, treat it as "stale stub" — tell the user it exists but holds nothing actionable. - If the file is over ~16KB, summarize aggressively rather than reading the whole thing back. Long handoff files are a smell; flag it.