Check which Claude skills are loaded globally and project-level. Displays loaded skills by category (Hostinger, Anthropic, custom), counts, and helps troubleshoot missing skills.
Lists all loaded Claude skills, categorizes them by author, and identifies conflicts.
/plugin marketplace add theflysurfer/claude-skills-marketplace/plugin install theflysurfer-claude-skills-marketplace@theflysurfer/claude-skills-marketplaceThis skill is limited to using the following tools:
references/skill-resolution-guide.mdscripts/README.mdscripts/check-loaded-skills.shThis skill helps you verify which Claude Code skills are currently loaded in your project.
Use this skill when you need to:
The skill runs a comprehensive check of your skill environment:
~/.claude/skills/.claude/skills/ (if any)/check-loaded-skills
Ask Claude to check loaded skills and Claude will invoke this skill automatically.
Examples:
═══════════════════════════════════════════════════════
🔍 SKILLS CHARGÉS - Current Project
═══════════════════════════════════════════════════════
📦 SKILLS GLOBAUX (~/.claude/skills/)
───────────────────────────────────────────────────────
Total: 28 skills
🏢 Skills Hostinger-specific:
✓ julien-infra-hostinger-database
✓ julien-infra-hostinger-deployment
✓ julien-infra-hostinger-docker
✓ julien-infra-hostinger-maintenance
✓ julien-infra-hostinger-nginx
✓ julien-infra-hostinger-space-reclaim
✓ julien-infra-hostinger-ssh
🤖 Skills Anthropic: 9
✓ anthropic-design-canvas
✓ anthropic-office-docx
[...]
📁 SKILLS PROJECT-LEVEL (.claude/skills/)
───────────────────────────────────────────────────────
✅ Aucun skill project-level
→ Utilise uniquement les skills globaux
═══════════════════════════════════════════════════════
✅ Vérification terminée
═══════════════════════════════════════════════════════
Claude loads skills in this order:
~/.claude/skills/) - Lower priority.claude/skills/) - Higher priority (overrides globals)If a skill exists in both locations, the project-level version takes precedence.
Problem: Expected skill not showing up
Solutions:
ls -1 "path/to/marketplace/skills/"ls -1 ~/.claude/skills//sync-personal-skillsProblem: Skill shows in global but not working
Possible causes:
Solution: Check skill SKILL.md file for correct format
Recommandés:
Optionnels:
Bash (usage: run check-loaded-skills.sh script)Read (usage: read skill directories)User: "Check which skills are loaded"
↓
[THIS SKILL]
├─► List ~/.claude/skills/
├─► List .claude/skills/ (if exists)
├─► Categorize by author
└─► Show counts + conflicts
↓
Skills report displayed
↓
[If missing skills]
└─► sync-personal-skills
Scenario: Verify Hostinger skills are loaded before deployment
Command: "Are my Hostinger skills loaded?"
Result:
Script: scripts/check-loaded-skills.sh
Requirements: Bash shell (Git Bash on Windows)
Permissions: Read-only (no modifications)
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.