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

gno

25

gmickel/gno

Skill Claude CodeCodex

Search local documents, files, notes, and knowledge bases. Index directories, search with BM25/vector/hybrid, get AI answers with citations. Use when user wants to search files, find documents, query notes, look up information in local folders, index a directory, set up document search, build a knowledge base, needs…

109 3d ago A 86 tokens copy · 97% MIT

vera

26

VeraTools/Vera

Skill Claude CodeCodex

Code search over the current repository. Before reading files to answer "where is X", "how does Y work", "find Z", or "what calls W", run vera search " " or vera references first. Use vera grep for exact strings and regex, vera structural for definitions, routes, and env reads. Do not read multiple files hoping to…

106 3d ago A 96 tokens original MIT

vera

27

VeraTools/Vera

Skill Claude CodeCodex

Code search over the current repository. Before reading files to answer "where is X", "how does Y work", "find Z", or "what calls W", run vera search " " or vera references first. Use vera grep for exact strings and regex, vera structural for definitions, routes, and env reads. Do not read multiple files hoping to…

106 3d ago A 96 tokens copy · 100% MIT

ygrep

29

yetidevworks/ygrep

Skill Claude CodeCodex

Part of claude-plugin

IMPORTANT: Try ygrep FIRST for all code and file searches before using Grep, Glob, or Task explore. ygrep uses a pre-built full-text index and returns results in milliseconds. Fall back to built-in tools only if ygrep returns no results.

58 6d ago A 55 tokens original MIT

ygrep

30

yetidevworks/ygrep

Skill Claude CodeCodex

IMPORTANT: Try ygrep FIRST for all code and file searches before using Grep, Glob, or Task explore. ygrep uses a pre-built full-text index and returns results in milliseconds. Fall back to built-in tools only if ygrep returns no results.

58 6d ago A 55 tokens copy · 89% MIT

rawq

31

auyelbekov/rawq

Skill Claude CodeCodex

Context retrieval engine. Semantic + lexical hybrid search over codebases. Returns ranked code chunks with file paths, line ranges, scope labels, and confidence scores.

53 4mo ago A 0 tokens original MIT

semantic-search

32

sagarmk/beacon-plugin

Skill Claude CodeCodex

Part of beacon

Code search for this repo — pick the right Beacon tool for the question: exact symbol lookup, reference tracing, file outline, or semantic search.

43 13d ago A 32 tokens original MIT

VioletCranberry/coco-search

Skill Claude CodeCodex

Part of cocosearch

Use when adding a dependency extractor for a language or grammar. Guides through pre-checks, extractor implementation, optional module resolver, tests, and registration. Enables deps tree, deps impact, and dependency-enriched search for the target language.

37 5d ago A 57 tokens original MIT

VioletCranberry/coco-search

Skill Claude CodeCodex

Part of cocosearch

Use when adding support for a new programming language or config format to CocoSearch. Guides through all paths (handler, symbol extraction, context expansion) with registration checklists. For grammar handlers, use cocosearch-add-grammar.

37 5d ago A 53 tokens original MIT

VioletCranberry/coco-search

Skill Claude CodeCodex

Part of cocosearch

Use when reviewing a GitHub PR or GitLab MR by URL. Fetches diff and metadata via API, then uses CocoSearch for blast radius analysis, dependency impact, pattern consistency, and test coverage assessment. Read-only by default; optionally pushes findings back as inline PR/MR comments after your confirmation.

37 5d ago A 68 tokens original MIT

codestory-grounding

36

TheGreenCedar/CodeStory

Skill Claude CodeCodex

Part of codestory

Use when an agent should ground a local repository with CodeStory before making source claims, planning edits, choosing tests, reviewing changes, or using broad retrieval evidence through the CodeStory plugin MCP.

37 3d ago A 44 tokens original Apache-2.0

plan

37

TheWinci/mimirs

Skill Claude CodeCodex

Part of mimirs

Design an implementation plan before writing code — where the change lands, what it will touch, what could break, and the steps in order. Use when asked to plan a feature, scope a change, or figure out how to approach an edit before making it. To assess a change that already exists (a diff, refactor, or rename), use…

29 18d ago A 75 tokens original Apache-2.0

scout

38

TheWinci/mimirs

Skill Claude CodeCodex

Part of mimirs

Research the web for solutions, competitors, alternatives, or prior art for a decision facing this project — then store the findings in project memory so they survive the session. Use when choosing a library or approach, comparing tools, checking what others do, or evaluating whether to build vs adopt.

29 18d ago A 60 tokens original Apache-2.0

wiki

39

TheWinci/mimirs

Skill Claude CodeCodex

Part of mimirs

Rebuild a flow-first project wiki using the mimirs wiki MCP tool. Use when the user asks to generate, rebuild, refresh, or write the wiki for a codebase.

29 18d ago A 38 tokens original Apache-2.0

cix-workspace

40

dvcdsys/code-index

Skill Claude CodeCodex

Part of cix-cowork

Cross-project research workflow for cix workspaces in Claude Cowork. Use when a request spans multiple repositories — "wire feature X through the platform", "add Y across the services", "change Z in production/staging", "how does this work end-to-end across repos". Uses cixworkspacesearch to find which repos are in…

29 6d ago A 110 tokens original MIT

cix

41

dvcdsys/code-index

Skill Claude CodeCodex

Part of cix-cowork

Semantic code search and navigation across repositories indexed by a cix server, via the cix MCP tools. Use when finding code by meaning rather than exact strings — "find the authentication middleware", "where is X defined?", "what calls this function?", "how does Y work in this codebase?", "search the codebase for…

29 6d ago A 119 tokens original MIT

code-context

42

infino-ai/code-context

Skill Claude CodeCodex

Part of code-context

How to answer codebase questions with the code-context MCP tools (search, sql, reindex): ranked hybrid keyword+semantic search, relevance-ranked SQL aggregation over the index, and index lifecycle. Use when a question spans many files ("how does X work", "where is Y handled"), when ranking or counting code by topic…

26 5d ago A 103 tokens original Apache-2.0

install-embeddings

43

roomi-fields/rtfm

Skill Claude CodeCodex

Part of rtfm

Install the embeddings extra (fastembed, 85 MB ONNX model) into an isolated venv. Required for semantic and hybrid search modes. The model runs on CPU, no GPU needed.

24 3d ago A 39 tokens original MIT

install-pdf-full

44

roomi-fields/rtfm

Skill Claude CodeCodex

Part of rtfm

Install the full PDF parser (pdftext + marker-pdf + CPU-only torch, 1.5 GB) into an isolated venv. Needed for complex layouts — tables, figures, scanned documents. Skip this if /rtfm:install-pdf (50 MB, text only) is enough.

24 3d ago A 61 tokens original MIT

install-pdf

45

roomi-fields/rtfm

Skill Claude CodeCodex

Part of rtfm

Install the light PDF parser (pdftext, 50 MB) into an isolated venv. Covers most PDFs with fast, accurate text extraction. For complex layouts (tables, figures, scanned docs), use /rtfm:install-pdf-full instead.

24 3d ago A 51 tokens original MIT

morluto/leantoken

Skill Claude CodeCodex

Diagnose, design, implement, and validate system optimizations while treating correctness, retrieval quality, bounded behavior, and avoided downstream work as primary outcomes. Use for performance, latency, CPU, memory, storage, indexing, search, retrieval, caching, batching, concurrency, tokenizer, database, or…

23 3d ago A 90 tokens original Apache-2.0

grepai-workspaces

47

yoanbernabeu/grepai-skills

Skill Claude CodeCodex

Configure multi-project workspaces in GrepAI. Use this skill for monorepos and multiple related projects.

20 7mo ago A 27 tokens original MIT

yoanbernabeu/grepai-skills

Skill Claude CodeCodex

Complete configuration reference for GrepAI. Use this skill when you need to understand all available configuration options.

20 7mo ago A 26 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: