vexor
使用向量驅動語意搜尋搜尋檔案
Vexor 使用向量嵌入技術啟用自然語言檔案搜尋,協助開發人員透過語意而非精確關鍵字匹配來尋找程式碼和文件。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「vexor」。 尋找關於使用者驗證的檔案
預期結果:
找到 5 個相關檔案:
- src/auth/login.ts (相關性: 0.92)
- src/auth/password.ts (相關性: 0.89)
- tests/unit/auth.test.ts (相關性: 0.85)
- docs/authentication.md (相關性: 0.82)
- src/middleware/auth.ts (相關性: 0.78)
正在使用「vexor」。 尋找關於資料處理的 Python 檔案
預期結果:
找到 3 個相關 Python 檔案:
- scripts/etl_pipeline.py (相關性: 0.94)
- src/transformers/cleaner.py (相關性: 0.88)
- src/loaders/csv_loader.py (相關性: 0.81)
安全審計
安全All static findings are false positives. The hardcoded URLs are simply documentation links in the skill description. The flagged 'weak cryptographic algorithm' patterns refer to the words 'vexor' and 'vector' which are legitimate tool/computer science terms, not cryptographic algorithms. This is a simple documentation-only skill with no executable code or security risks.
高風險問題 (1)
低風險問題 (1)
品質評分
你能建構什麼
透過描述功能來尋找程式碼
透過描述檔案的功能而非函式名稱來搜尋程式碼檔案
語意化尋找文件
透過描述您需要協助的主題來尋找相關文件檔案
跨專案發現相關檔案
在多個目錄中尋找與特定功能或概念相關的檔案
試試這些提示
使用 vexor 尋找與 [主題或功能描述] 相關的檔案
搜尋關於 [主題] 且為 [檔案類型,例如 Python 檔案] 的檔案
在專案中尋找所有與 [功能] 功能相關的程式碼檔案
搜尋包含 [概念] 資訊的檔案,並顯示它們之間的關聯方式
最佳實務
- 提供清晰、描述性的搜尋查詢以獲得更好的結果
- 執行語意搜尋前先為您的程式碼庫建立索引
- 結合語意搜尋與檔案類型篩選以獲得精確結果
避免
- 使用過於通用的搜尋詞,會傳回太多結果
- 跳過索引步驟,會降低搜尋品質
- 完全依賴語意搜尋而不驗證結果