Help us improve
Share bugs, ideas, or general feedback.
From skills
Guides a new idea from vague concept to working MVP through scoping, stack choice, architecture, implementation, and deployment in a structured workflow.
npx claudepluginhub kriscard/skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/skills:prototypeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structured path from idea → working MVP. Most side projects die in "where do
Scaffolds new projects from user ideas: asks for requirements and tech preferences, recommends stacks with reasons, initializes via official CLI tools like create-next-app or uv init, configures structure/deps/entry code, verifies execution, suggests next skills.
Use this skill when the user asks to "vibe code this", "build this with AI", "help me use Cursor/v0/Bolt to build this", "vibe coding from my PRD", "how do I code this with AI", "turn this spec into code", or wants guidance on using AI coding tools (Cursor, GitHub Copilot, v0, Bolt, Lovable, Claude Artifacts) to prototype or build a feature from a product spec. This is a coaching skill — it helps the PM get the most out of AI coding tools, not write code directly.
Scaffolds full-stack applications from natural language requests. Selects tech stack, coordinates specialized agents, and applies project templates.
Share bugs, ideas, or general feedback.
Structured path from idea → working MVP. Most side projects die in "where do I even start" — this is the scaffolding. Discard it once momentum exists.
Ask first. The answer changes everything.
"Is this a quick side project or something you want to take seriously?"
3 questions max. Don't proceed until all 3 have clear answers.
If the user can't answer #2 without "and", help them cut.
Recommend based on project type and stated skills. Offer 2 options with honest trade-offs — don't just list everything.
Web app (default for solo dev speed):
API / backend:
Mobile:
CLI:
Database (don't overcomplicate v1):
State the trade-off plainly: "Next.js is the default because it ships fastest. Use SvelteKit if bundle size is a constraint or you dislike React's mental model."
One-paragraph overview only. No architecture astronautics.
Cover:
If the user is over-engineering, say so: "You don't need a message queue for an MVP with 10 users."
Use the Task tool to spawn a coder subagent with full context:
Set up in order: repo → CI if needed → core feature → README.
Before declaring done:
.env in .gitignore)Skip items that don't apply to a side project — the checklist is a prompt, not a requirement.