code-search skills

219 tagged code-search, measured the same way as everything else here.

Browse within: code-intelligence 62embeddings 56coding-agents 37call-graph 34local-first 33knowledge-graph 32ai-skills 27agent-memory 20ai-coding-assistant 16llm-tools 13cocoindex 12code-explorer 12hybrid-search 12grep 11

grepai-mcp-tools

49

yoanbernabeu/grepai-skills

Skill Claude CodeCodex

Reference for all GrepAI MCP tools. Use this skill to understand available MCP tools and their parameters.

20 7mo ago A 27 tokens original MIT

codesage-retrieval

50

iliaal/codesage

Skill Claude CodeCodex

Part of codesage-tools

Route codebase retrieval through CodeSage in onboarded repositories. Use for semantic code search, symbol or reference tracing, feature-slice discovery, dependency and impact analysis, context export, historical coupling, change-risk assessment, edit-session regression checks, or focused test selection; also use…

20 3d ago B 73 tokens original MIT

Code Patent Scanner

51

Obviously-Not/patent-skills

Skill Claude CodeCodex

Scan your codebase for distinctive patterns — get structured scoring and evidence for patent consultation. NOT legal advice.

16 1mo ago A 25 tokens original MIT

Patent Scanner

52

Obviously-Not/patent-skills

Skill Claude CodeCodex

Describe your concept and discover what makes it distinctive — structured analysis for patent consultation. NOT legal advice.

16 1mo ago A 23 tokens original MIT

Patent Validator

53

Obviously-Not/patent-skills

Skill Claude CodeCodex

Turn your concept analysis into search queries — research the landscape before consulting an attorney. NOT legal advice.

16 1mo ago A 23 tokens original MIT

locus

54

SylphxAI/coderag

Skill Claude CodeCodex

npx @sylphx/locus --root=/absolute/path/to/project.

12 8d ago A 0 tokens original MIT

JSungMin/vs-token-safer

Skill Claude CodeCodex

Part of gamedev-log-analyzer

Analyze an editor, build, or structured trace log (Unreal Engine Saved/Logs, Unity Editor.log, Godot output, MSVC/UBT/MSBuild build output, JSONL / structured .jsonl traces, or any text log) token-efficiently. Use when the user mentions checking, reading, searching, summarizing, or diffing a log; investigating…

11 6d ago A 157 tokens original MIT

vs-dce

56

JSungMin/vs-token-safer

Skill Claude CodeCodex

Part of vs-token-safer

Preview-only dead-code analysis for C/C++, C#/.NET, JS/TS, and Python via vs-token-safer. From one or more seed symbols, walk the official language server's call graph to a fixpoint and report what is provably DEAD (and what transitively becomes dead) — without deleting anything. Use whenever the user asks what code…

11 6d ago A 128 tokens original MIT

vs-search

57

JSungMin/vs-token-safer

Skill Claude CodeCodex

Part of vs-token-safer

Routing rules for code search in C/C++, C#/.NET, JS/TS, and Python projects via vs-token-safer — use the vs-search MCP tools (clangd/Roslyn/tsserver/pyright language-server index) or the vts CLI instead of Bash grep. Use whenever searching for a symbol, definition, function, variable, type, or finding…

11 6d ago A 109 tokens original MIT

ezBuilder/code-brain

Skill Claude CodeCodex

A one-line health-reporting command for Code Brain, a coding-agent support system. It checks diagnostics, workers, queues, and the file index.

11 3d ago A 28 tokens original Apache-2.0

ezBuilder/code-brain

Skill Claude CodeCodex

A usage-reporting command for Code Brain, a coding-agent support system. It summarizes Codex activity, token use, hooks, and MCP tool calls.

11 3d ago A 36 tokens original Apache-2.0

ezBuilder/code-brain

Skill Claude CodeCodex

Build, install, run, and verify a reusable image-to-game-ready-3D pipeline for Unity with controlled ImageGen references, approved AI mesh providers, Blender MCP/CLI, modular era catalogs, Blender retopology/LOD/pivot processing, and Unity import/render proof. Use for 2D-to-3D assets, vehicles, aircraft, ships…

11 3d ago A 95 tokens original Apache-2.0

vex

61

tenatarika/vex

Skill Claude CodeCodex

Reference for the vex code-search CLI — symbol search, usages (text + scope-bound --strict), structural AST patterns, call graph, semantic search, and content grep. Activates when picking the right vex subcommand, recalling filter flags, or checking the cross-file binder coverage matrix. Use whenever you'd otherwise…

11 17d ago A 81 tokens original MIT

miru

62

takara-ai/miru-code

Skill Claude CodeCodex

Part of miru

Use Miru Code Search when the user asks where code lives, how behavior is wired, or what related code paths exist in a repo. Prefer this for conceptual code exploration over grep, glob, or broad file reads.

10 12d ago A 47 tokens original MIT

extract-terminology

63

IBazylchuk/paparats-mcp

Skill Claude CodeCodex

Walk a project's documentation and code, extract the domain terminology (abbreviations, service names, product names, domain concepts), and record each term into the paparats glossary via the termrecord MCP tool. Deduplicates against existing terms through the built-in similarity gate. Invoke only when the user types…

10 21d ago A 75 tokens original MIT

review-pr-comments

64

IBazylchuk/paparats-mcp

Skill Claude CodeCodex

Fetch PR review comments via gh CLI, classify them (valid & fix / valid & skip / invalid), fix the valid ones, reply and resolve the threads, and fix any CI failures. Invoke only when the user types /review-pr-comments — never auto-trigger.

10 21d ago A 57 tokens original MIT

code-search

65

sumisingh10/qgrep-mcp

Skill Claude CodeCodex

Part of qgrep-mcp

This skill should be used when the user asks to "search code", "find in files", "grep for", "look for pattern", "search the codebase", "find references to", "find usages of", "search for function", "find where X is defined", or needs to search file contents across a directory tree. Provides guidance on using the…

8 4mo ago A 85 tokens original MIT

codebase-index

66

denfry/codebase-index

Skill Claude CodeCodex

Part of codebase-index

Use before answering repository questions about architecture, implementation, symbols, references, dependencies, refactoring impact, data flow, or bugs. Query the local hybrid index first so the agent reads only evidence-bearing file:line ranges instead of scanning the repository.

7 1mo ago A 53 tokens original MIT

codebase-index

67

denfry/codebase-index

Skill Claude CodeCodex

Part of codebase-index

Use before answering repository questions about architecture, implementation, symbols, references, dependencies, refactoring impact, data flow, or bugs. Query the local hybrid index first so the agent reads only evidence-bearing file:line ranges instead of scanning the repository.

7 1mo ago A 53 tokens copy · 100% MIT

codebase-index

68

denfry/codebase-index

Skill Claude CodeCodex

Part of codebase-index

Use before answering repository questions about architecture, implementation, symbols, references, dependencies, refactoring impact, data flow, or bugs. Query the local hybrid index first so the agent reads only evidence-bearing file:line ranges instead of scanning the repository.

7 1mo ago A 53 tokens copy · 100% MIT

use-ivygrep

69

bvolpato/ivygrep

Skill Claude CodeCodex

Part of ivygrep

Gather focused local repository context with ivygrep before implementing, debugging, reviewing, or explaining code. Use for coding tasks involving unfamiliar paths, branch changes, stack traces, architectural relationships, callers, dependents, tests, configuration, or documentation. Prefer one bounded context pack…

6 3d ago A 65 tokens original MIT

cerebro

70

marcodavidd020/cerebro-code-memory

Skill Claude CodeCodex

Part of cerebro

Use the Cerebro brain to understand a codebase cheaply instead of re-reading folders. Invoke when starting work on a project, when you need to understand what a file does or where something lives, or before exploring directories. Query cerebromap / cerebroget / cerebrosearch first; record what you learn with…

6 2mo ago A 72 tokens original MIT

IcyHot09/opengrok-mcp-server

Skill Claude CodeCodex

Use this skill when conducting a structured investigation into a bug, unknown module, or impact analysis using OpenGrok. Provides step-by-step methodology for systematic codebase investigation with memory-backed state management. Trigger when: diagnosing a bug with unknown root cause, exploring an unfamiliar module…

6 4mo ago A 74 tokens

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: