Bug: Plugin command /omp:guide shows Unknown command but works with --plugin-dir
Resolved 💬 3 comments Opened May 3, 2026 by sckall Closed May 7, 2026
Bug Description
Plugin command /omp:guide shows "Unknown command" when installed via enabledPlugins, but works with --plugin-dir mode.
Steps to Reproduce
- Install plugin with
enabledPluginsenabled (user scope) - Run
claude -p --print "/omp:guide" - Result: "Unknown command: /omp:guide"
Expected Behavior
/omp:guide should work the same as other commands like /omp:survey, /omp:setup, etc.
Environment
- Claude Code version: (check with
claude --version) - OS: macOS
- Plugin: oh-my-paper v1.1.0
Additional Context
/omp:surveyworks fine/omp:setupworks fine- Using
--plugin-dirflag makes/omp:guidework correctly - Same cache directory, same file timestamps as working commands (all SKILL.md files have identical timestamps)
- This appears to be a bug in the installed plugin mechanism, not a file or configuration issue
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗