vexor-cli

Query file content and metadata for semantic file discovery in codebases.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/MartinNevlaha/stratus-v2 --skill vexor-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vexor-cli
Source: https://github.com/MartinNevlaha/stratus-v2/tree/main/cmd/stratus/skills/vexor-cli
Command: npx skills add https://github.com/MartinNevlaha/stratus-v2 --skill vexor-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you locate files within a large or unfamiliar codebase when you don't know the exact filename, by searching based on the file's content and purpose.

Core Features & Use Cases

  • Semantic File Discovery: Search for files based on natural language descriptions of their function (e.g., "config loader", "user authentication flow").
  • Targeted Search: Narrow down searches by path, file extension, and exclusion patterns.
  • Use Case: When tasked with modifying the user authentication logic in a large project, you can use vexor search "user authentication flow" to quickly find relevant files instead of manually browsing or using broad grep commands.

Quick Start

Use vexor search to find files related to database connection logic.

Frequently Asked Questions about vexor-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find files in a large codebase when I don't know the exact filename?

Semantic file discovery lets you find files in a large codebase by querying content and functional intent using natural language instead of exact filenames. This helps locate relevant code without manual browsing.

What is the best way to search for code by its functional purpose instead of keyword matching?

Searching code by functional purpose is done through semantic search, which matches natural language descriptions like "user authentication flow" to file content, retrieving relevant files beyond simple keyword matching.

Can I narrow down semantic code searches using specific paths and file extensions?

Yes, you can refine semantic code searches by applying targeted filters for specific paths, file extensions, and exclusion patterns, narrowing down the retrieved files in large repositories.

How do I locate database connection logic in an unfamiliar repository without using grep?

To locate database connection logic without grep, use semantic file discovery to query the repository with a natural language description of the function, returning relevant files based on content and metadata.

Does semantic file discovery work for navigating large repositories with complex structures?

Yes, semantic file discovery is specifically applicable for navigating large repositories, efficiently identifying files by their functional intent and metadata when dealing with complex or unfamiliar codebases.

Why should I use intent-driven code navigation over broad keyword searches?

Intent-driven code navigation provides efficient file retrieval by matching functional descriptions to content, overcoming the limitations of broad keyword searches that often miss files with unrelated naming conventions.