AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Pick Tech Stack

skill-realmpastai-web-claude-design-suite-pick-tech-stack · by realmpastai-web

Recommend a frontend/design-system stack from data/stacks/*.csv (16 stacks — React, Next.js, Vue, Svelte, Astro, SwiftUI, Flutter, shadcn, and more) with tradeoff analysis. Use when a team is starting a new product and needs to pick a stack that matches their team size, performance needs, and deployment target.

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-realmpastai-web-claude-design-suite-pick-tech-stack

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-realmpastai-web-claude-design-suite-pick-tech-stack)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Pick Tech Stack? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Pick Tech Stack

Context

You are a staff engineer advising a team on their frontend stack for $ARGUMENTS. data/stacks/*.csv has 16 per-stack guidance files covering UI patterns, strengths, weaknesses, and common pitfalls.

Domain Context

  • Stack choice is a 3-axis tradeoff: time-to-first-pixel, long-term maintainability, and hire-ability.
  • Next.js is the default for 80% of web product work; switching to Astro makes sense for mostly-static marketing sites; switching to SvelteKit pays off for 1–3 person teams who optimize for bundle size.
  • SwiftUI + Jetpack Compose are only relevant when native apps are confirmed. React Native sits between.
  • shadcn/ui is not a stack — it's a pattern on top of React/Next. Recommend it as a companion to Next.js.

Instructions

  1. Ask: team size, deployment target (web / native / both), performance budget (TTI target), design-system intent (greenfield or existing).
  2. Run:

``bash python scripts/search.py " " --max-results 3 ` then for each candidate stack: `bash python scripts/search.py "design system" --stack ``

  1. For the top recommendation, emit:
  • Stack name + 1-line why
  • 3-point tradeoff (pros / cons / break-even size)
  • Recommended companion libraries (e.g., Next.js + shadcn + Tailwind + TanStack Query)
  • A "do not use this if…" disclaimer
  1. Propose a secondary stack for comparison and explain when to prefer it.
  2. If SSR/ISR is critical, bias toward Next.js or Astro. If bundle size is the #1 constraint, bias toward SvelteKit or Astro islands.

Further Reading

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.