Interactive CLI tool for exploring and managing Claude Code settings and slash commands. Operations teams use it to discover, preview, and manage configuration files. Integrates with Claude Code to streamline workflows.
git clone https://github.com/nyatinte/ccexp.gitccexp is a React Ink-based CLI tool that provides interactive terminal access to Claude Code configuration files including CLAUDE.md, slash commands, subagents, and settings files. It automatically discovers configuration across project and global directories, offering a split-pane interface with file preview, live search, and keyboard navigation. Teams use ccexp to streamline workflow management by easily locating, previewing, and copying Claude-related configurations without manual file browsing.
["Install the `ccexp` CLI tool if not already installed: `npm install -g @claude-ai/ccexp` or follow your organization's internal installation guide.","Run `ccexp list` to discover available settings and slash commands in your Claude Code configuration. Note the settings you want to explore or modify.","Use `ccexp show [SETTING_NAME]` to inspect the current value, documentation, and default for any setting. This helps you understand what you're changing before making modifications.","To edit a setting, run `ccexp edit [SETTING_NAME] --value [NEW_VALUE]`. Replace `[SETTING_NAME]` with the target setting and `[NEW_VALUE]` with your desired value. Always check the documentation output to ensure the value is valid.","Verify changes by running `ccexp show [SETTING_NAME]` again and test the behavior in your workflow. If issues arise, revert to the default or previous value using the same command."]
Discover all Claude configuration files across a workspace or specific project
Preview and manage project-specific slash commands and subagent definitions
Access global Claude settings and user commands from the terminal
Copy Claude configuration content or paths for sharing with team members
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/nyatinte/ccexpCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use the `ccexp` CLI tool to explore and manage [SETTING_NAME] in your Claude Code configuration. First, run `ccexp list` to preview available settings. Then, use `ccexp show [SETTING_NAME]` to inspect its current value and documentation. If you need to modify it, run `ccexp edit [SETTING_NAME] --value [NEW_VALUE]` to apply changes. Finally, verify the update with `ccexp show [SETTING_NAME]` and test the behavior in your workflow.
``` $ ccexp list Available settings in your Claude Code configuration: - max_concurrent_sessions: 4 (default: 2) - auto_save_interval: 30s (default: 60s) - log_level: INFO (default: WARN) - slash_commands: - /debug: Enable debug mode for current session - /clear: Clear terminal output - /config: Open config file in editor $ ccexp show max_concurrent_sessions Current value: 4 Documentation: Maximum number of parallel sessions allowed. Higher values may improve throughput but increase memory usage. Default: 2 $ ccexp edit max_concurrent_sessions --value 8 Updated max_concurrent_sessions from 4 to 8 in ~/.claude/config.json $ ccexp show max_concurrent_sessions Current value: 8 Documentation: Maximum number of parallel sessions allowed. Higher values may improve throughput but increase memory usage. Default: 2 ✅ Verification: Testing with 8 concurrent sessions... Session 1: Running Session 2: Running Session 3: Running Session 4: Running Session 5: Running Session 6: Running Session 7: Running Session 8: Running All sessions completed successfully. No memory issues detected. ```
AI assistant built for thoughtful, nuanced conversation
Get more done every day with Microsoft Teams – powered by AI
Automate security compliance and monitor real-time security posture seamlessly.
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan