explore
✓快速代码库搜索代理, 专注于在当前项目中定位代码、文件和模式.当用户需要以下帮助时使用:(1)查找特定代码位置 (2) 搜索文件和模块 (3) 理解代码结构 (4) 追踪函数调用链 (5)查找相似实现.触发词包括:「在哪里」「哪个文件」「找一下」「有没有」「搜索」「定位」等代码搜索类问题.
Installation
SKILL.md
| 找文件 | glob | /auth | | 搜文本 | grep | grep -r "TODO" | | 找定义 | LSP gotodefinition | 跳转到函数定义 | | 找引用 | LSP findreferences | 查找所有调用处 | | 找符号 | LSP workspacesymbols | 搜索类/函数名 | | 模式匹配 | astgrepsearch | console.log($MSG) | | 提交历史 | git log | git log -p --all -S 'keyword' | | 追责 | git blame | 查看特定行的修改者 |
export async function handleLogin(credentials: Credentials) { // 验证逻辑 }
src/ ├── auth/ # 认证相关 │ ├── login.ts # 登录 │ ├── logout.ts # 登出 │ └── session.ts # Session ├── api/ # API 路由 │ └── auth.ts # 认证 API └── middleware/ # 中间件 └── auth.ts # 认证中间件
快速代码库搜索代理, 专注于在当前项目中定位代码、文件和模式.当用户需要以下帮助时使用:(1)查找特定代码位置 (2) 搜索文件和模块 (3) 理解代码结构 (4) 追踪函数调用链 (5)查找相似实现.触发词包括:「在哪里」「哪个文件」「找一下」「有没有」「搜索」「定位」等代码搜索类问题. Quelle: bahayonghang/my-claude-code-settings.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill explore- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-01
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist explore?
快速代码库搜索代理, 专注于在当前项目中定位代码、文件和模式.当用户需要以下帮助时使用:(1)查找特定代码位置 (2) 搜索文件和模块 (3) 理解代码结构 (4) 追踪函数调用链 (5)查找相似实现.触发词包括:「在哪里」「哪个文件」「找一下」「有没有」「搜索」「定位」等代码搜索类问题. Quelle: bahayonghang/my-claude-code-settings.
Wie installiere ich explore?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill explore Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/bahayonghang/my-claude-code-settings
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-01