Skill Claude CodeCodex
Launch the interactive web dashboard to visualize a codebase's knowledge graph.
78 tagged codebase analysis, measured the same way as everything else here.
Browse within: documentation 13code-intelligence 10antigravity-skills 9business-knowledge 9ast 7
Skill Claude CodeCodex
Launch the interactive web dashboard to visualize a codebase's knowledge graph.
Skill Claude CodeCodex
Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks.
Skill Claude CodeCodex
Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.
Skill Claude CodeCodex
Core conventions, tech stack, and project structure for aspens.
Skill Claude CodeCodex
Claude/Codex CLI execution layer — prompt loading, stream-json parsing, file output extraction, path sanitization, skill file writing, and skill rule generation.
Skill Claude CodeCodex
LLM-powered generation pipeline for Claude Code skills and AGENTS.md — doc-init command, prompt system, context building, and output parsing.
Skill Claude CodeCodex
How Infigraph's multi-repo/group mode and taint analysis work internally — HTTP contract extraction heuristics, cross-service edge linking, combined-graph merge, remote mode, plus taint's line-based tracking and sanitizer heuristic. Use when working on crates/infigraph-core/src/multi/ or src/taint/, or investigating…
Skill Claude CodeCodex
How Infigraph turns source into a graph — adding a language (tree-sitter vs ANTLR grammar-plugin), cross-file call resolution, SCIP compiler-grade enrichment, and file-watch/reindex triage. Use when adding language support, debugging unresolved calls or SCIP import, or triaging stale index/watcher issues.
Skill Claude CodeCodex
Review one or more PRs against the GitHub issue(s) they claim to fix, including fetching PR branches directly when gh can't reach github.com (e.g. gh is authenticated to an enterprise host instead). Use whenever asked "does this PR fix issue.
Skill Claude CodeCodex
Use when encountering errors or bugs to follow a systematic debugging process instead of jumping to conclusions.
Skill Claude CodeCodex
Query GCP Cloud Logging for errors, service logs, and request traces. Use when investigating GCP-hosted services.
Skill Claude CodeCodex
Query Kubernetes resources (pods, deployments, services, events). Use when checking cluster state and resource status.
Skill Claude CodeCodex
Use this skill when modifying AI agents, skills, prompts, commands, hooks, instructions, MCP configuration, or platform-specific AI customization files.
Skill Claude CodeCodex
Reviews diffs for correctness, style, and Bazel wiring before approving.
Skill Claude CodeCodex
Compose human-readable release notes from a commit range and changelog.
Skill Claude CodeCodex
Load existing code-to-docs vault context into the conversation before coding. Read-only — never writes files. Provides architecture overview, module summaries, known issues, and session history. Use when starting a coding session, loading doc context, or catching up on a documented codebase.
Skill Claude CodeCodex
Incrementally update an existing code-to-docs vault after coding changes. Diffs against the last documented commit, re-analyzes only affected modules, merges with existing docs, and tracks issue resolution. Use when someone says update docs, sync docs, refresh documentation, or after making code changes.
Skill Claude CodeCodex
Use when generating documentation from a codebase, creating architecture docs, building an Obsidian vault from code, or when someone asks to document or explain a project's structure.
Skill Claude CodeCodex
Query the local code graph (vg) for structure, impact, and navigation instead of grepping/reading many files.
MattiaF95/codebase-analysis-ai
Skill Claude CodeCodex
Analyze repository evidence to bootstrap, migrate, update, or audit project documentation covering architecture, flows, APIs, schemas, security, configuration, and delivery. Use when creating a complete documentation system, synchronizing existing docs with Git or code changes, adopting unmanaged documentation…
FrancyJGLisboa/detect-ai-value-mode
Skill Claude CodeCodex
Analyse a codebase to determine which of the four AI product value modes it embodies — Amplifier, Substitute, Job Creator, or Democratiser — and produce a sober, evidence-grounded verdict report in plain prose (Unicode text only, no emojis). Use this skill when the user wants to understand the strategic positioning or…
Skill Claude CodeCodex
Use when onboarding a project or equipping a repo with Claude Code capabilities — read what the project IS (code, docs, memory, connected tools) and propose tailored skills/agents the user multi-selects, then write the drafts. Do NOT use to write a single known skill (use writing-skills) or to configure servo (use…
Skill Claude CodeCodex
Detect reusable rules in user corrections or manual rewrites of AI output, ask whether they should be persisted into copilot-instructions or scoped instructions, and maintain them with minimal changes.
Skill Claude CodeCodex
A skill for creating new coding-agent skills according to a modular framework with consistent structure.