Turn your AI coding agent into a full-stack product builder. Describe what you want, get working code.
# Product Builder > Turn your AI coding agent into a full-stack product builder. Describe what you want, get working code. Inspired by [imagine.dev](https://imagine.dev) — build real products through conversation, not prototypes. [](LICENSE) ## What This Does Instead of: ``` User: Build me a dashboard Agent: What framework? What features? What styling? ``` You get: ``` User: Build me a dashboard Agent: [Generates complete Next.js app with auth, database, API routes, and UI] ``` ## Install ```bash # Universal install (Claude Code, Codex, Cursor, Cline, and 40+ agents) npx skills add oleg-koval/product-builder # Or install non-interactively npx skills add oleg-koval/product-builder -y -g ``` ### Manual install ```bash # Claude Code mkdir -p ~/.cursor/skills/product-builder cp SKILL.md examples.md ~/.cursor/skills/product-builder/ # Cursor mkdir -p .cursor/skills/product-builder cp SKILL.md examples.md .cursor/skills/product-builder/ # Codex mkdir -p .agents/skills/product-builder cp SKILL.md examples.md .agents/skills/product-builder/ ``` ## Features - **Ship immediately** — Working code, not explanations - **Full-stack defaults** — Auth, database, APIs, UI, and tests included automatically - **Production patterns** — Zod validation, error handling, pagination, rate limiting - **Modern stack** — Next.js 14, TypeScript, Tailwind, Prisma, shadcn/ui - **Universal** — Works with any AI coding agent that supports skills ## Examples **SaaS Dashboard** ``` Build a SaaS analytics dashboard with user auth, org management, and charts. ``` **Landing Page** ``` Create a landing page for a fitness app with pricing and email signup. ``` **Internal Tool** ``` Build an inventory system with barcode scanning and low stock alerts. ``` See [examples.md](examples.md) for more ready-to-use prompts. ## Default Stack | Layer | Technology | |-------|------------| | Framework | Next.js 14 (App Router) | |
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.