Back to list
timequity

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

TemplateStackBest For
nextjs-supabaseNext.js 15, Supabase, TailwindWeb apps, SaaS, dashboards
fastapi-postgresFastAPI, PostgreSQL, SQLAlchemyAPIs, ML backends
hono-drizzleHono, Drizzle, CloudflareEdge, serverless
landing-pageAstro, TailwindMarketing, portfolios

Selection Criteria

RequirementTemplate
"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:

  1. Analyze PRD from idea-validation
  2. Match requirements to criteria
  3. Select template
  4. 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