Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
AI-powered UI styling skill with 67 UI styles and 161 reasoning rules for professional interface design.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
scripts/requirements.txt
1# UI Styling Skill Dependencies2# Python 3.10+ required34# No Python package dependencies - uses only standard library56# Testing dependencies (dev)7pytest>=8.0.08pytest-cov>=4.1.09pytest-mock>=3.12.01011# Note: This skill works with shadcn/ui and Tailwind CSS12# Requires Node.js and package managers:13# - Node.js 18+: https://nodejs.org/14# - npm (comes with Node.js)15#16# shadcn/ui CLI is installed per-project:17# npx shadcn-ui@latest init18