frontend▌
1,038 indexed skills · max 10 per page
atomic-design-fundamentals
thebushidocollective/han · Frontend
Master Brad Frost's Atomic Design methodology (extended with quarks) for building scalable, maintainable component-based user interfaces. This skill covers the core hierarchy, principles, and organization strategies for modern design systems.
extract-design-system
arvindrk/extract-design-system · Frontend
Use this skill when the user wants to reverse-engineer a public website's design primitives into project-local starter token files.
interactive-dashboard-builder
anthropics/knowledge-work-plugins · Frontend
Self-contained HTML dashboards with Chart.js, filters, and professional styling. \n \n Provides complete patterns for KPI cards, line/bar/doughnut charts, sortable data tables, and dropdown or date-range filters that update all visualizations instantly \n Includes pre-built CSS system with responsive grid layouts, color variables, and print-friendly styling that works without external frameworks \n Embeds all data and logic directly in a single HTML file; no server or build step required \n Reco
tailwind-ui-refactor
pproenca/dot-skills · Frontend
Comprehensive UI refactoring guide based on Refactoring UI by Adam Wathan & Steve Schoger, implemented with Tailwind CSS utility classes. Contains 52 rules across 9 categories, prioritized by design impact to guide automated refactoring and code generation. Uses Tailwind CSS v4 syntax (v3 notes provided where syntax differs).
adev-writing-guide
angular/angular · Frontend
This skill provides comprehensive guidelines for authoring content in adev/src/content. It combines Google's technical writing standards with Angular-specific markdown conventions, components, and best practices.
sveltekit-structure
spences10/svelte-skills-kit · Frontend
SvelteKit routing, layouts, error handling, and SSR structure guidance. \n \n File-based routing with +page.svelte for pages, +layout.svelte for nested wrappers, +error.svelte for error boundaries, and +server.ts for API endpoints \n Nested layouts apply to all child routes; use route groups with (name) folders to organize without affecting URLs \n Error boundaries and pending UI patterns via +error.svelte placement and svelte:boundary component-level error/pending states \n SSR and hydration gu
senpi-getting-started-guide
senpi-ai/senpi-skills · Frontend
Guide users through their first complete trade on Hyperliquid via Senpi. This skill teaches the core loop: discover top traders → create a strategy that mirrors a chosen trader → monitor → close strategy.
mui
davila7/claude-code-templates · Frontend
Material-UI v7 component library with sx prop styling, theme integration, and responsive design patterns. \n \n Covers core MUI components (Box, Paper, Grid, Typography, Button) with sx prop styling and theme token usage \n Responsive design via breakpoint-based sx values (xs, sm, md, lg, xl) and mobile-first patterns \n Theme integration through useTheme hook and sx callbacks for accessing palette, spacing, and shape values \n Includes common patterns for cards, dialogs, forms, loading states,
design-md
google-labs-code/stitch-skills · Frontend
Analyze Stitch design projects and generate semantic DESIGN.md files as prompting source of truth. \n \n Retrieves screen metadata, HTML/CSS source, and design assets from Stitch projects via MCP Server tools to extract design tokens and visual patterns \n Synthesizes findings into structured DESIGN.md files covering atmosphere, color palette with hex codes, typography, component styling, and layout principles \n Translates technical values (Tailwind classes, border-radius, shadows) into evocati
chat-ui
inference-sh/skills · Frontend
Chat building blocks from ui.inference.sh.