← Back to list

stack-selector
by timequity
Claude Code plugins for developers
⭐ 2🍴 0📅 Jan 24, 2026
SKILL.md
name: stack-selector description: | 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.
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)
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon