Agent skill · Content & Marketing

exa-search

Use when searching for concepts, ideas, or similar content without exact keywords; when user asks "find similar to...", needs semantic discovery, research across perspectives, or explicitly mentions exa

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill exa-search-mhagrelius-dotfiles-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/exa-search-mhagrelius-dotfiles-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Exa Semantic Search ## Overview Exa.ai provides neural semantic search optimized for AI consumption. Use when **meaning matters more than keywords**. ## Decision Flowchart ```dot digraph exa_decision { rankdir=TB; node [shape=box]; start [label="Need to search the web?" shape=diamond]; known_url [label="Do you have\na specific URL?" shape=diamond]; semantic [label="Is this semantic/conceptual?\n(meaning > keywords)" shape=diamond]; recent [label="Need very recent\nnews/events?" shape=diamond]; code [label="Is this a coding/\nAPI question?" shape=diamond]; webfetch [label="WebFetch" shape=box style=filled fillcolor=lightblue]; websearch [label="WebSearch" shape=box style=filled fillcolor=lightgreen]; exa_web [label="mcp__exa__web_search_exa" shape=box style=filled fillcolor=lightyellow]; exa_code [label="mcp__exa__get_code_context_exa" shape=box style=filled fillcolor=lightyellow]; start -> known_url [label="yes"]; start -> known_url [label="no" style=invis]; known_url -> webfetch [label="yes"]; known_url -> semantic [label="no"]; semantic -> code [label="yes"]; semantic -> recent [label="no"]; code -> exa_code [label="yes"]; code -> exa_web [label="no"]; recent -> websearch [labe

What's inside
Steps it walks through
  1. Overview
  2. Decision Flowchart
  3. Quick Reference
  4. Tool Usage
  5. mcpexawebsearchexa
  6. mcpexagetcodecontextexa
  7. Integration Patterns
  8. Anti-Patterns
  9. When Results Are Poor
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the exa-search skill do?

Use when searching for concepts, ideas, or similar content without exact keywords; when user asks "find similar to...", needs semantic discovery, research across perspectives, or explicitly mentions exa

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill exa-search-mhagrelius-dotfiles-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going