nyatinte

Ccexp — Design skill for Claude Code

Design community intermediate

by nyatinte - Interactive CLI tool for discovering and managing Claude Code configuration files and slash commands with a beautiful terminal UI.

How to install Ccexp

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

What Ccexp does

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

Alternatives in Design

  • Canvas Design — Create beautiful visual art in PNG and PDF documents using design philosophy 94.1k ★
  • Learning Output Style — Interactive learning mode for skill building 14k ★
  • Design Review Workflow — by Patrick Ellis - A tailored workflow for enabling automated UI/UX design review, including specialized sub a 3.7k ★

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

...