code-intelligence skills

344 tagged code-intelligence, measured the same way as everything else here.

Browse within: code-search 62code-analysis 46code-graph 42ast 39coding-agent 36ai-coding-agent 32pi-extension 32pi-package 32agent-memory 27bi-temporal-graph 27go 27lsp 27code-index 26codegraph 26

release-package

121

tyler-mitchell/type-atlas

Skill Claude CodeCodex

Record and release Type Atlas package changes through the repository's local Bumpy workflow.

2 5d ago A 19 tokens original Apache-2.0

tyler-mitchell/type-atlas

Skill Claude CodeCodex

How to develop Type Atlas. You build the instrument you perceive through, so the work is driven by your own genuine need to understand something — and the instrument's failures to answer you are the design input.

2 5d ago A 47 tokens original Apache-2.0

code-navigation

123

RSafargalin/sextant

Skill Claude CodeCodex

Part of sextant

Use when navigating or changing Swift, Objective-C, C or C++ code — finding where a symbol is defined, who calls it, what implements a protocol, what a change would break, what a package or type exposes, or what changed between revisions. Says when to ask the sextant MCP server instead of running Grep, Glob or reading…

2 16d ago A 74 tokens original Apache-2.0

dotnet-consistency

124

Attemainio/dotnet-toolkit

Skill Claude CodeCodex

Part of dotnet-toolkit

Use when auditing this plugin's own docs, skills, agents, rules, hooks, CLAUDE.md and README.md — three axes at once. (1) Do they match the actual MCP tool implementation under src/DotnetToolkit.McpServer? Run after adding, removing, renaming, or changing the signature/return shape/[Description] of a tool, or after…

2 7d ago A 225 tokens original MIT

dotnet-performance

125

Attemainio/dotnet-toolkit

Skill Claude CodeCodex

Part of dotnet-toolkit

Use when asked what dotnet-toolkit actually costs compared to doing the same work with plain tools — "is this plugin worth it", "benchmark the toolkit against grep", "how much does searchindex really save over Grep/Read", "measure the MCP tools against cat/ls/find", "does this pay for itself on Windows/PowerShell"…

2 7d ago A 376 tokens original MIT

dotnet-read

126

Attemainio/dotnet-toolkit

Skill Claude CodeCodex

Part of dotnet-toolkit

Use when reading or navigating C#/.NET code — find or search for a class, interface, method, property or field; read a symbol's source; look up who calls something or what implements it; trace a call tree or a path between two functions; see what is callable at a line; inspect a base chain or project references; find…

2 7d ago A 137 tokens original MIT

add-lang

127

lagrahhn/codeGraph-branch

Skill Claude CodeCodex

Add tree-sitter language support to codegraph end-to-end — wire the grammar + extractor, write tests, then benchmark extraction quality and retrieval value on 3 popular real-world repos. Use when the user runs /add-lang or asks to add/support a new language (e.g. Lua, Elixir, Zig, OCaml) in codegraph.

2 1mo ago A 77 tokens copy · 100% MIT

agent-eval

128

lagrahhn/codeGraph-branch

Skill Claude CodeCodex

Benchmark CodeGraph retrieval quality on a real codebase by comparing agent behavior with vs without CodeGraph. Use when the user runs /agent-eval or asks to test, benchmark, audit, or validate a codegraph version (the local dev build or a published npm version) against a language's repo.

2 1mo ago A 65 tokens copy · 92% MIT

fmm

129

srobinson/fmm

Skill Claude CodeCodex

MCP-first code navigation for this codebase. Use before any symbol lookup, file search, dependency trace, impact analysis, or codebase evaluation — replaces grep/glob/read with O(1) fmm tool calls. Trigger when: starting any task involving unfamiliar code, navigating code structure, finding where a symbol is defined…

2 2mo ago A 96 tokens original MIT

idesense

130

vcth4nh/idesense

Skill Claude CodeCodex

Guide for using JetBrains IdeSense tools for code navigation and analysis (plus the retained rename/move refactorings). TRIGGER: When ANY of these MCP tools are available in the current session: idefindusages, idefinddefinition, idefindclass, idefindfile, idesearchtext, idediagnostics, ideexplainsymbol…

2 6d ago A 172 tokens original MIT

chisel

131

IronAdamant/Chisel

Skill Claude CodeCodex

Run Chisel test-impact analysis on any git project — which tests to run after a change, what's risky, what's untested. Use when the user asks to run chisel, find impacted tests, check risk or coverage gaps, or after a batch of code edits in a project with a .chisel/ DB (or to bootstrap one with chisel analyze).

2 1mo ago A 77 tokens original MIT

code-intelligence

132

naranor/code-intelligence-skill

Skill Claude CodeCodex

Universal, safe, and professional code modification and refactoring environment for 50+ languages. Use when editing source files to prevent syntax breakage, perform project-wide type-aware renames (LSP), or distill large command output to save context window tokens.

1 1mo ago A 58 tokens original MIT

archive

133

esneiderbravo/speclaw

Skill Claude CodeCodex

Finalize a completed change — sync its specs into canonical, then move it to the archive. Use when a change is done and merged-ready: "archive the change", "finalize X", "close out the change". Part of speclaw's lawbook module (draft → build → sync → archive). Archiving belongs in the same PR that implements the…

1 8d ago A 76 tokens original MIT

draft

134

esneiderbravo/speclaw

Skill Claude CodeCodex

Draft a new spec-driven change — propose a ceremony level, then write only the artifacts that level needs — before writing any code. Use when the user wants to start, plan, or propose a new feature, fix, or refactor: "draft a change for X", "propose X", "let's plan X", "spec out X", "new change". Part of speclaw's…

1 8d ago A 95 tokens original MIT

explore

135

esneiderbravo/speclaw

Skill Claude CodeCodex

Enter explore mode — a thinking partner for investigating an idea, a problem, or the codebase before or during a change. Use when the user wants to think something through, understand how something works, or clarify requirements before committing to a spec: "help me think through X", "how does X work", "explore X"…

1 8d ago A 89 tokens original MIT

lenhonbp/codex-memory-intelligence

Skill Claude CodeCodex

Apply the CMI Agent Operating System contract for substantive work: orient with explicit goal, scope and authorization boundaries; observe before editing; capture typed evidence; diagnose before symptom fixes; prioritize explicitly; implement the smallest coherent change; verify the original journey or contract…

1 3d ago A 0 tokens

cmi-continue

137

lenhonbp/codex-memory-intelligence

Skill Claude CodeCodex

Resume known unfinished project work from durable CMI session handoff evidence, current open findings, current active Changes, and a fresh repository baseline re-check. Use when the user asks to continue, resume, pick up previous work, làm tiếp, or identify what unfinished CMI-tracked work remains. Strictly read-only…

1 3d ago A 118 tokens

cmi-evidence-health

138

lenhonbp/codex-memory-intelligence

Skill Claude CodeCodex

Provide a concise read-only assessment of whether CMI project evidence is currently usable, stale, missing, degraded, or blocked before relying on it. Use when the user asks if CMI is healthy, whether intelligence/evidence is current, why CMI is blocked, if the graph/index is stale, or to check evidence health before…

1 3d ago A 135 tokens

Nolane-x/Nolane-habitat

Skill Claude CodeCodex

Maintain, debug, test, document, package, or release the Nolane Habitat repository. Trigger when work changes Habitat workspace lifecycle, storage, semantic providers, mutation safety, MCP, Observatory, tests, Codex integration, or release artifacts.

1 2d ago A 56 tokens

nolane-habitat

140

Nolane-x/Nolane-habitat

Skill Claude CodeCodex

Use Nolane Habitat to orient, inspect, change, verify, or checkpoint work in a software project through its MCP workspace. Trigger when a user asks for semantic project context, governed code changes, task checkpoints, or Nolane Habitat MCP tools.

1 2d ago A 55 tokens

code-registry

141

The-Code-Registry/mcp-server

Skill Claude CodeCodex

Use The Code Registry MCP server to create accounts, create code vaults, run LOCALAGENT analysis, poll completion correctly, and present business-focused code intelligence for any purpose including due diligence, security, and tech debt workflows.

1 2mo ago A 48 tokens original MIT

wikipedia-glossary

142

HelloThisWorld/open-mind

Skill Claude CodeCodex

Enrich an Open Mind project's glossary with standard term definitions from Wikipedia. For each already-extracted term, look up its authoritative Wikipedia definition, tidy it, and write it back to the glossary as a separate, attributed field; terms with no confident match keep their verbatim in-project definition. Use…

1 1mo ago A 91 tokens original MIT

capability-router

143

HelloThisWorld/open-mind

Skill Claude CodeCodex

Route a request to exactly one Open Mind capability (glossary / structure / search). A local model may decide when ready, but its choice is validated against the known capability set and falls back to a deterministic if-else floor — the model never invents or overrides a capability unchecked.

1 1mo ago A 62 tokens original MIT

glossary

144

HelloThisWorld/open-mind

Skill Claude CodeCodex

Extract a project's term/acronym definitions VERBATIM from its own authoritative sources, each with file:line provenance and a grounded usage profile; resolve a term deterministically or return an honest "not found" — never generated.

1 1mo ago A 50 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: