Official plugin marketplace for Claude Code
FX Studio AI is the central hub for all FX Studio AI tools for Claude Code. It serves as a plugin marketplace that bundles three specialized plugins into a single installable package, giving you access to orchestration, intelligent routing, and diagnostic tooling in one step.
| Plugin | Description |
|---|---|
| Pipeline Orchestrator | Single-command multi-agent pipeline with auto-classification, adaptive batching, and adversarial review. |
| Skill Advisor | Intelligent routing layer that scans all installed skills, plugins, and MCPs, then recommends the optimal combination for any task. |
| CC Toolkit | Swiss Army Knife with 12 diagnostic and productivity skills for Claude Code setup, auditing, and optimization. |
# Add the marketplace
claude plugin add-marketplace https://github.com/fernandoxavier02/FX-Studio-AI
# Install individual plugins
claude plugin add pipeline-orchestrator
claude plugin add skill-advisor
claude plugin add cc-toolkitAfter installation, each plugin's commands are accessible directly:
# Pipeline Orchestrator -- structured multi-agent execution
/pipeline [task]
# Skill Advisor -- intelligent tool recommendations
/advisor [task]
# CC Toolkit -- diagnostics and productivity
/ccRefer to each plugin's repository for detailed usage instructions.
MIT