starhtml
Installation
SKILL.md
StarHTML — Core Skill
StarHTML = Python objects that compile to reactive Datastar HTML.
After generating any component, validate with: starhtml-check <file.py>
If
starhtml-checkis not installed:curl -L https://raw.githubusercontent.com/renatocaliari/starhtml-skill/main/starhtml_check.py \ -o /usr/local/bin/starhtml-check && chmod +x /usr/local/bin/starhtml-check
UI Components: For production-ready UI, use StarUI — shadcn/ui for Python. See
./reference/starui.mdfor all 34+ components (Button, Card, Dialog, Table, etc.)