Modular Claude Code plugin marketplace with 7 specialized plugins for selective installation.
| Plugin | Description | Components | Docs |
|---|---|---|---|
| basic-workflow | Complete software engineering lifecycle | 11 agents, 54 commands, 16 skills | README |
| debate-system | Multi-agent debate with 3-phase workflow | 4 agents, 4 commands, 1 skill | README |
| document-suite | PDF, DOCX, PPTX, XLSX processing | 4 skills | README |
| dev-tools | API implementation, testing, code review | 1 agent, 6 commands, 4 skills | README |
| design-studio | UI/UX, frontend design, visual assets | 1 agent, 1 command, 6 skills | README |
| productivity-kit | Project management, refactoring, research | 1 agent, 7 commands, 4 skills | README |
| content-creation | Prompting, documentation, LLM apps | 5 commands, 7 skills | README |
/plugin marketplace add hongbietcode/synthetic-claude# Install only what you need
/plugin install basic-workflow@synthetic-claude
/plugin install debate-system@synthetic-claude
/plugin install document-suite@synthetic-claude
/plugin install dev-tools@synthetic-claude
/plugin install design-studio@synthetic-claude
/plugin install productivity-kit@synthetic-claude
/plugin install content-creation@synthetic-claude/plugin install basic-workflow@synthetic-claude
/plugin install debate-system@synthetic-claude
/plugin install document-suite@synthetic-claude
/plugin install dev-tools@synthetic-claude
/plugin install design-studio@synthetic-claude
/plugin install productivity-kit@synthetic-claude
/plugin install content-creation@synthetic-claudeComplete development workflow covering the entire software engineering lifecycle.
Commands:
/plan,/plan:fast,/plan:hard,/plan:parallel- Create implementation plans/code,/code:auto,/code:parallel- Implement with testing/cook,/bootstrap- Bootstrap and implement features/test,/debug,/fix- Test, investigate, and fix issues/fix:test,/fix:types,/fix:ci- Targeted fixes/review:codebase- Comprehensive code review/git:cm,/git:cp,/git:pr- Git operations/docs:init,/docs:update- Documentation management/skill:create,/skill:optimize- Skill management/scout,/ask,/watzup- Utilities
Agents: planner, brainstormer, code-reviewer, tester, debugger, researcher, docs-manager, git-manager, project-manager, scout, scout-external
Skills: backend-development, planning, debugging, code-review, research, brainstorming, databases, devops, web-frameworks, chrome-devtools, ui-ux-pro-max, problem-solving, sequential-thinking, docs-seeker, repomix, document-skills
Multi-agent debate with optional deep mode for convergence feedback.
Commands:
/debate- Multi-agent debate (use--deepfor convergence check)/quick-brainstorm- Rapid ideation with counter-arguments/discuss- Quick discussion with critical analysis/think-hard- Challenge assumptions and find gaps
Agents: debate-orchestrator, researcher, critic, synthesizer
Document processing for office formats.
Skills: pdf, docx, pptx, xlsx
Development and API tools.
Commands:
/px-backend-api- Implement backend APIs from specs/px-frontend-api- Frontend integration with backend/fastapi-test- Comprehensive API tests/explore-external-APIs- Test and document APIs/gen-feature-docs- Generate developer + user docs/generate-db-docs- Create database documentation
Agents: critical-code-reviewer
Skills: webapp-testing, mcp-builder, skill-creator, cc-hooks-creator
Design and visual asset tools.
Commands:
/design-guide- Design analysis without modifying code
Agents: ui-ux-designer
Skills: frontend-design, canvas-design, algorithmic-art, theme-factory, brand-guidelines, slack-gif-creator
Project management and productivity tools.
Commands:
/parallel-work- Setup Git worktrees for feature dev/integrate-parallel-work- Merge parallel features/refactor-interactive- Guided refactoring with steps/tidy-up- Cleanup project structure/tidy-docs- Reorganize documentation/git-configure- Configure Git user (personal/work)/tmux-team-restart- Restart tmux with state preservation
Agents: research-assistant
Skills: quick-research, tmux-team-creator, coder-memory-store, coder-memory-recall
Content and documentation tools. Commands:
/create-project-memory-skills- Copy memory skills to project/current-prompt-create- Create current_prompt.md/ecp- Execute prompt from file/notebook-edit- Suggest Jupyter notebook changes/py2notebook- Convert Python to notebook
Skills: prompting, doc-coauthoring, internal-comms, llm-apps-creator, power-agent-creator, web-artifacts-builder, templates
# View installed plugins
/plugin list
# Enable/disable specific plugin
/plugin enable debate-system@synthetic-claude
/plugin disable document-suite@synthetic-claude
# Update marketplace
/plugin marketplace update synthetic-claude
# Uninstall plugin
/plugin uninstall debate-system@synthetic-claude
# Remove marketplace
/plugin marketplace remove synthetic-claudesynthetic-claude/
├── plugins/
│ ├── basic-workflow/ # Complete dev workflow
│ ├── debate-system/ # Multi-agent debate
│ ├── document-suite/ # Document processing
│ ├── dev-tools/ # Development tools
│ ├── design-studio/ # Design tools
│ ├── productivity-kit/ # Productivity tools
│ └── content-creation/ # Content tools
├── .claude-plugin/
│ └── marketplace.json # Plugin registry
├── docs/ # Documentation
└── README.md
- Project Overview - Vision, goals, requirements
- System Architecture - Plugin structure
- Codebase Summary - Component inventory
- Code Standards - File formats, conventions
MIT