Marketplace for Claude Gen — code generation, documentation, and project scaffolding plugin
npx claudepluginhub tductam/code-genGenerate project structure, documentation (PRD/SRS/UI Mockup), and code from a requirements file
Generate project structure, documentation (BRD/PRD/SRS/UI Mockup), and code from a requirements file.
# Add the marketplace
/plugin marketplace add tductam/code-gen
# Install the plugin
/plugin install claude-gen@claude-gen-marketplace
/plugin marketplace add https://github.com/tductam/code-gen.git
/plugin install claude-gen@claude-gen-marketplace
claude --plugin-dir ./path-to/code-gen
/claude-gen:generate <path-to-requirements-file>
/claude-gen:generate requirements.md --phase init # Phase 1: Analyze/Init only
/claude-gen:generate requirements.md --phase docs # Phase 2: Gen docs only
/claude-gen:generate requirements.md --phase code # Phase 3: Gen code only
/claude-gen:generate requirements.md
/claude-gen:generate docs/feature-request.md
/claude-gen:generate requirements.md --phase docs
requirements.md → [init-explorer] → [gen-doc] → [gen-code] → Done
| Phase | Agent | Description |
|---|---|---|
| 1 | init-explorer | Analyze existing codebase or scaffold new project |
| 2 | gen-doc | Generate BRD, PRD, SRS, UI Mockups, API Contracts |
| 3 | gen-code | Generate implementation code following conventions |
All intermediate artifacts are saved to .generated/:
.generated/
├── analysis/ # Phase 1 output
│ ├── project-overview.md
│ ├── frontend-structure.md
│ ├── backend-structure.md
│ ├── tech-stack.md
│ ├── conventions.md
│ └── manifest.json
├── docs/ # Phase 2 output
│ ├── BRD.md # Business Requirements Document
│ ├── PRD.md # Product Requirements Document
│ ├── SRS.md # Software Requirements Specification
│ ├── manifest.json
│ ├── api-contracts/
│ │ └── <module>.md
│ └── ui-mockups/
│ └── screen-<name>.md
├── code/ # Phase 3 metadata
│ └── manifest.json
└── dependencies.json # Dependencies to install
Phase 3 writes code directly into the project source tree.
manifest.json — the next agent checks it before running# Project Name
## Description
Brief project description.
## Business Context (optional - for BRD)
- **Business Problem**: Problem to solve
- **Target Users**: User personas
- **Business Goals**: Objectives with metrics
## Features
- Feature 1: detailed description
- Feature 2: detailed description
## Tech Stack (optional)
- Frontend: React / Next.js / Vue...
- Backend: NestJS / Express / FastAPI...
- Database: PostgreSQL / MongoDB...
## Screens (optional - for FE)
- Login: Screen description
- Dashboard: Screen description
- Settings: Screen description
## API Modules (optional - for BE)
- Auth: Module description
- Users: Module description
- Products: Module description
## Non-Functional Requirements (optional)
- Performance targets
- Security requirements
- Scalability needs
- Accessibility standards
## Out of Scope (optional)
- Features not included in this version
Example: See examples/requirements.md for a complete example.
No description available.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations