Vexor is a semantic search engine for files and code. It enables developers and operations teams to quickly find relevant information within their codebase or documents. Vexor integrates with existing workflows and tools, allowing users to search using natural language queries and get precise results.
git clone https://github.com/scarletkc/vexor.gitVexor is a semantic search engine for files and code. It enables developers and operations teams to quickly find relevant information within their codebase or documents. Vexor integrates with existing workflows and tools, allowing users to search using natural language queries and get precise results.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/scarletkc/vexorCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Search through [COMPANY]'s [DATA] repository for files related to [INDUSTRY] compliance. Focus on files modified in the last [TIMEFRAME] months and highlight any references to [SPECIFIC_REGULATION].
# Search Results for [INDUSTRY] Compliance Files ## Relevant Files 1. **compliance_checker.py** - Last modified: 2 months ago - Contains references to [SPECIFIC_REGULATION] in lines 42-50 - Key functions: `validate_compliance()`, `generate_report()` 2. **regulatory_docs/2023/financial_regs.pdf** - Last modified: 3 months ago - Contains sections on [SPECIFIC_REGULATION] requirements - Key pages: 12-15 3. **database/migration_scripts/compliance_update.sql** - Last modified: 1 month ago - Includes updates for [SPECIFIC_REGULATION] changes - Key queries: `ALTER TABLE financial_records ADD COLUMN compliance_status` ## Summary The search returned 3 files that are relevant to [SPECIFIC_REGULATION] compliance. The most recent updates were made to `compliance_checker.py` and `database/migration_scripts/compliance_update.sql`. The `compliance_checker.py` script includes functions to validate compliance and generate reports, while the SQL script contains updates to the database schema to accommodate new compliance requirements.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan