Skip to content

hongbietcode/synthetic-claude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synthetic Claude

Modular Claude Code plugin marketplace with 7 specialized plugins for selective installation.

Plugins

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

Installation

Add Marketplace

/plugin marketplace add hongbietcode/synthetic-claude

Install Individual Plugins

# 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

Install All Plugins

/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 Details

basic-workflow

Complete 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

debate-system

Multi-agent debate with optional deep mode for convergence feedback.

Commands:

  • /debate - Multi-agent debate (use --deep for 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-suite

Document processing for office formats.

Skills: pdf, docx, pptx, xlsx

dev-tools

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-studio

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

productivity-kit

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-creation

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

Plugin Management

# 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-claude

Architecture

synthetic-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

Documentation

License

MIT

About

Extensible Claude Code plugin with multi-agent debate capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors