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

exa-agent

01

exa-labs/exa-mcp-server

Skill Claude CodeCodex

Use Exa Agent for multi-step web research, list-building, enrichment, structured output, run continuation, and coverage validation. Exa Agent can access additional data providers: fiber, financialdatasets, similarweb, baselayer, affiliate, particle, and jinko.

4.9k 11d ago A 58 tokens original MIT

search

02

exa-labs/exa-mcp-server

Skill Claude CodeCodex

Deep research powered by Exa. Use for lead generation, literature reviews, deep dives, competitive analysis, or any query where one search falls short, including phrases like 'research this', 'find everything about', 'find me all', or 'deep dive on'.

4.9k 11d ago A 55 tokens original MIT

gh-stack

03

sourcebot-dev/sourcebot

Skill Claude CodeCodex

Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows.

3.9k 4d ago A 65 tokens

ccc

04

cocoindex-io/cocoindex-code

Skill Claude CodeCodex

This skill should be used when code search is needed (whether explicitly requested or as part of completing a task), when indexing the codebase after changes, or when the user asks about ccc, cocoindex-code, or the codebase index. Trigger phrases include 'search the codebase', 'find code related to', 'update the…

2.7k 2d ago A 80 tokens original Apache-2.0

grepai

05

yoanbernabeu/grepai

Skill Claude CodeCodex

Replaces ALL built-in search tools. You MUST invoke this skill BEFORE using WebSearch, Grep, or Glob. NEVER use the built-in Grep tool - use grepai instead.

1.8k yesterday A 43 tokens original MIT

release

06

yoanbernabeu/grepai

Skill Claude CodeCodex

Create a new release for grepai. Checks CI, determines version type, updates CHANGELOG and documentation, credits contributors, and creates GitHub release.

1.8k yesterday A 32 tokens original MIT

agent-repo-init

07

study8677/repobrain

Skill Claude CodeCodex

Bootstraps a new multi-agent repository from the RepoBrain template via initagentrepo. Supports quick scaffold and full runtime profile setup including MCP toggle, swarm preference, sandbox type, and optional git init. LLM configuration is handled later by rb-setup.

1.3k +1 3d ago A 58 tokens original MIT

graph-retrieval

08

study8677/repobrain

Skill Claude CodeCodex

Exposes graph-based retrieval as a tool capability via querygraph. Reads normalized graph store files, builds a query-relevant subgraph, and returns LLM-friendly semantic triples with replayable evidence metadata.

1.3k +1 3d ago A 46 tokens original MIT

knowledge-layer

09

study8677/repobrain

Skill Claude CodeCodex

High-level deployment wrapper over RepoBrain core with graph-first knowledge injection and all-file support. Exposes refreshfilesystem and askfilesystem for building and querying the knowledge graph.

1.3k +1 3d ago A 42 tokens original MIT

graph

10

bartolli/codanna

Skill Claude CodeCodex

Whole-codebase structural map of the codanna index as one self-contained HTML disc. Wedges per top-level module, concentric rings with hubs at the centre, hover or click a symbol to light its edge web, search, hide or highlight modules, brush a date range on the ribbon timeline (symbols dated by git blame), heatmap of…

729 2d ago A 131 tokens original Apache-2.0

x-ray

11

bartolli/codanna

Skill Claude CodeCodex

Deep codebase exploration using semantic search and relationship mapping. Use when you need to understand the current codebase.

729 2d ago A 25 tokens original Apache-2.0

valid-skill

12

probelabs/probe

Skill Claude CodeCodex

Provides guidance for valid skill usage.

695 yesterday A 11 tokens original Apache-2.0

InvalidName

13

probelabs/probe

Skill Claude CodeCodex

Should fall back to directory name.

695 yesterday A 10 tokens original Apache-2.0

[invalid

14

probelabs/probe

Skill Claude CodeCodex

Invalid YAML should be skipped.

695 yesterday A 2 tokens original Apache-2.0

syncable-dev/memtrace-public

Skill Claude CodeCodex

Use Cortex decision memory through the normal Memtrace MCP tools. Trigger for free-text questions about what was decided, chosen, rejected, banned, or established as a convention; for why a symbol exists or which contracts constrain it; for whether a known decision held, drifted, or was violated; and for the…

467 12d ago A 137 tokens

memtrace-first

16

syncable-dev/memtrace-public

Skill Claude CodeCodex

Route code discovery, debugging, flow tracing, how-code-works questions, and pre-edit rationale checks in indexed source-code repos to Memtrace graph plus Cortex decision tools. Use first before searching/reading code, and before editing, refactoring, deleting, or re-picking an approach that may have a recorded…

467 12d ago A 115 tokens

syncable-dev/memtrace-public

Skill Claude CodeCodex

Pull the codebase's empirical style norm from Memtrace and match it when writing or editing source code in an indexed repo. Use when choosing between competing idioms (ternary vs if-else, arrow vs function declaration, const vs let, await vs .then, early-return vs nested-return), matching naming case, or when the user…

467 12d ago A 111 tokens

skill-creator

18

7df-lab/devo

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends the agent's capabilities with specialized knowledge, workflows, or tool integrations.

317 yesterday A 46 tokens copy · 80% MIT

skill-installer

19

7df-lab/devo

Skill Claude CodeCodex

Install the agent skills into $DEVOHOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

317 yesterday A 54 tokens copy · 84% MIT

deep-research

20

7df-lab/devo

Skill Claude CodeCodex

Use when a question requires deep investigation using online information or web search, broad source-backed research, comparison of multiple perspectives, or synthesis beyond a quick lookup.

317 yesterday A 35 tokens original MIT

codebase-search

21

Helweg/open-codebase-index

Skill Claude CodeCodex

Semantic code and documentation search by meaning. Use codebasepeek to find WHERE code is (saves tokens), codebasesearch to see actual code. For exact identifiers, use grep instead. Search local codebase before using websearch for code/library/API/example questions.

183 2d ago A 58 tokens original MIT

codebase-search

22

Helweg/open-codebase-index

Skill Claude CodeCodex

Preferred local codebase-understanding workflow for Pi and Codex. Start with codebasecontext before shell search or broad reads, then use specialized semantic and graph tools.

183 2d ago A 37 tokens original MIT

dogfood

23

gmickel/gno

Skill Claude CodeCodex

Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to "dogfood", "QA", "exploratory test", "find issues", "bug hunt", "test this app/site/platform", or review the quality of a web application. Produces a structured report with full reproduction evidence -…

109 2d ago A 100 tokens copy · 92% MIT

gno

24

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 2d ago A 86 tokens original MIT