acul-screen-generator
Installation
SKILL.md
ACUL Screen Generator
Generates production-ready, fully themed Auth0 ACUL screen components. Follows a strict 9-phase workflow (Phases 0–8): CLI authentication → intent detection → project setup → screen requirements → tech stack and design → theme extraction → structured code generation → build validation & iterative fix → dev mode wiring.
Reference Hierarchy
Always resolve the correct reference for a screen using this priority order. Before running the CLI, check if the screen exists in auth0-acul-samples — if it does not, the CLI will fail.
1. Check auth0-acul-samples availability first (gate for CLI usage)
→ Read `references/screen-catalog.md` for the Samples column
→ Verify the screen directory exists at:
React: https://github.com/auth0-samples/auth0-acul-samples/tree/main/react/src/screens/<screen-name>
React-JS: https://github.com/auth0-samples/auth0-acul-samples/tree/main/react-js/src/screens/<screen-name>
→ If the screen IS in samples → proceed to CLI (step 2)
→ If the screen is NOT in samples → skip CLI entirely, go to step 3