C
claude-skills-troubleshooting
Diagnose and resolve Claude Code plugin and skill issues. This skill should be used when plugins are installed but not showing in available skills list, skills are not activating as expected, or when troubleshooting enabledPlugins configuration in settings.json. Triggers include
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Diagnose and resolve Claude Code plugin and skill issues. This skill should be used when plugins are installed but not showing in available skills list, skills are not activating as expected, or when troubleshooting enabledPlugins configuration in settings.json. Triggers include \
How to use
- Uruchom skrypt diagnostyczny, aby zidentyfikować problem: python3 scripts/diagnose_plugins.py. Narzędzie automatycznie sprawdzi zainstalowane versus włączone pluginy, brakujące wpisy w settings.json, problemy z pamięcią podręczną i błędy konfiguracji.
- Jeśli plugin jest zainstalowany, ale nie pojawia się na liście dostępnych umiejętności, sprawdź czy znajduje się w ~/.claude/plugins/installed_plugins.json oraz czy jest włączony w ~/.claude/settings.json.
- Aby włączyć plugin, użyj polecenia CLI: claude plugin enable plugin-name@marketplace-name, gdzie plugin-name to nazwa pluginu a marketplace-name to nazwa jego rynku.
- Alternatywnie możesz ręcznie edytować plik ~/.claude/settings.json i dodać wpis do sekcji enabledPlugins w formacie: "plugin-name@marketplace-name": true.
- Po włączeniu pluginu sprawdź czy pojawia się na liście dostępnych umiejętności za pomocą narzędzia Skill tool.
- Jeśli problem persystuje, uruchom skrypt diagnostyczny ponownie, aby potwierdzić że konfiguracja jest prawidłowa.