ljg-skill-map

Render an ASCII map of installed Claude skills from SKILL.md frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly discover what Claude skills are installed, what each one does, and whether it can be invoked directly, without manually opening every skill file.

Core Features & Use Cases

  • Skill Discovery: Scans the local Claude skills directory and gathers each skill’s name, version, invocability, and short description.
  • Visual Organization: Groups skills into practical categories so you can understand the skill set at a glance.
  • Operational Overview: Produces an ASCII map that is easy to read in chat and useful for audits, onboarding, and environment checks.

Quick Start

Ask the skill map to scan your installed Claude skills and display the categorized ASCII overview in chat.

Frequently Asked Questions about ljg-skill-map

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

FAQPage Schema
How do I see all installed Claude skills at a glance?

To see installed Claude skills at a glance, use a skill map to scan the local ~/.claude/skills directory. It reads each SKILL.md frontmatter to extract the name, version, and invocability status, then formats them into a categorized ASCII map for quick discovery.

Can I check which Claude skills are user-invocable without opening every file?

Yes, you can check which Claude skills are user-invocable by running a skill inventory scan. It reads the frontmatter of each SKILL.md file to extract the user_invocable status and short description, displaying the results in an organized ASCII map without opening individual files.

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

The best way to inventory local Claude skills is to scan the ~/.claude/skills directory and parse the SKILL.md frontmatter. This process extracts metadata like name and version, grouping them into practical categories to produce an ASCII map useful for audits and onboarding.

Does the skill map display skill versions and descriptions in chat?

Yes, the skill map displays skill versions and descriptions in chat. It parses the frontmatter of each SKILL.md file to extract the version and short description, rendering an ASCII overview that allows you to browse categories and check the environment directly.

Why do I need a skill discovery tool for my Claude environment?

You need a skill discovery tool to quickly understand what your Claude environment contains without manual inspection. It solves the problem of hidden capabilities by scanning the local skills directory and rendering a categorized ASCII map for easy operational overviews and onboarding.

Are there limitations to using an ASCII map for skill classification?

A limitation of using an ASCII map for skill classification is that it provides a static, text-based overview. It relies entirely on reading the existing SKILL.md frontmatter, meaning any uncategorized or malformed metadata will not be accurately represented in the visual map.