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.
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
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.
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.
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…
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…
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…
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…
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…
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…
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…
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…
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"…
Skill Claude CodeCodex
When to use.
Skill Claude CodeCodex
When to use.
Skill Claude CodeCodex
When to use.
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.
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…
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…
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.
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.
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.
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…
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…
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…
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.