/claude-code-plugins-marketplace

A curated marketplace of plugins, extensions, and tools for Claude Code - Discover, share, and enhance your Claude Code experience with community-contributed plugins

Primary LanguageJavaScriptOtherNOASSERTION

Claude Code Plugins Marketplace ๐Ÿ›๏ธ

A curated marketplace of plugins, extensions, and tools for Claude Code. Discover, share, and enhance your Claude Code experience with community-contributed plugins.

Plugins Contributors License

๐Ÿš€ Quick Start

For Users

  1. Browse the Plugin Directory below
  2. Click on plugin links to access installation instructions
  3. Follow the plugin-specific setup guide
  4. Start enhancing your Claude Code experience!

For Developers

  1. Read our Contribution Guidelines
  2. Use our Plugin Template
  3. Submit your plugin via Pull Request
  4. Get featured in the marketplace!

๐Ÿ“ Plugin Directory

๐Ÿค– AI Assistants

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

๐Ÿ”ง Development Tools

Plugin Description Author Version Last Updated
Coming Soon...

๐ŸŒ Web Integration

Plugin Description Author Version Last Updated
Coming Soon...

๐Ÿ“Š Data & Analytics

Plugin Description Author Version Last Updated
Coming Soon...

๐ŸŽจ UI/UX Enhancements

Plugin Description Author Version Last Updated
Coming Soon...

๐Ÿ”’ Security & Authentication

Plugin Description Author Version Last Updated
Coming Soon...

๐Ÿ† Featured Plugins

๐Ÿค– Interactive Architecture Agent

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

๐Ÿงช Web App Testing 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

๐ŸŽฏ Plugin Categories

  • 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

๐Ÿค Contributing

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 Submission Checklist

  • Plugin follows Claude Code 2025 standards with .claude-plugin/plugin.json
  • Agent files use proper .md format with YAML frontmatter
  • Includes comprehensive README with installation instructions
  • Has proper version tagging
  • Includes example usage
  • Passes quality review
  • Has appropriate license

๐Ÿ› ๏ธ For Plugin Developers

Claude Code 2025 Plugin Structure

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

Agent File Format

---
name: agent-name
description: Agent description with usage triggers
tools: Read, Write, Edit, Bash, AskUserQuestion
model: sonnet
---

# Agent Name

Agent implementation with clear instructions...

Plugin Manifest Format

{
  "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"]
}

๐Ÿ“š Documentation

๐ŸŒŸ Community

๐Ÿ“Š Marketplace Stats

  • Total Plugins: 2 (growing!)
  • Active Contributors: 1
  • Plugin Downloads: Coming soon
  • Community Stars: Give us a โญ to support the project!

๐Ÿ”ฎ Roadmap

  • 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

๐Ÿ“„ License

This marketplace is licensed under the MIT License. Individual plugins may have their own licenses.

๐Ÿ™ Acknowledgments

  • 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! ๐Ÿš€

โšก Quick Setup

# 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