Interactive CLI tool for exploring and managing Claude Code settings and slash commands
Repo: nyatinte/ccexp
What's inside
[!IMPORTANT] ccexp is the shortened name for claude-code-explorer. The npm package claude-code-explorer is the previous version of this tool. The name was shortened to ccexp for brevity and easier command-line usage.
ccexp (short for claude-code-explorer) is a React Ink-based CLI tool that provides an interactive terminal interface for discovering, previewing, and managing Claude Code configuration files and slash commands. Navigate through your codebase to find CLAUDE.md files, slash command definitions, and other Claude-related configurations with a beautiful terminal UI.
ccexp (claude-code-explorer) automatically discovers these configuration files:
No installation required! Run directly with:
# Using Bun (fastest)
bunx ccexp@latest
# Using npm
npx ccexp@latest
# Using pnpm
pnpm dlx ccexp@latest
For frequent use, install globally:
# npm
npm install -g ccexp
# Bun
bun install -g ccexp
# pnpm
pnpm add -g ccexp
Then run from anywhere:
ccexp
ccexp # Launch interactive TUI
ccexp --path ~/projects # Scan specific directory
ccexp --help # Show help information
ccexp --version # Show version number
ccexp --path <path> # Specify directory to scan
# Launch in current directory
bunx ccexp@latest
# Scan specific project
bunx ccexp@latest --path ~/my-project
# Quick exploration without installation
npx ccexp@latest
# Show help
bunx ccexp@latest --help
# Show version
bunx ccexp@latest --version
# Find all Claude configuration in your workspace
cd ~/workspace
bunx ccexp@latest
# Check Claude settings in a specific project
bunx ccexp@latest --path ./my-project
# Explore global Claude configuration
bunx ccexp@latest --path ~/.claude
# Using alias (after setup)
ccexp # Current directory
ccexp --path ~/workspace # Specific directory
For development setup, commands, and contribution guidelines, see DEVELOPMENT.md.
Contributions are welcome! Please see DEVELOPMENT.md for detailed contribution guidelines.
MIT License - see LICENSE file for details
.bumpprc
.claude/
commands/
commit.md
create-pr.md
draft-pr.md
.github/
FUNDING.yml
PULL_REQUEST_TEMPLATE.md
workflows/
ci.yml
release.yaml
.gitignore
.serena/
project.yml
AGENTS.md
assets/
icon.svg
screenshot_actionmenu.png
screenshot_filelist.png
thumbnail.png
biome.jsonc
bun.lock
CLAUDE.md
DEVELOPMENT.md
git
knip.json
lefthook.yml
LICENSE
package.json
README.md
renovate.json
review-pr-71.md
src/
App.tsx
components/
ErrorBoundary.test.tsx
ErrorBoundary.tsx
FileList/
FileGroup.test.tsx
FileGroup.tsx
FileItem.test.tsx
FileItem.tsx
FileList.test.tsx
FileList.tsx
index.ts
MenuActions/
MenuActions.test.tsx
Footer.tsx
Header.tsx
hooks/
useMenu.ts
index.tsx
MenuItem.tsx
MenuList.tsx
StatusMessage.tsx
ThemedConfirmInput.test.tsx
ThemedConfirmInput.tsx
types.ts
navigation-utils.ts
Layout/
index.ts
SplitPane.test.tsx
SplitPane.tsx
LoadingScreen.test.tsx
LoadingScreen.tsx
Preview/
index.ts
MarkdownPreview.test.tsx
MarkdownPreview.tsx
Preview.test.tsx
Preview.tsx
hooks/
index.ts
useFileNavigation.test.tsx
useFileNavigation.tsx
useVirtualScroll.tsx
index.tsx
lib/
constants.ts
types.ts
utils.ts
scanners/
base-file-scanner.ts
claude-md-scanner.ts
default-scanner.ts
fast-scanner.ts
scan-exclusions.ts
settings-json-scanner.ts
slash-command-scanner.ts
subagent-scanner.ts
styles/
theme.ts
test/
e2e/
boundary.test.tsx
e2e.test.tsx
setup.ts
utils/
fixture-helpers.ts
interaction-helpers.ts
keyboard-helpers.ts
navigation.ts
test-utils.ts
vitest.d.ts
tsconfig.json
tsdown.config.ts
vitest.config.tsFAQ
ccexp is a Claude Code plugin with hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.