LLM Front-end Skills
Installable SKILL.md files that teach your AI coding tool modern front-end practices and catch bugs before deploy.
6 FRONT-END SKILLS
Modern CSS
Native nesting, container queries, :has(), scroll-driven animations, oklch colors, and CSS layers.
Components
Semantic HTML, ARIA, native dialog and Popover API, BEM naming.
Performance
Core Web Vitals, resource hints, image & font loading, Speculation Rules.
Design Tokens
Two-tier architecture, spacing and type scales, oklch colors, dark/light theming, motion tokens.
SEO
JSON-LD templates, meta tags, Open Graph, canonical URLs, sitemaps, mobile-first patterns.
Accessibility
WCAG 2.2 AA, keyboard nav, focus management, contrast, screen reader patterns.
LLM Review Skills
AI-generated code needs debugging in production. These skills teach your AI coding tool to audit its own output before deploy.
Pre-Deploy
Error handling, debug artifacts, responsive design, form validation, loading states.
Learn moreSecurity
XSS prevention, input sanitization, CSP, CORS, auth token storage, CSRF protection.
Learn moreTesting
Behavior-first testing, edge cases, a11y contract tests, form flows, network mocking.
Learn morePrompt Packs
End-to-end prompt playbooks for building complete websites with AI coding agents.