Web & Frontend
Web development agent skills handle frontend and full-stack work: component patterns, CSS and accessibility fixes, performance budgets, and framework conventions. Install a skill once and your AI agent follows the same playbook in every project, from quick prototypes to production apps.
-
tomevault-io Bundle Shadcn UI DesignerDesign and build modern UI components and pages using shadcn/ui. Creates clean, accessible interfaces with Tailwind CSS following shadcn principles. Use when building UI components, pages, forms, dashboards, or any interface work. Use when this capability is needed.
-
tomevault-io Bundle Accessibility DesignAccessibility-first design workflow for specifying semantics, keyboard/focus behavior, readability, and assistive-technology expectations. Use when UI accessibility behavior must be defined before implementation or design sign-off; do not use for backend data modeling or deployment pipeline decisions. Use when this capability is needed.
-
tomevault-io Bundle Django GuideDéveloppement d'applications Python Django avec models, views, templates, ORM, admin et Django REST Framework. Se déclenche avec "Django", "Django REST", "DRF", "ORM Django", "model Django", "vue Django". Use when this capability is needed.
-
tomevault-io Bundle React Component Similarity AuditAudits React code to find components that are very similar, then produces a plan for shared components that reduce duplication and improve consistency. Use when auditing React components for similarity, reducing duplication, consolidating similar components, or planning shared component extraction. Use when this capability is needed.
-
tomevault-io Bundle Ha Websocket APIImplement WebSocket API commands for Home Assistant integrations. Use when asked about WebSocket API, custom API endpoints, frontend integration, custom panels, or real-time data to frontend. Use when this capability is needed.
-
tomevault-io Bundle Layout DesignerDesigns page layouts, grid systems, and structural arrangements. Use when creating layouts for pages, sections, or components. Considers responsive design, visual hierarchy, and accessibility. Use when this capability is needed.
-
tomevault-io Bundle Inertia ScaffoldFull UI scaffold orchestrator - generates all frontend components for a Goravel entity with i18n (types, translations, page, columns, forms, detail view, page config, page controller). Use when this capability is needed.
-
tomevault-io Bundle Madebyecho Agent Skills React Native Skia ShadersReact Native Skia Shaders
-
tomevault-io Bundle Build FrontendBuilds the Fake Survey Generator React frontend with Vite and TypeScript. Use this skill when frontend code changes need to be compiled and validated for TypeScript errors. This skill orchestrates the npm build command and reports build errors.
-
tomevault-io Bundle Planning Wcag AuditWCAG audit planning support based on WAIC test guidelines. Helps determine audit scope, page selection method, and generates audit plan documents. Use when this capability is needed.
-
tomevault-io Bundle Ast Grep Pattern EnforcerDetect code pattern deviations and enforce coding standards using ast-grep AST-based linting. Creates custom rules to prevent anti-patterns, ensure best practices, and maintain codebase consistency across TypeScript, JavaScript, React, and other languages. Use when this capability is needed.
-
tomevault-io Bundle Report HTML WindowsCreate report-style HTML on Windows using Python. Use when the user asks to draft a report, generate HTML from an outline/markdown, or produce a shareable report with sections, headings, and citations. Default output is HTML. Use when this capability is needed.
-
tomevault-io Bundle Styled Components Best Practicesstyled-components best practices for CSS-in-JS development in React applications Use when this capability is needed.
-
tomevault-io Bundle Miospotdevteam Claude Control React Native MobileReact Native Mobile — Codex Implementation
-
tomevault-io Bundle Moonshine ComponentCreate custom MoonShine display components for dashboards, widgets, badges, and UI decoration. Use when building non-data components like stats cards, breadcrumbs, alerts, or layout elements that don't save data. Use when this capability is needed.
-
tomevault-io Bundle Creating Custom UtilitiesCreate custom utilities with @utility directive supporting static utilities, functional utilities with values, theme-based utilities, and multi-value utilities. Use when extending Tailwind with custom CSS properties or patterns. Use when this capability is needed.
-
tomevault-io Bundle Migrating From ForwardrefTeaches migration from forwardRef to ref-as-prop pattern in React 19. Use when seeing forwardRef usage, upgrading React components, or when refs are mentioned. forwardRef is deprecated in React 19. Use when this capability is needed.
-
tomevault-io Bundle Improve AccessibilityTriggered when user asks to audit accessibility, ensure WCAG compliance, improve keyboard navigation, or enhance screen reader support. Automatically delegates to the accessibility-specialist agent. Use when this capability is needed.
-
tomevault-io Bundle Find High Speed NetsAnalyzes a KiCad PCB to identify high-speed nets by looking up component datasheets via AI. Classifies nets by speed tier (ultra-high/high/medium/low), estimates max frequencies and rise times per interface, and recommends GND return via distances for signal integrity.
-
tomevault-io Bundle Dungle Scrubs Agent Config React State ManagementReact State Management
-
tomevault-io Bundle Web Motion DesignUse when building CSS animations, JavaScript transitions, React/Vue motion, or any browser-based animation work.
-
tomevault-io Bundle Flutter Widget TestsUse when writing or modifying Flutter widget tests under frontend/test/ in this project - covers BDD naming, pump helpers, fake-over-mock, interaction-over-static-render, router testing, i18n handling, and when to prefer a widget test over a controller/notifier test.
-
tomevault-io Bundle Refactoring Select From ListDomain knowledge for the selectFromList webview component in vscode-textmate. Use when modifying, debugging, or extending the fuzzy-search selector UI — covers architecture, data flow, key files, and known constraints. Use when this capability is needed.
-
tomevault-io Bundle Ionic SkillsIonic Capacitor mobile app development with Angular, React, or Vue. RevenueCat payments, AdMob ads, i18n localization, onboarding flow, paywall, and Ionic Tabs navigation. Use when this capability is needed.
-
tomevault-io Bundle Shadcn Webapp DesignBuild production-grade Next.js web applications with shadcn/ui, Tailwind CSS, and Framer Motion. Use when building React components, pages, dashboards, landing pages, or any web UI that should use the shadcn/ui component library. Triggers on requests involving shadcn components, Tailwind styling, Framer Motion animations, or when the user wants polished, non-generic UI that avoids "vibecoded" aesthetics. Use when this capability is needed.
-
tomevault-io Bundle React Router Code ReviewReviews React Router code for proper data loading, mutations, error handling, and navigation patterns. Use when reviewing React Router v6.4+ code, loaders, actions, or navigation logic. Use when this capability is needed.
-
tomevault-io Bundle Firebase App Hosting BasicsDeploy and manage web apps with Firebase App Hosting. Use this skill when deploying Next.js/Angular apps with backends. Use when this capability is needed.
-
tomevault-io Bundle Yform REST APIYForm's built-in REST API – exposing YForm tables as JSON:API endpoints. Covers route registration via rex_yform_rest_route, GET filter/include/order/pagination params, JSON:API POST bodies, DELETE, token-based authentication, and CORS headers. Use when the user exposes a YForm table as a REST endpoint, configures token auth, customizes per-method field whitelists, builds a frontend SPA that calls a YForm-backed API, or says "REST-Endpoint", "JSON-API", "Token-Auth", "API-Aufrufe", "Endpunkt für YForm-Tabelle". Use when this capability is needed.
-
tomevault-io Bundle Stitch React Native ComponentsConverts Stitch mobile designs into React Native / Expo components — TypeScript, StyleSheet, Expo Router, dark mode via useColorScheme, and proper touch targets. Cross-platform iOS and Android.
-
tomevault-io Bundle Grey Haven Project StructureOrganize Grey Haven projects following standard structures for TanStack Start (frontend) and FastAPI (backend). Use when creating new projects, organizing files, or refactoring project layout. Use when this capability is needed.
-
tomevault-io Bundle Vue Data UI SkilldUse when working with a user-empowering data visualization Vue 3 components library for eloquent data storytelling. ALWAYS use when writing code importing \"vue-data-ui\". Consult for debugging, best practices, or modifying vue-data-ui, vue data ui.
-
tomevault-io Bundle Vueuse Core SkilldCollection of essential Vue Composition Utilities. ALWAYS use when writing code importing \"@vueuse/core\". Consult for debugging, best practices, or modifying @vueuse/core, vueuse/core, vueuse core, vueuse. Use when this capability is needed.
-
tomevault-io Bundle Vueuse Math SkilldMath functions for VueUse. ALWAYS use when writing code importing \"@vueuse/math\". Consult for debugging, best practices, or modifying @vueuse/math, vueuse/math, vueuse math, vueuse. Use when this capability is needed.
-
tomevault-io Bundle Vue Component TestingComprehensive toolkit for testing Vue 3 components using Vitest and Vue Test Utils. Supports Composition API, TypeScript, component mounting, props/emits testing, and user interaction simulation. Perfect for unit testing Vue components in this Hobbit Life Dashboard demo. Use when this capability is needed.
-
tomevault-io Bundle Henriquebragamoreira Cv Match React Hook Form ZodReact Hook Form + Zod Validation
-
tomevault-io Bundle Review React Best PracticesReview or refactor React / Next.js code for performance and reliability using a prioritized rule library (waterfalls, bundle size, server/client data fetching, re-renders, rendering). Use when writing React components, Next.js pages (App Router), optimizing bundle size, improving performance, or doing a React/Next.js performance review. Use when this capability is needed.
Frequently asked questions
What are Web & Frontend agent skills?
Web development agent skills handle frontend and full-stack work: component patterns, CSS and accessibility fixes, performance budgets, and framework conventions. Install a skill once and your AI agent follows the same playbook in every project, from quick prototypes to production apps.
Which Web & Frontend skills are most installed?
Popular Web & Frontend skills on SkillMD right now include shadcn-ui-designer, accessibility-design, django-guide. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Web & Frontend skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.