A curated marketplace of plugins, extensions, and tools for Claude Code. Discover, share, and enhance your Claude Code experience with community-contributed plugins.
- Browse the Plugin Directory below
- Click on plugin links to access installation instructions
- Follow the plugin-specific setup guide
- Start enhancing your Claude Code experience!
- Read our Contribution Guidelines
- Use our Plugin Template
- Submit your plugin via Pull Request
- Get featured in the marketplace!
| Plugin | Description | Author | Version | Last Updated |
|---|---|---|---|---|
| Interactive Architecture Agent | Expert architectural review through interactive questioning. NEVER assumes - always asks clarifying questions before making decisions. Features multi-agent system with incremental exploration and MVP-aware recommendations. | ingpoc | 1.0.0 | 2025-10-26 |
| Web App Testing Agent | Autonomous web application testing with server management, comprehensive testing suites, and intelligent reporting. Handles E2E, performance, security, and functional testing. | ingpoc | 1.0.0 | 2025-10-26 |
| Plugin | Description | Author | Version | Last Updated |
|---|---|---|---|---|
| Coming Soon... |
| Plugin | Description | Author | Version | Last Updated |
|---|---|---|---|---|
| Coming Soon... |
| Plugin | Description | Author | Version | Last Updated |
|---|---|---|---|---|
| Coming Soon... |
| Plugin | Description | Author | Version | Last Updated |
|---|---|---|---|---|
| Coming Soon... |
| Plugin | Description | Author | Version | Last Updated |
|---|---|---|---|---|
| Coming Soon... |
Problem: Traditional AI coding agents make assumptions and over-engineer without asking questions
Solution: Question-first approach that asks clarifying questions, explores incrementally, and documents decisions
Key Features:
- โ Never makes assumptions - always asks before deciding
- โ Explores codebase incrementally (one functionality at a time)
- โ Presents options with trade-offs - you choose the approach
- โ Learns your conventions - documents decisions in CLAUDE.md
- โ MVP-aware - adjusts recommendations based on project stage
Perfect for: Teams building MVPs who want conscious architectural decisions instead of accidental technical debt.
โ Install Interactive Architecture Agent
Problem: Testing web applications requires managing servers, running multiple test types, and analyzing complex results
Solution: Autonomous testing agent that handles the entire testing lifecycle with intelligent reporting
Key Features:
- โ Autonomous server management - starts, monitors, and cleans up all services
- โ Comprehensive testing - API, Frontend, E2E, Performance, Security
- โ Intelligent reporting - prioritized recommendations with specific fixes
- โ Multi-environment support - development, staging, production
- โ Error recovery - handles server failures and cleanup automatically
Perfect for: Developers who want comprehensive web app testing without the complexity of managing test infrastructure.
โ Install Web App Testing Agent
- AI Assistants: Custom AI workflows, prompt templates, automation
- Development Tools: Code formatting, linting, debugging utilities
- Web Integration: Browser automation, API integrations, web scraping
- Data & Analytics: Data visualization, analysis tools, reporting
- UI/UX Enhancements: Themes, layouts, productivity boosters
- Security & Authentication: Security scanners, auth helpers, encryption tools
We welcome contributions! Please see our Contributing Guidelines for details on:
- How to submit a plugin
- Plugin quality standards
- Code review process
- Community guidelines
- Plugin follows Claude Code 2025 standards with
.claude-plugin/plugin.json - Agent files use proper
.mdformat with YAML frontmatter - Includes comprehensive README with installation instructions
- Has proper version tagging
- Includes example usage
- Passes quality review
- Has appropriate license
your-plugin/
โโโ .claude-plugin/
โ โโโ plugin.json # Plugin manifest (required)
โโโ agents/
โ โโโ main-agent.md # Primary agent (required)
โ โโโ helper-agent.md # Additional agents
โโโ examples/ # Usage examples
โโโ README.md # Plugin documentation
โโโ LICENSE # Plugin license
---
name: agent-name
description: Agent description with usage triggers
tools: Read, Write, Edit, Bash, AskUserQuestion
model: sonnet
---
# Agent Name
Agent implementation with clear instructions...{
"name": "plugin-name",
"version": "1.0.0",
"description": "Plugin description with usage triggers",
"author": {
"name": "Your Name",
"url": "https://github.com/yourusername"
},
"keywords": ["relevant", "keywords"]
}- ๐ Report Issues
- ๐ก Request Features
- ๐ฌ Discussions
- ๐ข Announcements
- Total Plugins: 2 (growing!)
- Active Contributors: 1
- Plugin Downloads: Coming soon
- Community Stars: Give us a โญ to support the project!
- Plugin discovery and search functionality
- Automated plugin testing and validation
- Plugin rating and review system
- CLI tool for plugin management
- Web interface for browsing plugins
- Plugin analytics and metrics
- Integration with Claude Code's plugin system
- Advanced agent orchestration patterns
This marketplace is licensed under the MIT License. Individual plugins may have their own licenses.
- Thanks to the Claude Code team for creating an extensible platform
- Inspired by other successful plugin marketplaces
- Built with โค๏ธ by the community
Ready to contribute? Check out our first good issues or contributing guide!
Have questions? Open a discussion - we're here to help! ๐
# Clone the marketplace
git clone https://github.com/ingpoc/claude-code-plugins-marketplace.git
# Install a plugin (example)
cp -r plugins/interactive-architecture-agent ~/.claude-code/plugins/
# Restart Claude Code
# Enable the plugin in settings