https://github.com/fernandoxavier02/cc-mastery
Claude Code Swiss Army Knife — diagnose, configure, and master your Claude Code setup with 12 specialized skills routed through /cc. Part of the FX Studio AI suite.
https://github.com/fernandoxavier02/cc-mastery
claude-code developer-tools fx-studio-ai
Last synced: 9 days ago
JSON representation
Claude Code Swiss Army Knife — diagnose, configure, and master your Claude Code setup with 12 specialized skills routed through /cc. Part of the FX Studio AI suite.
- Host: GitHub
- URL: https://github.com/fernandoxavier02/cc-mastery
- Owner: fernandoxavier02
- License: mit
- Created: 2026-03-27T12:08:47.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-06-04T19:53:54.000Z (19 days ago)
- Last Synced: 2026-06-14T23:34:14.781Z (9 days ago)
- Topics: claude-code, developer-tools, fx-studio-ai
- Language: Python
- Homepage: https://github.com/fernandoxavier02/cc-mastery
- Size: 5.41 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CC Toolkit
Claude Code Swiss Army Knife — diagnose, configure, master.
12 specialized skills. 1 interactive menu. Zero ceremony.
Problem •
What It Does •
Install •
Commands •
Suite
---
## The Problem
Your Claude Code setup drifts.
Hooks fire in unexpected order. MCP servers silently fail. CLAUDE.md contradicts itself after three edits. Permissions prompt you for the same command sixty times a week. You install a plugin to fix one thing and break two others.
You don't need another framework. You need a toolbox that diagnoses, configures, and teaches — then gets out of the way.
**CC Toolkit is that toolbox.** One command (`/cc`) opens an interactive triage menu. Pick a specialist. Get back to work.
---
## What It Does
CC Toolkit ships 12 specialized skills under a single interactive menu. Each skill is scoped to a specific concern — you never load all 12 at once.
- **Interactive Triage** — `/cc` routes any question to the right specialist
- **Full Diagnostic Suite** — health checks, context audits, permission reviews in seconds
- **Creation Tools** — design agents, create hooks, build skills, optimize prompts without leaving your session
- **Expert Routing** — specialized skills load only when needed, keeping context lean
---
## Installation
Via the FX-Studio-AI marketplace:
```
/plugin add fernandoxavier02/Pipeline-Orchestrator
```
Then install `cc-toolkit` from the marketplace menu.
---
## Commands
Launch the interactive triage menu:
```
/cc
```
Or invoke any skill directly:
| Command | Description |
|---------|-------------|
| `/cc-health` | Run diagnostics on your Claude Code setup |
| `/cc-audit` | Audit project context files for consistency and quality |
| `/cc-context` | Diagnose and fix context problems (compaction, missing rules) |
| `/cc-mcp` | Configure and troubleshoot MCP servers |
| `/cc-hooks` | Create, debug, and optimize hooks |
| `/cc-agent` | Design agents, subagents, and agent teams |
| `/cc-prompt` | Optimize prompts and configure API usage |
| `/cc-security` | Review permissions, sandbox mode, and allow/deny rules |
| `/cc-setup` | Install, configure, and troubleshoot Claude Code |
| `/cc-skill` | Create and validate custom skills |
| `/cc-expert-router` | Expert routing for any Claude Code question |
---
## See also — FX-Studio-AI suite
cc-toolkit is one of three plugins in the **FX-Studio-AI marketplace**. They form a coherent workflow:
1. **cc-toolkit** (this repo) — onboarding and diagnostics. Get your Claude Code setup in order.
2. **[skill-advisor](https://github.com/fernandoxavier02/skill-advisor)** — discovery and routing. Use the tools you already have, effectively.
3. **[pipeline-orchestrator](https://github.com/fernandoxavier02/Pipeline-Orchestrator)** — adversarial review. Ship production code safely.
Install the marketplace once, use any combination.
---
## License
MIT
---