Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
interactive terminal interface for discovering, previewing, and managing Claude Code configuration files and slash commands.
| Date | Stars |
|---|---|
| 2026-07-31 | 270 |
| 2026-08-04 | 271 |
| 2026-08-06 | 271 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# ccexp (claude-code-explorer)
<div align="center">
<img src="assets/icon.svg" alt="ccexp Icon" width="128" height="128">
<br><br>
<strong>Interactive CLI tool for exploring and managing Claude Code settings and slash commands</strong>
<br><br>
<a href="https://www.npmjs.com/package/ccexp">
<img src="https://img.shields.io/npm/v/ccexp.svg" alt="npm version">
</a>
<a href="https://www.npmjs.com/package/ccexp">
<img src="https://img.shields.io/npm/dm/ccexp.svg" alt="npm downloads">
</a>
<a href="https://github.com/nyatinte/ccexp/blob/main/LICENSE">
<img src="https://img.shields.io/npm/l/ccexp.svg" alt="license">
</a>
<a href="https://github.com/nyatinte/ccexp">
<img src="https://img.shields.io/badge/node-%3E%3D20-brightgreen.svg" alt="node version">
</a>
<a href="https://github.com/hesreallyhim/awesome-claude-code">
<img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome Claude Code">
</a>
</div>
## 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
<div align="center">
<img src="assets/thumbnail.png" alt="ccexp Thumbnail" width="600">
<br><br>
<img src="assets/screenshot_filelist.png" alt="ccexp File List" width="800">
<br><br>
<img src="assets/screenshot_actionmenu.png" alt="ccexp Action Menu" width="800">
</div>
## Target Files
ccexp (claude-code-explorer) automatically discovers these configuration files:
### Memory Files
- **CLAUDE.md** → Project memory (project configuration)
- **CLAUDE.local.md** → Project memory local (local overrides, gitignored) (deprecated: https://docs.anthropic.com/en/docs/claude-code/memory#determine-memory-type)
- **~/.claude/CLAUDE.md** → User memory (global configuration)
### Command Files
- **.claude/commands/**/*.md** → Project commands (project-specific slash commands)
- **~/.claude/commands/**/*.md** → User commands (personal slash commands)
### Subagent Files
- **.claude/agents/**/*.md** → Project subagents (project-specific agents)
- **~/.claude/agents/**/*.md** → User subagents (personal agents)
### Settings Files
- **.claude/settings.json** → Project settings (shared configuration)
- **.claude/settings.local.json** → Project settings local (local overrides, gitignored)
- **~/.claude/settings.json** → User settings (global configuration)
## Installation
### Quick Start (Recommended)
No installation required! Run directly with:
```bash
# Using Bun (fastest)
bunx ccexp@latest
# Using npm
npx ccexp@latest
# Using pnpm
pnpm dlx ccexp@latest
```
### Global Installation
For frequent use, install globally:
```bash
# npm
npm install -g ccexp
# Bun
bun install -g ccexp
# pnpm
pnpm add -g ccexp
```
Then run from anywhere:
```bash
ccexp
```
## Usage
### Interactive Mode (Default)
```bash
ccexp # Launch interactive TUI
cExcerpt of 5,685 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:92f55455337d358b, llm:description: interactive terminal interface for discovering, previewing, and managing Claude Code configuration files and slash commands; topics: claude, claude-code