agentsclimarketplace

Web stack planner

Skill 0x-Professor/Agent-Skills-Hub/skills/web-stack-planner

Public skill pack for AI coding/automation/penetration-testing agents.

Install
npx -y skills add 0x-Professor/Agent-Skills-Hub --skill web-stack-planner

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Collect project brief and stack choices, then output canonical project-config.json for downstream web-builder skills.

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.1 KB, 504 tokens by cl100k_base, as published. Nobody here has run it

Web Stack Planner

Objective

Capture a complete web project brief and produce a validated project-config.json that all downstream web-builder skills consume.

Required Workflow

  1. Ask the user for project name, project type, target audience, authentication needs, and whether any codebase already exists.
  2. Present frontend framework choices:
    • React
    • Next.js
    • Vue
    • Nuxt
    • SvelteKit
    • Angular
    • Astro
    • plain HTML/CSS/JS
  3. Present backend/API choices:
    • Node.js/Express
    • FastAPI
    • Django
    • Laravel
    • Go/Gin
    • Rails
    • Supabase Edge Functions
    • serverless-only
  4. Present database choices:
    • PostgreSQL
    • MySQL
    • MongoDB
    • SQLite
    • Supabase
    • PlanetScale
    • Turso
    • Redis (as cache)
    • Firebase
  5. Present CSS/design system choices:
    • Tailwind CSS
    • Shadcn/ui
    • Chakra UI
    • Material UI
    • Ant Design
    • Mantine
    • DaisyUI
    • vanilla CSS
  6. Ask if they need integrations for auth, payments, email, file storage, and i18n:
    • Auth: Clerk, Auth.js, Supabase Auth, custom JWT
    • Payments: Stripe, Paddle, LemonSqueezy
    • Email: Resend, SendGrid
    • Storage: S3, Supabase Storage, Cloudflare R2
  7. Ask deployment target:
    • Vercel
    • Netlify
    • Fly.io
    • Railway
    • Render
    • AWS
    • GCP
    • Azure
    • DigitalOcean
    • Cloudflare Pages
  8. Run scripts/stack_planner.py to validate and write the canonical project-config.json.

Execution

python skills/web-stack-planner/scripts/stack_planner.py --input <brief.json> --output <out.json> --format json

Output

  • project-config.json
  • Script result file (json, md, or csv) with status, summary, artifacts, and details

References

  • references/tools.md

What ships with it: 3 files

10.5 KB alongside SKILL.md, 1 of them executable

agents/

references/

scripts/

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.