πŸ•ΈοΈ
QualityPython

Code Graph

by alinaqi

Code Graph is a Quality skill for Claude Code, published by alinaqi in maggy.

704 stars57 forkson alinaqi/maggyAdded 2026/08/23Repository updated 2026/08/18
ai-codingclaudeclaude-codedeveloper-toolsproject-initializationpythonreactsecuritytypescript
Install in seconds
Install Code Graph
Copy Code Graph 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/alinaqi/maggy/tree/main/skills/code-graph ~/.claude/skills/code-graph

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/alinaqi/maggy.git

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

In this catalog

Source file
skills/code-graph/SKILL.md in alinaqi/maggy
Installs to
~/.claude/skills/code-graph
Collection
One of 25 skills cataloged from this repository
Category
Quality β€” 1354 skills

What Code Graph does

Code Graph uses an AST-based code graph to find symbols, trace dependencies, and assess blast radius before reading files. Use it for planning and navigating codebases in Claude Code via MCP.

Code Graph is cataloged under Quality on DirSkills. Code Graph comes from a repository tagged ai-coding, claude, claude-code, developer-tools and project-initialization.

Documentation

README

Code Graph Skill

Purpose: Use the code graph (codebase-memory-mcp) for sub-millisecond symbol lookup, function search, dependency analysis, and blast radius detection. This replaces brute-force grep and file reading for code navigation.


Core Principle

Graph first, file second. Before reading files or grepping, query the code graph. Only read full files when you need to modify them or need context beyond what the graph provides.

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

Frequently asked about Code Graph

  • What else does alinaqi publish alongside Code Graph?

    Code Graph is one of 25 skills that DirSkills catalogs from alinaqi/maggy, the repository it ships in. Its siblings there include AI Engine Optimization, AI Models Reference and AWS Aurora. Each one is a separate skill with its own page in this directory, installs the same way Code Graph does, and is maintained by alinaqi in that same repository. The rest of the collection is listed on the alinaqi/maggy page.

  • How does Code Graph compare to other Quality skills?

    Code Graph ranks #1045 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. 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 Code Graph against them. Open each page to compare what they document and how they install.

More from alinaqi/maggy

Code Graph is one of 25 skills cataloged on DirSkills from alinaqi/maggy.

See all 25 skills β†’
πŸ€–
1w ago

AI Engine Optimization

AI Engine Optimization helps shape pages for AI search engines and chat answers. It uses semantic triples, page templates, and content clusters to improve how content is cited in generated responses.
SEO
70457
πŸ€–
1w ago

AI Models Reference

AI Models Reference lists current Claude, OpenAI, Gemini, Eleven Labs, Replicate, and related model choices with example APIs. Use it when you need to pick a model for reasoning, code, vision, embeddings, voice, or image generation.
AI Engineering
70457
πŸ—„οΈ
1w ago

AWS Aurora

AWS Aurora covers serverless v2, RDS Proxy, Data API, and connection pooling for MySQL- and PostgreSQL-compatible workloads. Use it when setting up Aurora-backed apps, especially Lambda and other serverless services.
DevOps
70457
πŸ—„οΈ
1w ago

AWS DynamoDB

AWS DynamoDB covers single-table design, access-pattern modeling, and GSI patterns for building queries around how data is read. Use it when designing DynamoDB schemas or implementing SDK v3 access in TypeScript or Python.
DevOps
70457
🀝
1w ago

Agent Teams

Agent Teams coordinates a default roster of Claude Code agents for feature work. It enforces a fixed TDD pipeline from spec and tests through review, security checks, and PR creation.
AI Engineering
70457
πŸ€–
1w ago

Agentic Development

Agentic Development builds autonomous AI agents that plan, use tools, and verify multi-step tasks. It uses Pydantic AI for Python and Claude Agent SDK for Node.js/Next.js projects.
AI Engineering
70457