dependency graph skills

59 tagged dependency graph, measured the same way as everything else here.

Browse within: code-analysis 25impact-analysis 23incremental-builds 22code-navigation 11dead-code 11code-intelligence 10claude-agent 6code-architecture 6code-quality 6static-analysis 6javascript 5python 5rust 5

sweep

01

optave/ops-codegraph-tool

Skill Claude CodeCodex

Check all open PRs, resolve conflicts, update branches, address Claude and Greptile review concerns, fix CI failures, and retrigger reviewers until clean.

92 3d ago A 34 tokens original Apache-2.0

titan-grind

02

optave/ops-codegraph-tool

Skill Claude CodeCodex

Adopt extracted helpers — find dead symbols from forge, wire them into consumers, replace duplicated inline patterns, and gate on dead-symbol delta (Titan Paradigm Phase 4.5).

92 3d ago A 42 tokens original Apache-2.0

titan-run

03

optave/ops-codegraph-tool

Skill Claude CodeCodex

Run the full Titan Paradigm pipeline end-to-end by dispatching each phase to sub-agents with fresh context windows. Orchestrates recon → gauntlet → sync → forge → grind (+ repo-provided parity audit) automatically.

92 3d ago A 51 tokens original Apache-2.0

devlens

04

devlensio/devlensOSS

Skill Claude CodeCodex

Understand a codebase with the DevLens MCP — TypeScript, JavaScript, Python, Go, Rust, or Java (incl. React/Next.js/Node, FastAPI/Flask/Django, Spring Boot, Gin/Echo/chi/net-http, axum/actix/rocket). Query a precomputed graph of nodes (components, hooks, functions, classes, methods, structs, traits, routes) and typed…

54 10d ago A 0 tokens AGPL-3.0

codespaces

05

diskd-ai/codespaces

Skill Claude CodeCodex

Build and query architecture-aware code search, dependency graphs, call flows, impact analysis, and belief maps for Python, TypeScript, TSX, Rust, C#, Java, Go, Ruby, and Ruby on Rails repositories. Use before non-trivial code changes to find module boundaries, blast radius, architecture violations, and the minimal…

52 20d ago A 74 tokens original MIT

archon

06

Schr0d/Archon

Skill Claude CodeCodex

Multi-language dependency impact analysis for Java, JS/TS, and Python codebases. Answers "if I change this, what breaks?" Run /archon diff before refactoring, /archon analyze for full dependency maps.

21 4mo ago A 48 tokens original MIT

bump-version

07

serpentine-parser/serpentine

Skill Claude CodeCodex

Bump the project version across all files that carry it. Pass the new version as the argument (e.g. /bump-version 0.4.0).

13 12d ago A 38 tokens

code-analysis

08

serpentine-parser/serpentine

Skill Claude CodeCodex

Full code navigation — replaces grep, glob, and file reads. Find symbol definitions, trace callers and callees, read source code, and map module structure. Pass symbol names or questions as arguments.

13 12d ago A 43 tokens

gen-pr

09

serpentine-parser/serpentine

Skill Claude CodeCodex

Generate a PR description as a Markdown file in .claude/scratch using git history and code analysis. Fills in the project's PR template.

13 12d ago A 32 tokens

bootstrap

10

RayforceDB/raysense

Skill Claude CodeCodex

Use at the start of any coding session in a repository to scan the structure, save a baseline, and materialize splayed-table memory for fast follow-up queries. Establishes the "before" reference point that the verify skill diffs against later.

11 3mo ago A 52 tokens original MIT

drift

11

RayforceDB/raysense

Skill Claude CodeCodex

Use after a rescan to surface structural regressions across a time window. Diffs the latest scan against the saved baseline AND the trend history, ranking dimensions that worsened, files newly hot, and rules newly tripped. Configurable window (7d, 30d, 90d). Use periodically (daily, weekly, or pre-PR).

11 3mo ago A 75 tokens original MIT

query

12

RayforceDB/raysense

Skill Claude CodeCodex

Use when the agent has a structural question about the saved baseline that the typed MCP tools (health, hotspots, rules, blast radius, coupling, cycles, evolution) do not directly answer. Runs Rayfall expressions against splayed baseline tables via raysensebaselinequery. Three modes are available - select queries for…

11 3mo ago A 181 tokens original MIT

graph

13

gwaghmar/graph

Skill Claude CodeCodex

Execute coding work as a cached dependency graph with local quality gates, parallel agents, localized retries, resume support, token telemetry, and an interactive report. Use for $graph requests.

10 23d ago A 38 tokens original MIT

mellos-mapping

14

GuangminJu/mellos-mapping

Skill Claude CodeCodex

Maintain a live layered dependency map (Mellos map) while doing bottom-up development. Use when starting any non-trivial implementation or architecture task — multiple modules, layers, or more than roughly an hour of work. Declare the design as ghost nodes first, then light nodes up bottom-to-top as they are built and…

7 4d ago A 120 tokens original MIT

bntvllnt/codebase-intelligence

Skill Claude CodeCodex

Query the codebase-intelligence CLI to understand TypeScript architecture, dependencies, blast radius, and risk before reading files. Use for any "how is this structured", "what breaks if I change X", "where is the complexity" question.

7 2mo ago A 54 tokens original MIT

knowledge-kernel

16

sowerkoku/knowledge-kernel

Skill Claude CodeCodex

Knowledge Kernel — a deterministic, evidence-backed source of truth for AI agents. Stores verified facts, evidence, relationships, and freshness. Use this when an agent needs to know infrastructure, software, endpoints, dependencies, agents, or projects — anything grounded in empirical reality.

5 18d ago A 57 tokens original MIT

PlunderStruck/scip-query

Skill Claude CodeCodex

Review maintainability like a principal engineer. Use when the user asks what a senior/staff/principal maintainer would notice, whether code looks vibe-coded, what is gross, what should be fundamentally different, or which architecture smells matter beyond ordinary deduplication.

5 yesterday A 58 tokens original Apache-2.0

PlunderStruck/scip-query

Skill Claude CodeCodex

Optimize performance scientifically with current scip-query evidence. Use for benchmarking, profiling, cold or warm indexing, command latency, memory and computational cost, or comparing current-pipeline tuning with alternative designs.

5 yesterday A 46 tokens original Apache-2.0

PlunderStruck/scip-query

Skill Claude CodeCodex

Audit whether implementations are real with scip-query. Use for suspected faked or half-implemented features, decorative checkers or verifiers that never fail, dead code paths hidden behind graceful fallbacks, metrics that may be lying, or a "does any of this actually work" interrogation of a system.

5 yesterday A 68 tokens original Apache-2.0

vg

20

vibgrate/cli

Skill Claude CodeCodex

Query the local code graph (vg) for structure, impact, and navigation instead of grepping/reading many files.

3 2d ago C 26 tokens original Apache-2.0

harness-map

21

dreamiurg/harness-map

Skill Claude CodeCodex

Generate an interactive, self-contained HTML dependency map of a repository's AI harness — skills, slash commands, agents, and MCP servers, with typed evidence-backed edges showing which skills hand off to which, what delegates to which agents, and what uses which MCP servers. Use when the user asks to map, visualize…

2 7d ago B 110 tokens original MIT

alpha

22

dreamiurg/harness-map

Skill Claude CodeCodex

Directory-form skill that hands off to beta and delegates to helper.

2 7d ago A 15 tokens original MIT

map

23

ordinary9843/claude-architecture-mapper

Skill Claude CodeCodex

Scans the user's full Claude Code environment (/.claude/ and current project) to generate a Mermaid.js architecture map of all installed skills, agents, and commands. Detects overlaps and semantic collisions. Invoke when the user asks to "map my plugins", "show architecture", "what skills do I have", "find overlapping…

1 5mo ago A 84 tokens original MIT

blast-radius-mcp

24

tspscale/blast-radius-mcp

Skill Claude CodeCodex

Use this skill when the user asks about dependencies, package upgrades, vulnerabilities, blast radius, or software supply chain security.

0 15d ago A 24 tokens original MIT