Add flick: Ralph cleanup skill and script#123
Open
saiyajosh wants to merge 4 commits intosnarktank:mainfrom
Open
Add flick: Ralph cleanup skill and script#123saiyajosh wants to merge 4 commits intosnarktank:mainfrom
saiyajosh wants to merge 4 commits intosnarktank:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Found myself needing to search for and cleanup these files (admittedly I just wanted to not archive, and just blow these intermediary files away), so I made this little helper.
Thought it might be useful for others, so sharing.
Summary
/flickskill andflick.shscript to find and delete Ralph intermediary files (prd.json,progress.txt) after a completed run.ralph.shto display a cleanup tip on successful completion.Screenshot
skill-based
script-based
Key Changes
skills/flick/SKILL.md — Claude Code skill
/flickskill so users can trigger cleanup directly from their AI coding tool--nuke,--all, "nuke it", "delete everything", and "delete all" as force-delete triggersflick.sh — cleanup script
.agents/ralph,.claude/ralph, and user-level equivalents)prd.json(first 15 lines) before prompting for deletion--nukeand--allflags to skip confirmation prompts and delete all found files immediatelyralph.sh — completion tip
/flickskill andflick.shscript