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) 查找相似实现。触发词包括:「在哪里」「哪个文件」「找一下」「有没有」「搜索」「定位」等代码搜索类问题。 Source: bahayonghang/my-claude-code-settings.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill explore- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is explore?
快速代码库搜索代理,专注于在当前项目中定位代码、文件和模式。当用户需要以下帮助时使用:(1) 查找特定代码位置 (2) 搜索文件和模块 (3) 理解代码结构 (4) 追踪函数调用链 (5) 查找相似实现。触发词包括:「在哪里」「哪个文件」「找一下」「有没有」「搜索」「定位」等代码搜索类问题。 Source: bahayonghang/my-claude-code-settings.
How do I install explore?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill explore Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bahayonghang/my-claude-code-settings
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01