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.
-
thedaviddias Bundle Frontend Checklist GlobalUse when auditing or improving any frontend codebase against the full Front-End Checklist rule corpus through one entry point.
-
thedaviddias Bundle Form Field Multiple LabelsUse when reviewing rendered HTML, interactive components, or design-system patterns related to Use a single label for each form field. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.
-
thedaviddias Bundle Label Content Name MismatchUse when reviewing rendered HTML, interactive components, or design-system patterns related to Align visible labels with accessible names. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.
-
thedaviddias Bundle Custom Element AccessibilityUse when reviewing custom element class definitions or Web Component source code to check for missing ARIA reflection, keyboard handling, and form association.
-
thedaviddias Bundle Identical Links Same PurposeUse when reviewing rendered HTML, interactive components, or design-system patterns related to Ensure identical links have consistent destinations. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.
-
techtideohio Bundle Techtide AWS AgentcoreBuild, test, migrate, integrate, and deploy Amazon Bedrock AgentCore agents. Use for AgentCore runtime, local development, import/migration, deployment, Memory, Gateway/MCP tools, Identity, Observability, Browser, Code Interpreter, policy, and harness-vs-code-path decisions. Load references only when that component is needed.
-
sethdford Skill Accessibility StandardsEstablish accessibility standards that make products usable for people with disabilities without being an afterthought. Use when building user-facing systems or scaling the product.
-
sethdford Skill Accessibility Test PlanExpert approach to accessibility-test-plan in accessibility testing. Use when working with .
-
sethdford Skill Color Contrast AnalysisExpert approach to color-contrast-analysis in accessibility testing. Use when working with .
-
sethdford Skill Accessibility RegressionExpert approach to accessibility-regression in accessibility testing. Use when working with .
-
sethdford Skill Keyboard Navigation TestingVerify full keyboard operability of interactive UI elements per WCAG 2.1 SC 2.1.1. Use when testing web or desktop applications for accessibility compliance.
-
vril-labs Skill Accessibility AuditorScans frontend code and rendered HTML for WCAG 2.1 compliance issues — missing alt text, color contrast, ARIA roles, keyboard navigation. Invoke when asked to check accessibility, audit WCAG compliance, find a11y issues, improve screen reader support, or ensure keyboard navigation works.
-
vril-labs Skill Website Building NextjsNext.js 16+ specific guidance — app router, Tailwind v4, shadcn/ui, deployment to Vercel. Use alongside the parent website-building skill.
-
vril-labs Bundle Website Building WebappFullstack web app skill — Express + Vite + React + Tailwind + shadcn/ui + Drizzle ORM template. Use for SaaS, dashboards, admin panels, e-commerce.
-
vril-labs Skill Website Building React NativeReact Native & Expo styling guidance — NativeWind, design tokens, navigation, platform-specific UI. Use alongside the parent website-building skill's design foundations.
-
vril-labs Skill SvelteExpert in Svelte and SvelteKit development with modern patterns and SSR
-
vril-labs Skill Tanstack QueryGuidelines for using TanStack Query (React Query) for server state management, data fetching, caching, and synchronization
-
vril-labs Skill Nuxtjs Vue TypescriptNuxtJS and Vue 3 development with TypeScript, Composition API, Shadcn Vue, and Tailwind CSS for modern web applications.
-
vril-labs Skill Zustand State ManagementBest practices for Zustand state management in React and Next.js applications with TypeScript.
-
vril-labs Skill Text To SpeechConvert text to natural speech with ElevenLabs, DIA TTS, Kokoro, Chatterbox, and more via inference.sh CLI. Models: ElevenLabs (premium, 22+ voices, 32 languages), DIA TTS (conversational), Kokoro TTS, Chatterbox, Higgs Audio, VibeVoice (podcasts). Capabilities: text-to-speech, voice cloning, multi-speaker dialogue, podcast generation, expressive speech. Use for: voiceovers, audiobooks, podcasts, accessibility, video narration, IVR, voice assistants. Triggers: text to speech, tts, voice generation, ai voice, speech synthesis, voice over, generate speech, ai narrator, voice cloning, text to audio, elevenlabs, eleven labs, voice ai, ai voiceover, speech generator, natural voice
-
vril-labs Skill Snapshot TesterImplement snapshot testing — UI and data snapshot validation. Use when testing React components, validating output, or detecting unexpected changes.
-
vril-labs Skill Best Practices CheckerValidates code against framework-specific best practices documented in docs/infrastructure/. Checks Effect usage patterns, React 19 conventions, Drizzle ORM patterns, Hono RPC implementations, and other framework-specific guidelines. Identifies anti-patterns and suggests corrections. Use when user requests "check best practices", "validate framework usage", "review code patterns", or mentions framework compliance.
-
vril-labs Bundle CSS Best PracticesGuidelines for building modern, performant, and accessible CSS using MDN best practices. Use this when styling components, fixing layout shifts, or optimizing CSS performance.
-
vril-labs Bundle Shadcn Best PracticesBest practices for working with shadcn/ui components, imports, theming, and forms. Use when building UI with shadcn, adding components, configuring theming, or creating forms.
-
thedaviddias Bundle TtfbUse when auditing slow first responses on SSR pages, APIs, or cacheable HTML. Distinguish origin compute time from network latency and CDN cache misses before proposing a fix.
-
thedaviddias Bundle DlitemUse when reviewing rendered HTML, interactive components, or design-system patterns related to Wrap definition items in a definition list. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.
-
thedaviddias Bundle ArticleUse when auditing metadata, crawlability, structured data, or indexability related to Implement valid Article structured data. Verify the rendered HTML and HTTP response rather than relying only on source files.
-
thedaviddias Bundle CharsetUse when reviewing templates, rendered HTML, or shared components related to Declare UTF-8 character encoding. Validate the final browser-facing markup, not just the source framework abstraction.
-
thedaviddias Bundle DoctypeUse when applies to all HTML documents. Always check the very first line of the raw HTML source (view-source: or DevTools > Network > Response). In SSR frameworks, check the root HTML template (e.g., _document.tsx in Next.js, index.html in Vite/Vue, application.html.erb in Rails). The doctype is not a tag — it is a declaration and does not need a closing tag.
-
thedaviddias Bundle New TabUse when reviewing HTML or JSX for anchor elements with target='_blank' to verify rel='noopener noreferrer' is present.
-
thedaviddias Bundle SitemapUse when auditing metadata, crawlability, structured data, or indexability related to Create and submit an XML sitemap. Verify the rendered HTML and HTTP response rather than relying only on source files.
-
thedaviddias Bundle 404 PageUse when reviewing templates, rendered HTML, or shared components related to Create a custom 404 error page. Validate the final browser-facing markup, not just the source framework abstraction.
-
thedaviddias Bundle CSS GridUse when reviewing stylesheets, component styles, and responsive behavior related to Use CSS Grid for two-dimensional layouts. Check the rendered layout across breakpoints and interaction states before proposing a fix.
-
thedaviddias Bundle FaviconsUse when reviewing templates, rendered HTML, or shared components related to Implement favicons for all devices. Validate the final browser-facing markup, not just the source framework abstraction.
-
alivirgo Skill ReactOperational skill for React: function components, hooks discipline, state design, effects, lists/keys, and accessible interactive UI patterns.
Audited -
alivirgo Skill NextjsOperational skill for Next.js App Router: server vs client components, routing, data fetching/caching, Server Actions awareness, and production build hygiene.
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 frontend-checklist-global, form-field-multiple-labels, label-content-name-mismatch. 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.