stack-selector

Select an optimal technology stack and output a starter project template.

6|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/timequity/plugins --skill stack-selector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stack-selector
Source: https://github.com/timequity/plugins/tree/main/vibe-coder/skills/stack-selector
Command: npx skills add https://github.com/timequity/plugins --skill stack-selector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically selects the most suitable tech stack based on PRD requirements, without user bias.

Core Features & Use Cases

  • Rules-based mapping from requirements to templates
  • Supports typical web/API/UI project archetypes
  • Non-deterministic choices hidden from user; results used by generator

Quick Start

After idea validation, the stack-selector chooses a template (e.g., Rust+HTMX web app) for project bootstrap.

Frequently Asked Questions about stack-selector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does automatic tech stack selection work for web projects?

Stack selection applies rules-based mapping to PRD requirements, matching criteria like authentication, API needs, and deployment targets to optimal technology combinations. The Skill evaluates project type—web apps, APIs, landing pages, or serverless functions—and outputs a starter template without user intervention.

Can stack selection handle projects with authentication and backend APIs?

Yes. Stack selection supports web apps with auth, API backends, and edge/serverless deployments. It maps authentication and API requirements to templates with appropriate frameworks and runtime environments, generating a preconfigured starter project.

When should I use automated stack selection instead of choosing manually?

Use stack selection after idea validation during project initiation. It removes personal bias from technology choices, applies systematic rules to match requirements, and accelerates bootstrap by generating a ready-to-use template aligned with your project's specific needs.

What types of project archetypes does stack selection support?

Stack selection covers typical web/API/UI project archetypes including web applications with authentication, REST or GraphQL API backends, static landing pages, and edge or serverless deployments. Each archetype maps to templates optimized for its use case.

Does stack selection work within the build pipeline?

Yes. Stack selection integrates into the build pipeline as part of project bootstrap. It processes requirements automatically without user involvement and outputs a starter template directly for immediate use in your build workflow.