content/skills/meta-skills/skill-map/SKILL.md
Skill map viewer. Scans installed skills under ~/.claude/skills and renders an ASCII overview of name, version, triggerability, description, and category signals. Use whenever the user asks what skills are installed, available, or grouped, including phrases like 'skills', '技能', '技能地图', 'skill map', '我有哪些技能', '看看技能', '列出技能', or 'list skills'.
npx skillsauth add bahayonghang/my-claude-code-settings skill-mapInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
扫描 ~/.claude/skills/ 下已安装的技能目录,生成一目了然的 ASCII 地图。
只面向安装后的技能目录:
~/.claude/skills/*/SKILL.mdcontent/skills/)content/community-skills-registry/)当作 installable skill运行 scripts/scan.sh,获取每个技能的 JSON 数据:
nameversioninvocabledesccategory其中:
category 优先来自 frontmatter;若缺失则输出稳定的 ASCII 分组键(如 cognitive-analysis、workflow-integration、uncategorized)desc 兼容单行与多行 frontmatter descriptionversion 时输出 -user_invocable 时输出 false分类优先级固定如下:
categoryname + desc 的规则驱动关键词推断未分类分组顺序固定如下:
◆ 认知与分析▲ 文档与表达■ 开发与实现● 工作流与集成★ 系统与维护· 未分类| 分组 | 图标 | 建议分组键 | 命中关键词示例 | 说明 |
|------|------|------------|----------------|------|
| 认知与分析 | ◆ | cognitive-analysis | analy, research, read, paper, study, learn, summar, interpret | 面向理解、分析、学习、信息提炼 |
| 文档与表达 | ▲ | document-expression | write, card, slide, doc, screenshot, theme, format, present | 面向文档生成、卡片化、展示与内容包装 |
| 开发与实现 | ■ | development-implementation | code, build, debug, test, refactor, lint, api, tool, script | 面向开发、调试、构建、工程执行 |
| 工作流与集成 | ● | workflow-integration | workflow, sync, web, browser, fetch, search, agent, automation | 面向联网、集成、自动化、协作流程 |
| 系统与维护 | ★ | system-maintenance | setup, install, config, memory, skill, meta, manage, review | 面向安装配置、技能管理、维护与元能力 |
| 未分类 | · | uncategorized | 无命中 | frontmatter 与规则都无法判定时的兜底分组 |
约束:
category,不得被推断结果覆盖未分类用 ASCII 方框图呈现,保持稳定、可重复的布局。
╔══════════════════════════════════════════════════════════╗
║ SKILL MAP · {N} skills installed ║
╠══════════════════════════════════════════════════════════╣
║ ║
║ ◆ 认知与分析 ║
║ +----------------------+-----------------------------+ ║
║ | paper/ v4.3.0 | 论文阅读与分析 | ║
║ | plain v4.0 | 好问题与类比解释 | ║
║ +----------------------+-----------------------------+ ║
║ ║
║ · 未分类 ║
║ +----------------------+-----------------------------+ ║
║ | mystery - | 无法根据元数据判断用途 | ║
║ +----------------------+-----------------------------+ ║
╠══════════════════════════════════════════════════════════╣
║ Total: 12 Invocable: 7 Groups: 5 ║
╚══════════════════════════════════════════════════════════╝
name 升序排序invocable = true 时在技能名后追加 /-desc 为空时显示 无描述No installed skills found under ~/.claude/skillsTotal、Invocable、Groups直接在对话中渲染 ASCII 地图:
满足以下条件才算完成:
scripts/scan.sh 能输出合法 JSON 数组category 字段category 解析顺序满足:frontmatter 优先、规则推断其次、未分类 兜底description 同时兼容单行与多行 frontmatter,且不会串入其它 frontmatter 字段version 缺失时为 -,user_invocable 缺失时为 falsedevelopment
Use only when the user explicitly asks for swarm, subagents, parallel agents, dynamic workflow, multi-agent orchestration, 多智能体编排, or when the task truly needs coordinated research plus implementation plus review plus verification packets. Do not use for ordinary code review, planning-only work, single-line bugfixes, routine audits, or migrations unless orchestration is requested or at least two independent workflow dimensions are present.
development
Run a code quality review focused on maintainability, structure, abstraction quality, file growth, branching complexity, boundary cleanliness, and refactoring opportunities. Use when the user asks for code quality review, code review, maintainability review, architecture quality review, PR code quality feedback, 代码质量审查, 代码质量 review, 可维护性审查, 架构质量审查, or review comments about code structure. Do not use for pure security review, formatting-only review, performance profiling, or implementation tasks unless the user also asks for a code quality review.
development
Plan-first brainstorming workflow that turns an idea into an approved Markdown implementation plan by default. Use when the user wants to brainstorm, design, scope, or plan a feature/spec before implementation. Spark explores project context, asks only blocking questions, writes the plan under the project root's .plannings/YYYY-MM-DD-feature-slug.md path, self-reviews it, and waits for user approval. Create an HTML or visual plan/spec only when the user explicitly asks for HTML, browser-viewable, or visual output; save the paired .html beside the Markdown plan.
development
Run a code quality review focused on maintainability, structure, abstraction quality, file growth, branching complexity, boundary cleanliness, and refactoring opportunities. Use when the user asks for code quality review, code review, maintainability review, architecture quality review, PR code quality feedback, 代码质量审查, 代码质量 review, 可维护性审查, 架构质量审查, or review comments about code structure. Do not use for pure security review, formatting-only review, performance profiling, or implementation tasks unless the user also asks for a code quality review.