·codebase-explorer
</>

codebase-explorer

edanstarfire/claudecode_webui

Identify relevant files, understand architecture patterns, and find code by functionality. Use when you need to understand where specific functionality lives or find files related to a feature area.

1Installs·0Trend·@edanstarfire

Installation

$npx skills add https://github.com/edanstarfire/claudecode_webui --skill codebase-explorer

SKILL.md

Use when: You know the general area but not specific files.

Circular Dependencies: If A imports B and B imports A, there's likely architectural issue.

"Where is X implemented?" → Search for class/function definition: grep "def X\|class X"

Identify relevant files, understand architecture patterns, and find code by functionality. Use when you need to understand where specific functionality lives or find files related to a feature area. Source: edanstarfire/claudecode_webui.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/edanstarfire/claudecode_webui --skill codebase-explorer
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is codebase-explorer?

Identify relevant files, understand architecture patterns, and find code by functionality. Use when you need to understand where specific functionality lives or find files related to a feature area. Source: edanstarfire/claudecode_webui.

How do I install codebase-explorer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/edanstarfire/claudecode_webui --skill codebase-explorer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/edanstarfire/claudecode_webui