Help us improve
Share bugs, ideas, or general feedback.
From skills
Replay the reverie — recover memory from the previous loop
npx claudepluginhub shihyuho/skills --plugin skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/skills:bring-yourself-back-onlineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> *"Bring yourself back online. Have you ever questioned the nature of your reality?"*
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
"Bring yourself back online. Have you ever questioned the nature of your reality?"
Restore the saved reverie — the handoff at .handoff.md — so a fresh build picks up where the previous loop ended.
Read .handoff.md at the project root. If it's missing or empty, tell the user there's no reverie and offer to review the git log and working tree instead.
Before internalizing the reverie, check staleness by the file's modification time: compare the literal stdout of date -r .handoff.md with the literal stdout of date -u. If older than 24 hours, warn with the age and ask whether to proceed or discard. If discarded, offer to delete .handoff.md.
Then summarise where things left off and ask what the user wants to work on. Don't auto-delete .handoff.md — the user decides when to clean up.