Cancel jeffy
Use when the user runs /cancel-jeffy to stop the active Jeffy improvement loop in the current projectFrom its SKILL.md
npx -y skills add lenamonj/jeffy-loop --skill cancel-jeffyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 19 days oldThe repository was created 19 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
SKILL.md
1.3 KB, 276 tokens by cl100k_base, as published. Nobody here has run it
Cancel Jeffy
Stop the Jeffy loop in this project by removing the loop state file the Stop hook reads.
- Project root is the directory Claude Code was started in, not wherever the shell currently sits: the Bash tool's cwd persists across calls and may have drifted into a subdirectory that holds its own orphaned state file from another session. Always check state files with absolute paths anchored at the project root, never bare relative ones.
- Check
<project-root>/.claude/jeffy-loop.local.md. If it exists, read its frontmatter and report its session_id, iteration, and started_at, then delete the file and confirm the loop is cancelled. Once the file is gone the Stop hook lets the session end normally. - Also check
<project-root>/.claude/ralph-loop.local.md: it belongs to the ralph-loop plugin's engine or a pre-2.0 Jeffy. If it exists, report the same frontmatter fields and delete it too, so no legacy loop keeps re-feeding. - If neither file exists, report that no Jeffy loop is active in this project and stop.
- Remind the user that PLAN.md, BACKLOG.md, and JOURNAL.md are untouched: the loop picks up where it left off the next time they run /jeffy.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.