find-skills

Scan SKILL.md directories and settings.json to inventory installed skills and enabled plugins.

4|4|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Roentek/Claude_Code_Boilerplate_Framework --skill find-skills-roentek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Roentek/Claude_Code_Boilerplate_Framework/tree/main/.claude/skills/find-skills
Command: npx skills add https://github.com/Roentek/Claude_Code_Boilerplate_Framework --skill find-skills-roentek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the confusion of not knowing which Claude Code skills and plugins are currently installed and enabled in your global and project environments.

Core Features & Use Cases

  • Installed Skills Inventory: Lists all skills found in both your global directory (~/.claude/skills/) and the current project (.claude/skills/), pulling each skill’s human-readable name and description from its SKILL.md frontmatter.
  • Enabled Plugins Cross-Reference: Reads .claude/settings.json to report which plugins are enabled for the current environment and highlights the tooling actually available to you.
  • Gap Detection: Flags skills that exist in your project but are missing from global tracking, and skills that exist globally but are not represented in the project.

Quick Start

Ask Claude Code: /find-skills to see a table of installed skills, enabled plugins, and any gaps between project and global setups.

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all installed Claude Code skills and plugins in my workspace?

To list installed Claude Code skills and plugins, use the /find-skills slash command. It scans global and project SKILL.md directories and cross-references .claude/settings.json to output a complete inventory table of available tooling.

Why are some skills missing from my global Claude Code tracking?

Skills missing from global tracking occur when project-specific SKILL.md files in the .claude/skills/ directory are not replicated to the global ~/.claude/skills/ directory. Running an inventory scan generates a gap report highlighting these discrepancies.

How do I check which plugins are currently enabled for my Claude Code project?

You can check enabled plugins by reading the .claude/settings.json file, which tracks active integrations. The inventory command parses this configuration file to report which plugins are enabled for the current environment.

What is the best way to audit available slash commands and diagnose missing skills?

The best way to audit slash commands and diagnose missing skills is to run an inventory scan. It extracts names and descriptions from SKILL.md frontmatter across directories to produce a comprehensive workspace audit with gap detection.

Does the skills inventory scan both global and project directories?

Yes, the skills inventory scan reads both global and project directories. It parses SKILL.md frontmatter from ~/.claude/skills/ and .claude/skills/ to compile a unified list and identify gaps between the two environments.

Can I diagnose missing integrations by verifying enabledPlugins in settings?

Yes, you can diagnose missing integrations by cross-referencing the enabledPlugins array in .claude/settings.json against installed skills. This verifies which active integrations are represented in your current workspace configuration.