scoobydrew83

Skill Graph — Development skill for Claude Code

Development community

Regenerate skill-graph.md from the skill source directories and display it.

How to install Skill Graph

Installs to ~/.claude/commands/scoobydrew83-skills-skill-graph.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/scoobydrew83/skills/HEAD/.claude/commands/skill-graph.md -o ~/.claude/commands/scoobydrew83-skills-skill-graph.md

Restart Claude Code, or start a new session, for it to be picked up.

What Skill Graph does


name: skill-graph description: Regenerate skill-graph.md from the skill source directories and display it.

/skill-graph

Run `bash tools/skill-graph.sh`, then display the resulting `skill-graph.md`.

This is the canonical "what's the current shape of the library?" view. The source of truth is the skill directories under `.agents/skills/` — the regenerated graph reflects them directly. Flag any drift from the committed `skill-graph.md`.

Alternatives in Development

  • Understand Anything — Graphs that teach graphs that impress 80.7k ★
  • Code Review Graph — Local knowledge graph for Claude Code 3.7k ★
  • Understand Anything — Claude Code skills that turn any codebase into an interactive knowledge graph you can explore, search, and ask 2.5k ★

Full documentation available on GitHub

View Source Repository