{"id":"0c669cb8-83e2-49ea-8889-40ba8485dfa3","shortId":"PVTK7J","kind":"skill","title":"vexor-cli","tagline":"Semantic file discovery via `vexor`. Use whenever locating where something is implemented/loaded/defined in a medium or large repo, or when the file location is unclear. Prefer this over manual browsing.","description":"# Vexor CLI Skill\n\n## When to Use\n- You need to locate files by intent rather than exact filename or text match.\n- The repository is large enough that manual browsing or naive grep is too slow or ambiguous.\n- You want semantic discovery of where something is implemented, loaded, defined, or documented.\n\n## Goal\n\nFind files by intent (what they do), not exact text.\n\n## Use It Like This\n\n- Use `vexor` first for intent-based file discovery.\n- If `vexor` is missing, follow references/install-vexor.md.\n\n## Command\n\n```bash\nvexor \"<QUERY>\" [--path <ROOT>] [--mode <MODE>] [--ext .py,.md] [--exclude-pattern <PATTERN>] [--top 5] [--format rich|porcelain|porcelain-z]\n```\n\n## Common Flags\n\n- `--path/-p`: root directory (default: current dir)\n- `--mode/-m`: indexing/search strategy\n- `--ext/-e`: limit file extensions (e.g., `.py,.md`)\n- `--exclude-pattern`: exclude paths by gitignore-style pattern (repeatable; `.js` → `**/*.js`)\n- `--top/-k`: number of results\n- `--include-hidden`: include dotfiles\n- `--no-respect-gitignore`: include ignored files\n- `--no-recursive`: only the top directory\n- `--format`: `rich` (default) or `porcelain`/`porcelain-z` for scripts\n- `--no-cache`: in-memory only, do not read/write index cache\n\n## Modes (pick the cheapest that works)\n\n- `auto`: routes by file type (default)\n- `name`: filename-only (fastest)\n- `head`: first lines only (fast)\n- `brief`: keyword summary (good for PRDs)\n- `code`: code-aware chunking for `.py/.js/.ts` (best default for codebases)\n- `outline`: Markdown headings/sections (best for docs)\n- `full`: chunk full file contents (slowest, highest recall)\n\n## Troubleshooting\n\n- Need ignored or hidden files: add `--include-hidden` and/or `--no-respect-gitignore`.\n- Scriptable output: use `--format porcelain` (TSV) or `--format porcelain-z` (NUL-delimited).\n- Get detailed help: `vexor search --help`.\n- Config issues: `vexor doctor` or `vexor config --show` diagnoses API, cache, and connectivity (tell the user to set up).\n\n## Examples\n\n```bash\n# Find CLI entrypoints / commands\nvexor search \"typer app commands\" --top 5\n```\n\n```bash\n# Search docs by headings/sections\nvexor search \"user authentication flow\" --path docs --mode outline --ext .md --format porcelain\n```\n\n```bash\n# Locate config loading/validation logic\nvexor search \"config loader\" --path . --mode code --ext .py\n```\n\n```bash\n# Exclude tests and JavaScript files\nvexor search \"config loader\" --path . --exclude-pattern tests/** --exclude-pattern .js\n```\n\n## Tips\n\n- First time search will index files (may take a minute). Subsequent searches are fast. Use longer timeouts if needed.\n- Results return similarity ranking, exact file location, line numbers, and matching snippet preview.\n- Combine `--ext` with `--exclude-pattern` to focus on a subset (exclude rules apply on top).\n\n## Limitations\n- Use this skill only when the task clearly matches the scope described above.\n- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.\n- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.","tags":["vexor","cli","antigravity","awesome","skills","sickn33","agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows"],"capabilities":["skill","source-sickn33","skill-vexor-cli","topic-agent-skills","topic-agentic-skills","topic-ai-agent-skills","topic-ai-agents","topic-ai-coding","topic-ai-workflows","topic-antigravity","topic-antigravity-skills","topic-claude-code","topic-claude-code-skills","topic-codex-cli","topic-codex-skills"],"categories":["antigravity-awesome-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/sickn33/antigravity-awesome-skills/vexor-cli","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add sickn33/antigravity-awesome-skills","source_repo":"https://github.com/sickn33/antigravity-awesome-skills","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 34404 github stars · SKILL.md body (3,127 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-22T00:51:56.042Z","embedding":null,"createdAt":"2026-04-18T21:47:09.994Z","updatedAt":"2026-04-22T00:51:56.042Z","lastSeenAt":"2026-04-22T00:51:56.042Z","tsv":"'5':125,331 'add':271 'ambigu':69 'and/or':275 'api':309 'app':328 'appli':429 'ask':465 'authent':340 'auto':218 'awar':243 'base':104 'bash':114,320,332,350,364 'best':247,254 'boundari':473 'brief':234 'brows':33,61 'cach':202,211,310 'cheapest':215 'chunk':244,258 'clarif':467 'clear':440 'cli':3,35,322 'code':240,242,361 'code-awar':241 'codebas':250 'combin':416 'command':113,324,329 'common':132 'config':300,306,352,357,372 'connect':312 'content':261 'criteria':476 'current':139 'default':138,192,223,248 'defin':80 'delimit':293 'describ':444 'detail':295 'diagnos':308 'dir':140 'directori':137,189 'discoveri':6,73,106 'doc':256,334,343 'doctor':303 'document':82 'dotfil':175 'e':146 'e.g':150 'enough':58 'entrypoint':323 'environ':456 'environment-specif':455 'exact':49,92,407 'exampl':319 'exclud':122,154,156,365,376,380,420,427 'exclude-pattern':121,153,375,379,419 'expert':461 'ext':118,145,346,362,417 'extens':149 'fast':233,397 'fastest':228 'file':5,25,44,85,105,148,182,221,260,270,369,389,408 'filenam':50,226 'filename-on':225 'find':84,321 'first':100,230,384 'flag':133 'flow':341 'focus':423 'follow':111 'format':126,190,283,287,348 'full':257,259 'get':294 'gitignor':160,179,279 'gitignore-styl':159 'goal':83 'good':237 'grep':64 'head':229 'headings/sections':253,336 'help':296,299 'hidden':173,269,274 'highest':263 'ignor':181,267 'implement':78 'implemented/loaded/defined':15 'in-memori':203 'includ':172,174,180,273 'include-hidden':171,272 'index':210,388 'indexing/search':143 'input':470 'intent':46,87,103 'intent-bas':102 'issu':301 'javascript':368 'js':164,165,382 'k':167 'keyword':235 'larg':20,57 'like':96 'limit':147,432 'line':231,410 'load':79 'loader':358,373 'loading/validation':353 'locat':11,26,43,351,409 'logic':354 'longer':399 'm':142 'manual':32,60 'markdown':252 'match':53,413,441 'may':390 'md':120,152,347 'medium':18 'memori':205 'minut':393 'miss':110,478 'mode':117,141,212,344,360 'naiv':63 'name':224 'need':41,266,402 'no-cach':200 'no-recurs':183 'no-respect-gitignor':176,276 'nul':292 'nul-delimit':291 'number':168,411 'outlin':251,345 'output':281,450 'p':135 'path':116,134,157,342,359,374 'pattern':123,155,162,377,381,421 'permiss':471 'pick':213 'porcelain':128,130,194,196,284,289,349 'porcelain-z':129,195,288 'prds':239 'prefer':29 'preview':415 'py':119,151,363 'py/.js/.ts':246 'rank':406 'rather':47 'read/write':209 'recal':264 'recurs':185 'references/install-vexor.md':112 'repeat':163 'repo':21 'repositori':55 'requir':469 'respect':178,278 'result':170,403 'return':404 'review':462 'rich':127,191 'root':136 'rout':219 'rule':428 'safeti':472 'scope':443 'script':199 'scriptabl':280 'search':298,326,333,338,356,371,386,395 'semant':4,72 'set':317 'show':307 'similar':405 'skill':36,435 'skill-vexor-cli' 'slow':67 'slowest':262 'snippet':414 'someth':13,76 'source-sickn33' 'specif':457 'stop':463 'strategi':144 'style':161 'subsequ':394 'subset':426 'substitut':453 'success':475 'summari':236 'take':391 'task':439 'tell':313 'test':366,378,459 'text':52,93 'time':385 'timeout':400 'tip':383 'top':124,166,188,330,431 'topic-agent-skills' 'topic-agentic-skills' 'topic-ai-agent-skills' 'topic-ai-agents' 'topic-ai-coding' 'topic-ai-workflows' 'topic-antigravity' 'topic-antigravity-skills' 'topic-claude-code' 'topic-claude-code-skills' 'topic-codex-cli' 'topic-codex-skills' 'treat':448 'troubleshoot':265 'tsv':285 'type':222 'typer':327 'unclear':28 'use':9,39,94,98,282,398,433 'user':315,339 'valid':458 'vexor':2,8,34,99,108,115,297,302,305,325,337,355,370 'vexor-c':1 'via':7 'want':71 'whenev':10 'work':217 'z':131,197,290","prices":[{"id":"b307629a-30a3-42b3-a1e3-3d4153a22cc0","listingId":"0c669cb8-83e2-49ea-8889-40ba8485dfa3","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"sickn33","category":"antigravity-awesome-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T21:47:09.994Z"}],"sources":[{"listingId":"0c669cb8-83e2-49ea-8889-40ba8485dfa3","source":"github","sourceId":"sickn33/antigravity-awesome-skills/vexor-cli","sourceUrl":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/vexor-cli","isPrimary":false,"firstSeenAt":"2026-04-18T21:47:09.994Z","lastSeenAt":"2026-04-22T00:51:56.042Z"}],"details":{"listingId":"0c669cb8-83e2-49ea-8889-40ba8485dfa3","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"sickn33","slug":"vexor-cli","github":{"repo":"sickn33/antigravity-awesome-skills","stars":34404,"topics":["agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows","antigravity","antigravity-skills","claude-code","claude-code-skills","codex-cli","codex-skills","cursor","cursor-skills","developer-tools","gemini-cli","gemini-skills","kiro","mcp","skill-library"],"license":"mit","html_url":"https://github.com/sickn33/antigravity-awesome-skills","pushed_at":"2026-04-21T16:43:40Z","description":"Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.","skill_md_sha":"2620bc1b41add4628379b2b32927837a578355f8","skill_md_path":"skills/vexor-cli/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/vexor-cli"},"layout":"multi","source":"github","category":"antigravity-awesome-skills","frontmatter":{"name":"vexor-cli","description":"Semantic file discovery via `vexor`. Use whenever locating where something is implemented/loaded/defined in a medium or large repo, or when the file location is unclear. Prefer this over manual browsing."},"skills_sh_url":"https://skills.sh/sickn33/antigravity-awesome-skills/vexor-cli"},"updatedAt":"2026-04-22T00:51:56.042Z"}}