A curated collection of quality-focused plugins for Claude Code, emphasizing critical code review, testing tools, and development workflows.
This marketplace focuses on plugins that:
- Challenge assumptions rather than validate them
- Identify failure modes before they reach production
- Prioritize long-term maintainability over short-term convenience
- Provide actionable feedback rather than vague suggestions
Add this marketplace to your Claude Code installation:
claude plugin marketplace add github:smartwatermelon/smartwatermelon-marketplaceAfter adding the marketplace, you can install individual plugins:
# Install specific plugin
claude plugin install code-critic@smartwatermelon-marketplace
# Or install all plugins
claude plugin install --all smartwatermelon-marketplaceStatus: Stable v1.3.0 Category: Quality / Code Review
Skeptical code review agent that assumes code is wrong until proven otherwise. Unlike validation-focused reviewers, Code Critic challenges architectural decisions, identifies failure modes, and prioritizes long-term maintainability.
Features:
- Reviews code hierarchy: Purpose → Architecture → Failure Modes → Maintenance → Implementation
- Challenges assumptions and asks "why" before "how"
- Identifies race conditions, error handling gaps, and scalability issues
- Integrates with git hooks for automated review
When to use:
- Security-critical code (auth, payments, data handling)
- Architectural changes
- Complex business logic
- High-risk refactoring
Documentation: plugins/code-critic/README.md
Install:
claude plugin install code-critic@smartwatermelon-marketplaceMore plugins are in development:
- test-driven-discipline: TDD workflow enforcement and test quality analysis
- performance-guardian: Performance regression detection and optimization suggestions
- api-contract-validator: API contract testing and breaking change detection
- documentation-critic: Documentation completeness and clarity analysis
Want to contribute a plugin to this marketplace? See CONTRIBUTING.md for guidelines.
- Create plugin in
plugins/<plugin-name>/ - Add plugin metadata to
.claude-plugin/marketplace.json - Update this README with plugin information
- Submit a pull request
plugins/
└── your-plugin/
├── .claude-plugin/
│ └── plugin.json
├── agents/
│ └── your-agent.md
├── docs/
│ ├── USAGE.md
│ └── [other docs]
├── LICENSE
└── README.md
Plugins in this marketplace must:
- Have comprehensive documentation
- Include usage examples
- Specify clear use cases (when to use, when not to use)
- Follow the marketplace philosophy (challenge, identify, prioritize)
- Include MIT or compatible license
- Pass local testing before submission
This marketplace emphasizes quality over quantity. Each plugin is:
- Purpose-driven: Solves a specific, real problem
- Well-documented: Clear usage guide with examples
- Battle-tested: Used in real projects
- Maintainable: Clean code, clear architecture
Unlike general-purpose marketplaces, SmartWatermelon focuses on:
- Critical thinking tools - Plugins that challenge and improve your thinking
- Quality assurance - Tools that catch problems before they ship
- Developer discipline - Workflows that enforce best practices
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Contact: andrew.rich@gmail.com
Marketplace infrastructure: MIT License
Individual plugins: See plugin LICENSE files
Created and maintained by Andrew Rich (@smartwatermelon)
Inspired by the philosophy that good tools challenge us to be better developers.
Latest Version: 1.3.0 Last Updated: 2026-02-11