Skill guide
Skill gtskevin/skill-guide
Use when the user wants to discover, inspect, compare, diagnose, or choose installed Agent Skills across Codex, Claude Code, cc-switch, or plugin directories.From its SKILL.md
npx -y skills add gtskevin/skill-guideAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 2 commands, including `node <skill-dir>/skill-guide.js --open` and 1 more.
SKILL.md
2.0 KB, 375 tokens by cl100k_base, as published. Nobody here has run it
Skill Guide
Overview
Use the bundled zero-dependency CLI to scan local skill metadata and generate a browser-ready HTML dashboard. Treat health scores and recommendations as local review prompts, not usage metrics or deletion decisions.
Default: Dashboard
Run the default dashboard:
node <skill-dir>/skill-guide.js --open
Add --lang zh for a Chinese dashboard. Add --refresh to force re-scan. Add --all to see skills from all platforms. Add --platform claude or --platform codex to force a specific platform view.
Sub-commands
For other modes, use sub-commands: /skill-guide: review, /skill-guide: find, /skill-guide: doctor, /skill-guide: recommend, /skill-guide: share, /skill-guide: lint. Or run node <skill-dir>/skill-guide.js --overlap to find semantically overlapping skills.
Guardrails
- The scanner reads local metadata; it does not measure actual usage frequency.
- Same-category suggestions and directory mentions require human review before installing, editing, or deleting anything.
- Never delete skills, install packages, or publish results based only on a generated score.
- The CLI only prepares evidence and questions — semantic judgment comes from the agent. Always wait for agent assessment before acting on any finding.
- Built-in dashboard labels support English and Chinese. For other languages, summarize the result in the user's language without rewriting generated HTML unless explicitly requested.
- If the CLI is unavailable, report the missing file instead of silently replacing its behavior.
- All modes default to the current platform (auto-detected from env vars or install path). Cross-agent duplicates are normal — each agent needs its own skill copies. Use
--allto see the full inventory across all agents.
What ships with it: 55 files
2229.6 KB alongside SKILL.md, 14 of them executable
.claude-plugin/
- plugin.json438 B
agents/
- openai.yaml286 B
bin/
- skill-guideruns65 B
commands/
- dashboard.md399 B
- doctor.md315 B
- find.md431 B
- lint.md999 B
- recommend.md320 B
- review.md551 B
- share.md348 B
docs/
- analysis-2026-05-26.md8.6 KB
- analysis-2026-05-27-full-evaluation.html26.1 KB
- analysis-2026-05-27-full-evaluation.md17.6 KB
- analysis-2026-05-27-health-output-critique.md6.3 KB
- analysis-2026-05-27-health-v2-critique.md6.2 KB
- superpowers/plans/2026-05-26-data-layer-refactor.md29.8 KB
- superpowers/plans/2026-05-26-output-quality-improvements.md21.9 KB
- superpowers/plans/2026-05-26-share-recommend.md46.7 KB
- superpowers/plans/2026-05-27-health-v2.md31.0 KB
- superpowers/plans/2026-05-27-skill-health.md28.3 KB
- superpowers/plans/2026-06-01-readme-positioning.md2.2 KB
- superpowers/specs/2026-05-26-data-layer-refactor-design.md13.6 KB
- superpowers/specs/2026-05-26-share-recommend-design.md9.3 KB
- superpowers/specs/2026-06-01-readme-positioning-design.md2.0 KB
- AGENTS.md2.9 KB
- CHANGELOG.md6.8 KB
- CLAUDE.md6.8 KB
- CODE_OF_CONDUCT.md1.6 KB
- CONTRIBUTING.md1.4 KB
- demo-categories.png175.1 KB
- demo-cover.png172.8 KB
- demo.gif410.3 KB
- demo-highlights.png169.2 KB
- demo.html117.0 KB
- demo-reference.png176.6 KB
- .gitignore548 B
- LICENSE1.1 KB
- package.json1.8 KB
- PROMOTION-GUIDE.md3.7 KB
- README.md9.0 KB
15 more files not listed here. See all 55 in the repository.