by nyatinte
interactive terminal interface for discovering, previewing, and managing Claude Code configuration files and slash commands.
# Add to your Claude Code skills
git clone https://github.com/nyatinte/ccexpGuides for using cli tools skills like ccexp.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:14:26.791Z",
"npmAuditRan": false,
"pipAuditRan": true
}ccexp is an open-source cli tools skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by nyatinte. interactive terminal interface for discovering, previewing, and managing Claude Code configuration files and slash commands. It has 269 GitHub stars.
Yes. ccexp passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/nyatinte/ccexp" and add it to your Claude Code skills directory (see the Installation section above).
ccexp is primarily written in TypeScript. It is open-source under nyatinte on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other CLI Tools skills you can browse and compare side by side. Open the CLI Tools category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ccexp against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
[!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