🧠
AI EngineeringGo

Gograph

by ozgurcd

Gograph is an AI Engineering skill for Claude Code, published by ozgurcd in gograph.

213 stars14 forkson ozgurcd/gographAdded 2026/09/04Repository updated 2026/09/02
agentic-codingai-agentai-coding-assistantantigravityastclaude-codeclicode-analysiscode-navigationdeveloper-toolsgogolangmcp-serveropencodestatic-analysis
Install in seconds
Install Gograph
Copy Gograph into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ozgurcd/gograph/tree/main/skills/gograph ~/.claude/skills/gograph

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ozgurcd/gograph.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/gograph/SKILL.md in ozgurcd/gograph
Installs to
~/.claude/skills/gograph
Collection
The only skill cataloged from this repository
Category
AI Engineering2970 skills

What Gograph does

Gograph helps Claude Code read, navigate, edit, and review Go repositories with AST-aware repository graph queries. Use it when tracing symbols, assessing blast radius, or checking impact before and after edits.

Gograph is cataloged under AI Engineering on DirSkills. Gograph comes from a repository tagged agentic-coding, ai-agent, ai-coding-assistant, antigravity and ast.

Documentation

README

gograph: Go Repository Intelligence

gograph is a local, AST-aware Go code intelligence engine that exposes 64 query, analysis, and workflow capabilities over the Model Context Protocol (68 endpoints including session lifecycle). It gives terminal LLMs (Claude Code, Cursor agents, OpenClaw) a structural view backed by a persisted or in-memory graph. gograph_explore offers compact, standard, and deep bounded discovery over one shared native result: compact preserves identity/role and complete counts, standard includes source/direct evidence and exact impact, and deep adds depth-3 exact evidence, package context, and explanation. gograph_context remains the focused known-symbol bundle. Actual savings depend on the task.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Gograph

  • How does Gograph compare to other AI Engineering skills?

    Gograph ranks #2658 by stars among the 2970 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Gograph against them. Open each page to compare what they document and how they install.