Web stack planner
Skill 0x-Professor/Agent-Skills-Hub/skills/web-stack-planner
Public skill pack for AI coding/automation/penetration-testing agents.
npx -y skills add 0x-Professor/Agent-Skills-Hub --skill web-stack-plannerAssembled 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
- Ask the user for project name, project type, target audience, authentication needs, and whether any codebase already exists.
- Present frontend framework choices:
- React
- Next.js
- Vue
- Nuxt
- SvelteKit
- Angular
- Astro
- plain HTML/CSS/JS
- Present backend/API choices:
- Node.js/Express
- FastAPI
- Django
- Laravel
- Go/Gin
- Rails
- Supabase Edge Functions
- serverless-only
- Present database choices:
- PostgreSQL
- MySQL
- MongoDB
- SQLite
- Supabase
- PlanetScale
- Turso
- Redis (as cache)
- Firebase
- Present CSS/design system choices:
- Tailwind CSS
- Shadcn/ui
- Chakra UI
- Material UI
- Ant Design
- Mantine
- DaisyUI
- vanilla CSS
- 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
- Ask deployment target:
- Vercel
- Netlify
- Fly.io
- Railway
- Render
- AWS
- GCP
- Azure
- DigitalOcean
- Cloudflare Pages
- Run
scripts/stack_planner.pyto validate and write the canonicalproject-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, orcsv) withstatus,summary,artifacts, anddetails
References
references/tools.md
What ships with it: 3 files
10.5 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml357 B
references/
- tools.md802 B
scripts/
- stack_planner.pyruns9.3 KB