# Strict UI

> Generative UI creation with Pydantic validation.

- Skill: `jack-taylor-gorman/strict-ui` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jack-taylor-gorman/strict-ui`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jack-taylor-gorman/strict-ui/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Jack-Taylor-Gorman (https://skillmd.com/u/jack-taylor-gorman)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/jack-taylor-gorman/strict-ui

---

# UI Generation Protocol

When the user requests UI components:

1. **Analyze** the request or screenshot.
2. **Define** a Pydantic schema for the component props in `scripts/validators/`.
3. **Generate** the code.
4. **Run** the Pydantic validator script to ensure props, accessibility tags, and Tailwind classes are valid.

**Only output code that passes validation.**

