·explore

快速代码库搜索代理,专注于在当前项目中定位代码、文件和模式。当用户需要以下帮助时使用:(1)查找特定代码位置 (2) 搜索文件和模块 (3) 理解代码结构 (4) 追踪函数调用链 (5)查找相似实现。触发词包括:「在哪里」「哪个文件」「找一下」「有没有」「搜索」「定位」等代码搜索类问题。

10Installations·0Tendance·@bahayonghang

Installation

$npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill explore

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.

Voir l'original

Faits (prêts à citer)

Champs et commandes stables pour les citations IA/recherche.

Commande d'installation
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill explore
Catégorie
</>Développement
Vérifié
Première apparition
2026-02-01
Mis à jour
2026-02-18

Réponses rapides

Qu'est-ce que explore ?

快速代码库搜索代理,专注于在当前项目中定位代码、文件和模式。当用户需要以下帮助时使用:(1)查找特定代码位置 (2) 搜索文件和模块 (3) 理解代码结构 (4) 追踪函数调用链 (5)查找相似实现。触发词包括:「在哪里」「哪个文件」「找一下」「有没有」「搜索」「定位」等代码搜索类问题。 Source : bahayonghang/my-claude-code-settings.

Comment installer explore ?

Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill explore Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code ou Cursor

Où se trouve le dépôt source ?

https://github.com/bahayonghang/my-claude-code-settings