원클릭으로
code-search
Code context using Exa. Finds reliable code docs, snippets, API references, and debugging examples.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Code context using Exa. Finds reliable code docs, snippets, API references, and debugging examples.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Merge or squash-merge a pull request and report best-effort remote and local source-branch cleanup. Use when user says "merge this PR", "squash merge", "md", "smd", or anything about merging pull requests.
(devtools plugin) Create a branch, commit changes, push, and open a PR — or just commit+push+PR if already on a feature branch. Links related issues from GitHub or Linear based on project tracker config.
Automate the release process. Use when user says "cut a release", "new version", "bump version", "publish release", or anything about versioning and publishing.
Plan, draft, and execute Exa deep-research workflows. Use when the user wants staged research planning, cost-aware discovery before deep synthesis, or an explicit deep-research report. Also use when the user asks to refine a research question, compare options, explore a market or technical landscape, gather sources cheaply before synthesis, or decide whether deep research is necessary.
Company research using Exa search. Finds company context, competitors, and market signals.
Search financial reports using Exa. Finds SEC filings, earnings materials, and filings by company.
| name | code-search |
| description | Code context using Exa. Finds reliable code docs, snippets, API references, and debugging examples. |
| context | fork |
Use this skill when the user needs external coding context: official docs, API examples, error explanations, library comparisons, or implementation references that are not already in the repo.
| Intent | Primary Tool | Notes |
|---|---|---|
| Find docs, examples, API syntax, or error reports | web_search_exa | Start here for most lookups; include language/library/version in the query. |
| Read official docs or a promising result | web_fetch_exa | Fetch 1-3 high-signal URLs after discovery. |
| Need a concise grounded explanation | web_answer_exa | Best for direct questions; ask for citations and short code snippets. |
| Compare libraries or approaches across sources | web_research_exa | Use only when enabled and the answer needs synthesis, not a quick lookup. |
| Find similar docs or examples from one strong page | web_find_similar_exa | Use when a seed URL is clearly relevant. |
If web_research_exa or web_search_advanced_exa is unavailable, do not pretend it can be used. Fall back to web_search_exa plus selective web_fetch_exa.
TypeScript 5.7 TypeBox Object additionalProperties.web_search_exa
{ "query": "TypeScript 5.7 TypeBox additionalProperties examples", "numResults": 5 }web_fetch_exa
{ "urls": ["https://example.com/docs/page"], "maxCharacters": 5000 }web_answer_exa
{ "query": "How does TypeBox validate additionalProperties in TypeScript?", "systemPrompt": "Prefer official docs and concise code snippets." }web_research_exa
{ "query": "Compare TypeScript runtime validation libraries for backend APIs, focusing on schema reuse, performance, and ergonomics.", "systemPrompt": "Prefer official docs, maintainer posts, and recent benchmarks. Call out uncertainty.", "outputSchema": { "type": "text" } }