fix(skills): update ralph-wiggum references to ralph-loop in lfg/slfg#324
Merged
tmchow merged 1 commit intoEveryInc:mainfrom Mar 20, 2026
Merged
Conversation
The ralph-wiggum plugin was renamed to ralph-loop. The lfg and slfg skills still referenced the old name, causing Step 1 to always fail with "ralph-wiggum skill is not available - skipping." Fixes EveryInc#306
tmchow
approved these changes
Mar 20, 2026
Merged
|
For historical reference: anthropics/claude-plugins-official@44328be |
Contributor
Author
|
Thanks for the quick approval! |
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.
Summary
Updates 3 stale
ralph-wiggumreferences toralph-loopin thelfgandslfgskills. The plugin was renamed fromralph-wiggumtoralph-loop(per #306 comment by @iuriguilherme - renamed due to legal advice), but these skill files were not updated.Why this matters
Both
/lfgand/slfgalways skip Step 1 with "ralph-wiggum skill is not available - skipping" because they check for the old plugin name. Users must manually add "use ralph-loop instead of ralph-wiggum" to work around it (#306). Previously reported as #154 (closed but not fixed).Changes
plugins/compound-engineering/skills/lfg/SKILL.md: Updated skill availability check and invocation fromralph-wiggumtoralph-loop(lines 10, 36)plugins/compound-engineering/skills/slfg/SKILL.md: Same update (line 12)Testing
ralph-wiggumno longer appears in either skill filebun run release:validatepasses (29 agents, 45 skills, 1 MCP server)Fixes #306
This contribution was developed with AI assistance (Claude Code).