·codebase-exploration
</>

codebase-exploration

404kidwiz/claude-supercode-skills

代码库的深层上下文 grep。擅长查找模式、架构、实现,并回答“X 在哪里?”、“哪个文件有 Y?”和“查找执行 Z 的代码”问题。在探索不熟悉的代码库、查找特定实现、了解代码组织、发现多个文件中的模式或在项目中定位功能时使用。支持快速、中等、非常彻底三个彻底程度。

121安装·8热度·@404kidwiz

安装

$npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill codebase-exploration

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