·explore

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

10Instalaciones·0Tendencia·@bahayonghang

Instalación

$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)查找相似实现。触发词包括:「在哪里」「哪个文件」「找一下」「有没有」「搜索」「定位」等代码搜索类问题. Fuente: bahayonghang/my-claude-code-settings.

Ver original

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill explore
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-01
Actualizado
2026-02-18

Respuestas rápidas

¿Qué es explore?

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

¿Cómo instalo explore?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill explore Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor

¿Dónde está el repositorio de origen?

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