codebase-exploration
✓代碼庫的深層上下文 grep。擅長查找模式、架構、實現,並回答“X 在哪裡?”、“哪個文件有 Y?”和“查找執行 Z 的代碼”問題。在探索不熟悉的代碼庫、查找特定實現、了解代碼組織、發現多個文件中的模式或在項目中定位功能時使用。支持快速、中等、非常徹底三個徹底程度。
SKILL.md
Specializes in systematic codebase exploration and discovery. Uses advanced search techniques, pattern recognition, and code analysis to quickly understand unfamiliar code, locate specific implementations, map architectural patterns, and answer location-based questions about code.
| "Where is user authentication?" | Search for auth keywords + login patterns | | "How does data flow work?" | Find models, services, controllers pattern | | "Which file handles X API?" | Search endpoints + route definitions | | "Find all database queries" | Search ORM patterns, SQL keywords | | "Locate error handling" | Find try-catch, error classes |
| grep/rg | Text pattern matching | rg "function handleAuth" | | find/fd | File name/path matching | fd -e ts auth | | ast-grep | Code structure matching | ast-grep --pattern "class $NAME" | | LSP tools | Symbol and reference finding | lspfindreferences | | git log | Historical context | git log --name-only |
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill codebase-exploration- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 codebase-exploration?
代碼庫的深層上下文 grep。擅長查找模式、架構、實現,並回答“X 在哪裡?”、“哪個文件有 Y?”和“查找執行 Z 的代碼”問題。在探索不熟悉的代碼庫、查找特定實現、了解代碼組織、發現多個文件中的模式或在項目中定位功能時使用。支持快速、中等、非常徹底三個徹底程度。 來源:404kidwiz/claude-supercode-skills。
如何安裝 codebase-exploration?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill codebase-exploration 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/404kidwiz/claude-supercode-skills
詳情
- 分類
- </>開發工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-01