From hello-plugin
코드베이스의 대화형 축소 가능한 트리 시각화를 생성합니다. 새 리포지토리 탐색, 프로젝트 구조 이해 또는 큰 파일 식별 시 사용합니다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hello-plugin:visualize-codebaseThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
프로젝트의 파일 구조를 축소 가능한 디렉토리로 보여주는 대화형 HTML 트리 보기를 생성합니다.
프로젝트의 파일 구조를 축소 가능한 디렉토리로 보여주는 대화형 HTML 트리 보기를 생성합니다.
프로젝트 루트에서 시각화 스크립트를 실행합니다:
python .claude/skills/codebase-visualizer/scripts/visualize.py .
이렇게 하면 현재 디렉토리에 codebase-map.html이 생성되고 기본 브라우저에서 열립니다.
npx claudepluginhub iamhoonse-dev/iamhoonse-claude-code-plugin --plugin hello-pluginExplores and summarizes codebase structure, architecture, and key files for onboarding or understanding unknown projects.
Automatically analyzes codebases to generate zero-config architecture diagrams by detecting project type, tech stack, and structure. For repo overviews without custom specs.
Generates or updates a feature-organized CODEMAP.md for any codebase, detecting frameworks and tracing end-to-end flows. Supports create, inventory, update, and section modes.