ljg-skill-map

Scan local skill metadata and render a categorized ASCII overview.

Updated Jul 11, 2022
One-click install
npx skills add https://github.com/zhengfran/dotconfig --skill ljg-skill-map-zhengfran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ljg-skill-map
Source: https://github.com/zhengfran/dotconfig/tree/main/tools/ai/agents/skills/ljg-skill-map
Command: npx skills add https://github.com/zhengfran/dotconfig --skill ljg-skill-map-zhengfran

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

You can quickly see what skills are installed and how to use them without manually checking every skill directory.

Core Features & Use Cases

  • Scans installed skills: Reads all skills under ~/.claude/skills/ and extracts metadata like name, version, invocable status, and description.
  • Auto-categorizes skills: Groups skills into meaningful categories using name prefixes and description keywords, placing unknown ones into “未分类”.
  • Renders an at-a-glance map: Outputs a clear ASCII diagram showing categories and each skill’s version and summary, including how many skills are invocable.

Quick Start

Ask your assistant for “skills” or “技能地图” to get a visual overview of all installed skills.

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 skills and visualize them in a categorized inventory?

To list installed skills and visualize a categorized inventory, the skill scans local metadata from ~/.claude/skills/ and renders an ASCII diagram showing names, versions, descriptions, and invocable status. Ask for “skills” or “技能地图” to trigger the scan.

What is the best way to discover available skills on my local filesystem?

The best way to discover available skills on your local filesystem is through an ASCII visualization that parses SKILL.md frontmatter. It auto-categorizes skills by name prefixes and description keywords, grouping unknown ones into “未分类” for quick browsing.

Does the skill categorization work automatically based on skill names and descriptions?

Yes, skill categorization works automatically by grouping skills into meaningful categories using name prefixes and description keywords extracted from metadata. Skills that do not match known patterns are placed into an “未分类” category in the output diagram.

How do I scan SKILL.md frontmatter to extract skill versions and descriptions?

To scan SKILL.md frontmatter and extract skill versions and descriptions, the skill runs scripts/scan.sh against the ~/.claude/skills/ directory. It parses the frontmatter fields and aggregates them into a single visual map output.

Can I get an at-a-glance overview of skill metadata without manually checking every skill directory?

Yes, you can get an at-a-glance overview of skill metadata without manually checking directories by requesting a skill map. The tool reads all installed skill metadata and renders a categorized ASCII diagram with names, versions, and summaries for immediate reference.