dabydat

Build Graph — Development skill for Claude Code

Development community

Builds or updates the code knowledge graphs (graphs/) for token-efficient context.

How to install Build Graph

Installs to ~/.claude/skills/dabydat-alpha-omega-build-graph/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dabydat-alpha-omega-build-graph && curl -fsSL https://raw.githubusercontent.com/dabydat/alpha-omega/HEAD/commands/build-graph.md -o ~/.claude/skills/dabydat-alpha-omega-build-graph/SKILL.md

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

What Build Graph does


name: build-graph description: Builds or updates the code knowledge graphs (graphs/) for token-efficient context. argument-hint: "[path]"

/build-graph — alpha-omega

Generates the project's 3 graphs in `graphs/` (alpha-omega convention, graph-thinking rule; canonical format: examples/graph.mermaid).

Steps

  1. Scan src/ and tests/ (or only $ARGUMENTS if provided).
  2. Generate graphs/code-graph.mermaid: modules, public functions/classes, and edges (CALLS, IMPORTS, INHERITS

Alternatives in Development

Full documentation available on GitHub

View Source Repository