Agent skill
stack-selector
Automatically choose the best tech stack based on requirements. User never sees this. Use when: starting a new project after idea validation. Triggers: internal use only, called by build pipeline.
Install this agent skill to your Project
npx add-skill https://github.com/timequity/plugins/tree/main/vibe-coder/skills/stack-selector
SKILL.md
Stack Selector
Choose tech stack automatically. User doesn't decide.
Decision Tree
What type of app?
├─ Web app with auth/db
│ ├─ Needs real-time? → nextjs-supabase (Supabase realtime)
│ ├─ Heavy backend logic? → fastapi-postgres
│ └─ Default → nextjs-supabase
│
├─ API/Backend only
│ ├─ Python/ML focus? → fastapi-postgres
│ └─ Edge/serverless? → hono-drizzle
│
├─ Landing page / Marketing
│ └─ → landing-page (static)
│
└─ Unsure → nextjs-supabase (most flexible)
Templates
| Template | Stack | Best For |
|---|---|---|
| nextjs-supabase | Next.js 15, Supabase, Tailwind | Web apps, SaaS, dashboards |
| fastapi-postgres | FastAPI, PostgreSQL, SQLAlchemy | APIs, ML backends |
| hono-drizzle | Hono, Drizzle, Cloudflare | Edge, serverless |
| landing-page | Astro, Tailwind | Marketing, portfolios |
Selection Criteria
| Requirement | Template |
|---|---|
| "auth", "login", "users" | nextjs-supabase |
| "api", "backend", "python" | fastapi-postgres |
| "fast", "edge", "serverless" | hono-drizzle |
| "landing", "marketing", "simple" | landing-page |
| "dashboard", "admin" | nextjs-supabase |
| "ml", "ai", "data" | fastapi-postgres |
Usage
Called internally by /mvp:build:
- Analyze PRD from idea-validation
- Match requirements to criteria
- Select template
- Generate project from template
User sees: "Setting up your project..." (not the decision)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
claude-code-course
Learn Claude Code in 5 hands-on lessons. From basics to building applications. Use when: user wants to learn Claude Code, asks "how do I...", or is new. Triggers: "learn", "teach me", "how does this work", "I'm new", "course".
foundations
Claude Code basics for new users. Covers essential concepts and commands. Use when: user is new to Claude Code or routed here by learning-path assessment.
advanced
Claude Code mastery for power users. Build agents, MCP servers, publish plugins. Use when: user wants to create agents, build integrations, or publish plugins.
lessons
Lesson content for Claude Code Course. Use when: loading lesson content. Internal skill - contains lesson files.
intermediate
Claude Code customization for comfortable users. Covers skills, commands, MCP, hooks. Use when: user knows basics and wants to customize Claude Code.
course-help
Help and navigation for Claude Code Course. Use when: user asks about the course, lessons, or progress. Triggers: "help", "course help", "what lessons", "my progress".
Didn't find tool you were looking for?