Skip to content

[Bug] /lfg and /slfg reference wrong ralph-loop skill namespace #154

@rstover-fo

Description

@rstover-fo

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

  1. Install compound-engineering plugin (v2.30.0)
  2. Install ralph-loop plugin
  3. Run /lfg or /slfg in any project session
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions