code-analysis skills

307 tagged code-analysis, measured the same way as everything else here.

Browse within: code-intelligence 46agentskills 40bmad 40bmad-method 40bmad-module 40codegraph 26dependency-graph 25call-graph 23codebase-intelligence 23impact-analysis 23Autonomous Agents 22incremental-builds 22dead-code-detection 21reverse-engineering 15

ch015-feedback

73

ch015/code-pentester

Skill Claude CodeCodex

Run CH015 security design review workflows for PRDs and specs to produce security opinions or review findings mapped to standards and regulatory requirements.

4 14d ago A 30 tokens original MIT

broadside

74

HuginnIndustries/CodeCartographer

Skill Claude CodeCodex

Interpret a Broad-Side batch reconnaissance run. Use after codecartobroadside collect has produced .codecarto/broadside/ / results, to triage scouting signals before or during an interactive CodeCartographer pipeline run.

4 2d ago A 52 tokens original MIT

apply-spec-deltas

75

HuginnIndustries/CodeCartographer

Skill Claude CodeCodex

Apply triaged spec deltas (from spike findings, defect-scan corrections, post-implementation discoveries, or any source proposing changes to a finished reimplementation spec) without rubber-stamping. Use this skill after the pipeline has produced a complete reimplementation-spec and a separate source has surfaced…

4 2d ago A 121 tokens original MIT

codecartographer

76

HuginnIndustries/CodeCartographer

Skill Claude CodeCodex

Drive the CodeCartographer MCP server to reverse-engineer a repository or synthesize a new project through validated analysis phases. Use when asked to run CodeCartographer, analyze or reverse-engineer a codebase, produce architecture/contracts/protocols/defect/porting/reimplementation artifacts, or operate a…

4 2d ago A 72 tokens original MIT

dekko-daemon

77

aahlijia/dekko

Skill Claude CodeCodex

Start dekko's background daemon before a session that will run many bare dekko CLI commands via Bash (not the MCP tools) against a large or medium repo. Trigger when you're about to run several dekko CLI invocations in a row on the same repo — a long refactor loop, a batch of query/search/outline calls, or a…

3 5d ago A 94 tokens original MIT

dekko-notes

78

aahlijia/dekko

Skill Claude CodeCodex

Read and write dekko's symbol-anchored notes in any repo with a .dekko/ directory. Trigger every time you pull a symbol's context (querysymbol, getcontextpack, dekko query/context), right after a non-obvious change, and right after any rename/move/signature edit (to sweep orphaned notes). Notes are durable, committed…

3 5d ago A 94 tokens original MIT

dekko-orient

79

aahlijia/dekko

Skill Claude CodeCodex

Use dekko's tools instead of grep/Read whenever a repo has a .dekko/ directory — not just at session start. Trigger on any "find/locate/understand this symbol," "what does this file/dir contain," "what will this change break," or "read this file" impulse. dekko has already parsed and indexed the repo; grepping or…

3 5d ago A 100 tokens original MIT

Dhevenddra/forensic-deepdive

Skill Claude CodeCodex

Run a full forensic deep-dive on an unfamiliar codebase, producing five durable markdown artifacts (MAP.md, HOTPATHS.md, ARCHAEOLOGY.md, MENTALMODEL.md, AGENTBRIEF.md). Use when the user says "analyze this repo", "onboard me to X", "I just joined a new team", "deep-dive this codebase", or clones/opens a repo they…

2 17d ago A 131 tokens original Apache-2.0

Dhevenddra/forensic-deepdive

Skill Claude CodeCodex

Answer questions about the current repo by querying its existing forensic-deepdive artifacts (MAP.md, HOTPATHS.md, ARCHAEOLOGY.md, MENTALMODEL.md, AGENTBRIEF.md). Use when the user asks "where does X live", "who owns Y", "how did Z evolve", "what should I touch to add a new W" — AND the repo already has these…

2 17d ago A 119 tokens original Apache-2.0

Dhevenddra/forensic-deepdive

Skill Claude CodeCodex

Incrementally refresh forensic-deepdive artifacts after the codebase has changed. Use when MAP.md or HOTPATHS.md is stale (>7 days or >50 commits old), or after a significant refactor when the user wants artifacts to reflect reality. Do NOT use for first-time analysis (use forensic-deepdive-extract) or simple lookups…

2 17d ago A 89 tokens original Apache-2.0

Neko1313/graphlens-mcp

Skill Claude CodeCodex

Navigate the code graph using graphlens MCP tools instead of reading files or grepping. Use when asked: "what calls X", "what breaks if I change X", "who uses this function", "what does this function depend on", "impact analysis", "find callers", "find references", "what implements/extends X", "what's in this file"…

2 1mo ago A 147 tokens original MIT

dive-deeper

87

jmstajim/dive-deeper-plugin

Skill Claude CodeCodex

Deep-dive analysis during planning — trace full execution paths, find all related code, surface edge cases and potential problems. Only invoke via /dive-deeper command.

2 5mo ago A 39 tokens original MIT

herald

88

3zequiel3/herald

Skill Claude CodeCodex

Pre-spec ideation consultant. Turns raw material (docs, images, prompts, read-only source code) into a consolidated idea + implementation proposal (feasibility, gap analysis, integration design, risks), separating what the systems do TODAY (cited fact) from the proposal (marked speculative), then hands it off as a…

2 2mo ago B 225 tokens original Apache-2.0

codebeacon

89

Wandererer/codebeacon

Skill Claude CodeCodex

Scan a codebase → AST extraction → knowledge graph → wiki + CLAUDE.md context map. Supports 27 frameworks (Spring Boot, NestJS, Django, FastAPI, Flask, Rails, Express, Fastify, Koa, React, Next.js, Vue, Nuxt, Angular, SvelteKit, Gin, Echo, Fiber, Laravel, Actix-Web, Axum, Tauri, Rocket, Warp, ASP.NET Core, Vapor…

2 1mo ago B 99 tokens original MIT

analyze

90

cubha/claude-workflow-plugins

Skill Claude CodeCodex

A codebase analysis workflow for existing projects. It explores the code, adds outside research, and produces a Markdown report about architecture, technical debt, security, performance, and possible improvements.

2 1mo ago A 119 tokens original MIT

init-design

91

cubha/claude-workflow-plugins

Skill Claude CodeCodex

A Korean-language procedure for extracting an existing project’s design system into DESIGN-TOKENS.md and UX-BRIEF.md files under docs/design. A design system is the documented set of visual and interface rules used across a product.

2 1mo ago A 137 tokens original MIT

unit-test

92

cubha/claude-workflow-plugins

Skill Claude CodeCodex

A workflow for checking user-facing scenarios with Playwright, a browser automation tool, and reporting whether each scenario passes, fails, or needs attention.

2 1mo ago A 127 tokens original MIT

CartapenaBark/DotNetAnalyzer

Skill Claude CodeCodex

Perform code refactoring, generation, project file operations, decompilation, XAML analysis, and desktop pattern detection in .NET projects using Roslyn-powered MCP tools. Use when the user asks to refactor code, extract methods, rename symbols, generate code, implement interfaces, add project references, install…

2 4mo ago A 319 tokens original MIT

CartapenaBark/DotNetAnalyzer

Skill Claude CodeCodex

Navigate and understand C# code through symbol queries, type hierarchies, call graphs, and semantic analysis using Roslyn-powered MCP tools. Use when the user asks to find references, go to definition, understand type inheritance, explore call hierarchies, get symbol info, analyze code metrics, or traverse syntax…

2 4mo ago A 226 tokens original MIT

CartapenaBark/DotNetAnalyzer

Skill Claude CodeCodex

Detect code quality issues, architecture rule violations, code smells, technical debt, dead code, and performance problems in .NET projects using Roslyn-powered MCP tools. Use when the user asks to check code quality, detect code smells, measure technical debt, generate quality reports, check architecture rules, find…

2 4mo ago A 242 tokens original MIT

code-diagram

96

usamaijazmughal/code-diagram

Skill Claude CodeCodex

Analyzes source code and generates Mermaid diagrams. Accepts a directory, file, @reference, line range (path:10-50), multiple targets ([path1, path2]), or pasted code. Supports class, sequence, component, and architecture diagrams for Dart, TypeScript, Python, Java, Kotlin, Go, Swift, Rust.

2 4mo ago A 73 tokens original MIT