
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
claude-code-explorer
Advanced tools
CLI tool for exploring and managing Claude Code settings and slash commands
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.
Claude Code Explorer automatically discovers these configuration files:
No installation required! Run directly with:
# Using Bun (fastest)
bunx claude-code-explorer@latest
# Using npm
npx claude-code-explorer@latest
# Using pnpm
pnpm dlx claude-code-explorer@latest
The command npx claude-code-explorer can be lengthy to type. We recommend setting up a shell alias:
# Add to ~/.bashrc, ~/.zshrc, or your shell's config file
alias ccexp="npx claude-code-explorer@latest"
# For Bun users
alias ccexp="bunx claude-code-explorer@latest"
# For pnpm users
alias ccexp="pnpm dlx claude-code-explorer@latest"
After adding the alias, reload your shell configuration:
source ~/.bashrc # or ~/.zshrc
Now you can simply run:
ccexp # Launch in current directory
ccexp --path ~/projects # Scan specific directory
For frequent use, install globally:
# npm
npm install -g claude-code-explorer
# Bun
bun install -g claude-code-explorer
# pnpm
pnpm add -g claude-code-explorer
Then run from anywhere:
claude-code-explorer
claude-code-explorer # Launch interactive TUI
claude-code-explorer --path ~/projects # Scan specific directory
claude-code-explorer --help # Show help information
claude-code-explorer --version # Show version number
claude-code-explorer --path <path> # Specify directory to scan
# Launch in current directory
bunx claude-code-explorer@latest
# Scan specific project
bunx claude-code-explorer@latest --path ~/my-project
# Quick exploration without installation
npx claude-code-explorer@latest
# Show help
bunx claude-code-explorer@latest --help
# Show version
bunx claude-code-explorer@latest --version
# Find all Claude configuration in your workspace
cd ~/workspace
bunx claude-code-explorer@latest
# Check Claude settings in a specific project
bunx claude-code-explorer@latest --path ./my-project
# Explore global Claude configuration
bunx claude-code-explorer@latest --path ~/.claude
# Using alias (after setup)
ccexp # Current directory
ccexp --path ~/workspace # Specific directory
bun run start # Run with hot reload
bun run dev # Development mode with watch
bun run build # Build for production
| Option | Short | Description | Default |
|---|---|---|---|
--help | -h | Show help information | - |
--version | -V | Show version number | - |
--path | -p | Directory to scan | Current directory |
# Quality pipeline
bun run ci # Full CI pipeline
bun run typecheck # TypeScript checking
bun run check:write # Auto-fix formatting
bun run test # Run all tests
bun run test:watch # Test in watch mode
# Development
bun run start # Run CLI in development
bun run dev # Development with watch
bun run build # Build for production
bun run ciMIT License - see LICENSE file for details
FAQs
CLI tool for exploring and managing Claude Code settings and slash commands
The npm package claude-code-explorer receives a total of 8 weekly downloads. As such, claude-code-explorer popularity was classified as not popular.
We found that claude-code-explorer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.