ljg-skill-map

Scans ~/.claude/skills to collect name, version, invocable, and description into a JSON dataset.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/xfs96192/claude-config --skill ljg-skill-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ljg-skill-map
Source: https://github.com/xfs96192/claude-config/tree/main/skills/ljg-skill-map
Command: npx skills add https://github.com/xfs96192/claude-config --skill ljg-skill-map

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Scans installed skills and presents a concise, visual map showing each skill's name, version, invocability, and description to help you understand your capabilities at a glance.

Core Features & Use Cases

  • Scans ~/.claude/skills to collect metadata (name, version, invocable, desc) and exports a JSON dataset.
  • Auto-classifies skills into categories based on name and description, with unknowns grouped as Unclassified.
  • Renders an ASCII skill map that users can browse to assess coverage and availability.

Quick Start

Run scripts/scan.sh to generate the installed skills map in JSON and view the ASCII overview.

Frequently Asked Questions about ljg-skill-map

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

FAQPage Schema
How do I list all installed Claude skills and visualize their metadata?

To visualize installed skills, run the scan script over the ~/.claude/skills directory to collect each skill's name, version, description, and invocability into a structured JSON dataset for easy mapping.

What is the best way to inventory Claude skills and categorize them automatically?

The best way to inventory skills is to run a scan that collects frontmatter metadata and auto-classifies skills into categories based on name and description, grouping unmatched entries as Unclassified.

Can I generate an ASCII map of available skills in my local environment?

Yes, you can generate an ASCII skill map by scanning the local skills directory, which renders a visual overview displaying each skill's name, version, and invocable status for quick browsing.

How do I export installed skill metadata into a JSON dataset for indexing?

You can export skill metadata into a JSON dataset by running a scan script that extracts frontmatter-driven fields like name, description, and invocable status, producing a structured payload suitable for vector indexing.

Does this skill visualization tool require any external dependencies?

No external dependencies are required. The tool operates independently over the local ~/.claude/skills directory using shell scripts to discover, categorize, and map installed capabilities.

Why are some of my installed skills showing up as Unclassified in the map?

Skills appear as Unclassified when the auto-classification logic cannot match their name or description keywords to a known category, grouping them together so you can manually assess their coverage.