Zero-Js UI Skills - Jinja3+Python Prebuilt Quickstart Templates
Skill Directory Structure
src/ui-ux-pro-max/data/stacks/jinja3-htmx/ ├── manifest.json ├── techstack.md ← hard constraint file ├── rules.md ← what Claude must / must not do ├── templates/ │ ├── template#11/ │ │ ├── base.html │ │ ├── index.html │ │ ├── partials/ │ │ │ ├── nav.html │ │ │ ├── footer.html │ │ │ └── form.html │ │ ├── app.py │ │ └── requirements.txt │ └── ... └── examples/ ├── form-validation/ ├── dashboard/ └── modal-dialog/
techstack.md — This is the critical piece Tech Stack: Jinja3 + HTMX + Python (Zero-JS)
ALLOWED Python 3.11+ (Flask or FastAPI) Jinja3 templating (https://devdocs.io/jinja~3.0/) HTMX 1.9+ via CDN only Tailwind CSS via CDN only HTML5 semantic elements
FORBIDDEN No JavaScript. Zero
Source: nextlevelbuilder/ui-ux-pro-max-skill