Ccexp banner
nyatinte nyatinte

Ccexp

Design community intermediate

Description

<strong>Interactive CLI tool for exploring and managing Claude Code settings and slash commands</strong>

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ccexp (claude-code-explorer)

Interactive CLI tool for exploring and managing Claude Code settings and slash commands

Overview

[!IMPORTANT] **ccexp** is the shortened name for **claude-code-explorer**. The npm package [claude-code-explorer](https://www.npmjs.com/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.

Features

  • 🔍 Interactive File Discovery - Automatically finds Claude Code configuration files
  • 📁 Split-pane Interface - File list on the left, preview on the right
  • ⌨️ Keyboard Navigation - Arrow keys, Enter, ESC for smooth navigation
  • 🔎 Live Search - Filter files as you type
  • 📋 File Actions - Copy content, copy paths, open files in default applications
  • 🎨 Terminal UI - Beautiful React Ink interface with proper focus management
  • 📝 Markdown Preview - Renders CLAUDE.md files with syntax highlighting

Screenshots

Target Files

ccexp (claude-code-explorer) automatically discovers these configuration files:

Memory Files

Command Files

  • .claude/commands//.md* → Project commands (project-specific slash commands)
  • ~/.claude/commands//.md* → User commands (personal slash commands)

Subagent Files

...