Install
$ agentstack add skill-0x-professor-agent-skills-hub-web-stack-planner ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
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 --output --format json
Output
project-config.json- Script result file (
json,md, orcsv) withstatus,summary,artifacts, anddetails
References
references/tools.md
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: 0x-Professor
- Source: 0x-Professor/Agent-Skills-Hub
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.