-
Notifications
You must be signed in to change notification settings - Fork 686
Open
Description
Bug Description
Component: Command - lfg.md and slfg.md
Summary: Both /lfg and /slfg commands reference /ralph-wiggum:ralph-loop but the correct installed skill namespace is ralph-loop:ralph-loop, causing step 1 to fail on every run.
Environment
- Plugin Version: 2.30.0
- Claude Code Version: 2.1.34
- OS: macOS (Darwin 24.6.0, arm64)
What Happened
When running /lfg or /slfg, step 1 fails with:
The /ralph-wiggum:ralph-loop skill isn't available in my installed skills.
The agent then skips the ralph-loop step and moves to step 2, so the completion-promise loop is never set up.
Expected Behavior
Step 1 should successfully invoke the ralph-loop skill using the correct namespace ralph-loop:ralph-loop.
Steps to Reproduce
- Install
compound-engineeringplugin (v2.30.0) - Install
ralph-loopplugin - Run
/lfgor/slfgin any project session - Observe error on step 1
Fix
In both commands/lfg.md and commands/slfg.md, replace:
/ralph-wiggum:ralph-loop
with:
/ralph-loop:ralph-loop
Affected Files
commands/lfg.md(line 9)commands/slfg.md(line 11)
Reported via /report-bug command
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels