ljg-skill-map
ljg-skill-map: 技能地圖
掃描 ~/.claude/skills/ 下所有已安裝技能,生成一目瞭然的視覺化地圖。
執行
1. 掃描
執行 scripts/scan.sh,獲取所有技能的 JSON 資料(name, version, invocable, desc)。
2. 分類
根據技能名稱和描述,將技能自動歸入以下類別:
| 類別 | 圖示 | 含義 | 典型成員 |
|---|---|---|---|
| 認知原子 | ◆ | 內容處理的原子操作 | ljg-plain, ljg-word, ljg-writes, ljg-paper |
| 輸出鑄造 | ▲ | 將內容轉化為可交付物 | ljg-card |
| 聯網觸達 | ● | 與外部世界互動 | agent-reach |
| 系統運維 | ■ | Agent 自身的維護和管理 | datetime-check, memory-review, save-conversation, skill-creator, ljg-skill-map |
| 環境部署 | ★ | 一次性安裝和配置 | Her-init |
歸類依據名稱字首和描述關鍵詞判斷。遇到新技能無法歸類時,放入「未分類」。
3. 渲染
用 ASCII 方框圖呈現,格式如下:
╔══════════════════════════════════════════════════════════╗
║ SKILL MAP · {N} skills installed ║
╠══════════════════════════════════════════════════════════╣
║ ║
║ ◆ 認知原子 ║
║ +-----------------+----------------------------------+ ║
║ | ljg-plain v4.0 | 白 — 好問題+類比讓人 grok | ║
║ | ljg-word v1.0 | 英文單詞深度拆解 | ║
║ | ljg-writes v4.0 | 寫作引擎 | ║
║ | ljg-paper v2.0 | 論文閱讀與分析 | ║
║ +-----------------+----------------------------------+ ║
║ ║
║ ▲ 輸出鑄造 ║
║ +-----------------+----------------------------------+ ║
║ | ljg-card v1.5 | 鑄 — 內容轉 PNG 視覺化 | ║
║ +-----------------+----------------------------------+ ║
║ ║
║ ... ║
╚══════════════════════════════════════════════════════════╝
規則:
- 每個類別一個區塊,類別圖示 + 中文名做標題
- 技能名左對齊,版本號緊跟(無版本顯示
-) - 描述截斷到一行,保留核心語義
- user_invocable 為 true 的技能名後加
/標記(表示可直接/技能名呼叫) - 底部統計行:總數、可呼叫數、分類數
4. 輸出
直接在對話中渲染 ASCII 地圖。不生成檔案,不寫入磁碟。
More from yelban/ljg-skills.tw
ljg-card
Content caster (鑄). Transforms content into PNG visuals. Six molds: -l (default) long reading card, -i infograph, -m multi-card reading cards (1080x1440), -v visual sketchnote, -c comic (manga-style B&W), -w whiteboard (marker-style board layout). Output to ~/Downloads/. Use when user says '鑄', 'cast', '做成圖', '做成卡片', '做成資訊圖', '做成海報', '視覺筆記', 'sketchnote', '漫畫', 'comic', 'manga', '白板', 'whiteboard'. Replaces ljg-cards and ljg-infograph.
5ljg-word
Deep-dive English word mastery tool. Deconstructs a single English word into core semantics and epiphany. Use when user asks to explain/master a specific English word.
5ljg-rank
給一個領域,找出背後真正撐著它的幾根獨立的力。十幾個現象砍到不可再少的生成器——砍完能把現象一個個生回來,才算數。Use when user says '降秩', '找秩', '秩是什麼', '這個領域靠什麼撐著', '背後是什麼', or wants to decompose any domain to its irreducible generators.
5ljg-writes
寫作引擎。帶著一個觀點出發,在寫的過程中把它想透。
5ljg-plain
Cognitive atom: Plain (白). Rewrites any content so a smart 12-year-old groks it. Structure-free — form follows content. Use when user says '白話說', '說人話', '解釋一下', 'plain', 'grok'.
5ljg-travel
Deep travel research workflow for museums and ancient architecture. Input a city name, auto-generates structured knowledge document (org-mode) + portable reference cards (PNG). Covers historical background, museum highlights, archaeological significance, and architectural heritage. Use when user says '旅行研究', '博物館功課', '古建功課', 'travel research', '出發前功課', or provides a city name with intent to do deep cultural travel preparation.
5