Schema-first development ecosystem with dual-spec workflows (OpenAPI + DB schema) for building production-ready applications through deterministic code generation and intelligent orchestration
Apply specs, generate code, implement handlers with test-driven iteration
Initialize a SpecForge project with tech stack selection
Generate implementation plan with dual-spec changes (OpenAPI + DB schema)
Deployment preparation - build production artifacts, run security checks, and generate deployment configs
Sync codebase after spec changes (OpenAPI + DB schema)
Main orchestration agent for SpecForge workflows. Coordinates dual-spec planning (OpenAPI + DB schema), delegates to specialized agents, manages build phases, and oversees test-driven iteration across backend, database, and codegen plugins.
Strategic planning agent for dual-spec changes (OpenAPI + DB schema). Analyzes feature requirements, proposes coordinated OpenAPI and database schema changes, and generates detailed implementation plans.
Deep debugging and multi-level validation agent for SpecForge projects
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.

Hand-curated open source repository for Claude Code plugins - tools, agents, skills, and MCP servers that extend Claude Code's capabilities.
Claude Market is a plugin marketplace for Claude Code, providing a curated collection of high-quality extensions built by the community. Each plugin is reviewed for quality, documentation, and usefulness.
Add this marketplace to your Claude Code:
/plugin marketplace add claude-market/marketplace
Then browse available plugins:
/plugin
Interactive tool for creating new Claude Code plugins through guided prompts.
Features:
Install:
/plugin install plugin-builder
Learn more: plugin-builder/README.md
We welcome high-quality plugin contributions! Here's how to submit yours:
The easiest way to create a plugin for this marketplace:
Install the plugin-builder:
/plugin install ./plugin-builder
Create your plugin:
/plugin-builder:init
Follow the prompts to create your plugin as a top-level directory
Validate your plugin:
/plugin-builder:validate
Test locally:
/plugin install ./{plugin-name}
Fork this repository
Add your plugin as a top-level directory:
your-plugin/
├── .claude-plugin/
│ └── plugin.json
├── commands/ # optional - only if you have commands
├── agents/ # optional - only if you have agents
├── hooks/ # optional - only if you have hooks
├── skills/ # optional - only if you have skills
├── mcp-servers/ # optional - only if you have MCP servers
├── CODEOWNERS # required - defines reviewers
├── README.md
└── LICENSE
Generate marketplace.json entry:
Run the following command to automatically generate your plugin's entry in .claude-plugin/marketplace.json:
make generate-marketplace-json
This will scan your plugin directory and add the appropriate entry to the marketplace manifest.
Create a pull request with:
Review process:
To maintain a high-quality marketplace, submissions should meet these criteria:
Every plugin must have:
.claude-plugin/plugin.json - Plugin manifestCODEOWNERS - Defines maintainers and reviewersREADME.md - DocumentationLICENSE - Open source licenseComponent files go in (directories are optional - only create if you have that component type):
commands/*.md - Slash commandsagents/*.md - Agentshooks/*.json - Hooksskills/*.md - Skillsmcp-servers/*.json - MCP server configsLooking for inspiration? Here are plugin ideas the community would love:
npx claudepluginhub p/claude-market-specforge-specforgeInteractive plugin builder for Claude Code - serves as both an example plugin and a tool to create new plugins through guided prompts with specialized builder skills for each component type
API design, documentation, and testing with OpenAPI spec generation
DevsForge Enterprise Database Schema Generator delivering comprehensive schema design methodologies, migration automation, and ORM integration excellence that transforms database architecture from manual specification into intelligent, optimized data persistence solutions across PostgreSQL, MySQL, MongoDB, and major database platforms
Generate RESTful APIs from schemas with proper routing, validation, and documentation
Spec-driven development methodology for full-stack teams
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
The Claude Code knowledge system — 380+ skills, 182+ agents, 100+ commands, 40 hooks, 32 rules, and workflows.