codebase-exploration
✓코드베이스에 대한 심층적인 상황별 grep. 패턴, 아키텍처, 구현을 찾고 "X는 어디에 있습니까?", "Y가 있는 파일은 무엇입니까?" 및 "Z를 수행하는 코드 찾기" 질문에 답하는 전문가입니다. 익숙하지 않은 코드베이스를 탐색하거나, 특정 구현을 찾거나, 코드 구성을 이해하거나, 여러 파일에서 패턴을 발견하거나, 프로젝트에서 기능을 찾을 때 사용합니다. 세 가지 철저함 수준(빠름, 중간, 매우 철저함)을 지원합니다.
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에서 사용할 수 있습니다
소스 저장소는 어디인가요?
https://github.com/404kidwiz/claude-supercode-skills
상세
- 카테고리
- </>개발 도구
- 출처
- skills.sh
- 최초 등록
- 2026-02-01