[BUG] ralph-loop skill requires fully qualified name to invoke
Resolved 💬 3 comments Opened Jan 10, 2026 by joshuawall Closed Jan 14, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
aThe ralph-loop skill cannot be invoked using its short name. Using /ralph-loop returns "Unknown skill: ralph-loop", but using the fully qualified name /ralph-loop:ralph-loop works correctly.
This is inconsistent with other skills like commit which can be invoked with just /commit rather than requiring /commit-commands:commit.
What Should Happen?
The skill should be invocable using just /ralph-loop (the short name), consistent with how other skills work (e.g., /commit instead of requiring /commit-commands:commit).
Error Messages/Logs
aUnknown skill: ralph-loop
Steps to Reproduce
a1. Try to invoke the ralph-loop skill with the short name: /ralph-loop
- Observe error: "Unknown skill: ralph-loop"
- 3. Try to invoke with fully qualified name:
/ralph-loop:ralph-loop - 4. Observe that the skill invokes correctly
Claude Model
None
Is this a regression?
No, this never worked
Last Working Version
_No response_
Claude Code Version
2.1.3 (Claude Code)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗