Skip to content

Troubleshooting

SymptomFix
New skills/commands don't appear after install/updateStart a fresh session so newly added directories start being watched.
/doctor flags a truncated skill descriptionA description exceeds Claude Code's display budget; shorten it (the dev guard ./scripts/validate.sh enforces ≤ 1024 chars).
Standards don't show up in a new sessionConfirm the plugin is enabled (/plugin); the hook runs at session start, so open a new session.
source: "." won't resolve / install failsMake sure you added the marketplace via the git form (/plugin marketplace add blendsdk/claude-codeops), not a raw URL.
Duplicate skills (short and namespaced)You have both the dev installer and the plugin active — run ./uninstall.sh to drop the symlinked copies.

Still stuck?

Released under the MIT License.