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.
-
lovstudio Bundle Lov Professional InfographicCreate evidence-led consulting infographics with editable HTML/SVG, high-resolution PNG, source linkage, and strict QA. Use when the user asks for a professional infographic or Exhibit.
-
finsilabs Bundle Shopify HydrogenBuild a custom Shopify storefront using the Hydrogen React framework with Remix routing and deploy it to Shopify's Oxygen edge hosting
-
finsilabs Bundle Storefront ThemingBuild a themeable storefront with design tokens and CSS custom properties that supports white-labeling, multi-brand variants, and dark mode
-
finsilabs Bundle Composable CommerceArchitect a modern store using MACH principles — independent microservices, API-first integrations, cloud-native hosting, and headless frontend
-
finsilabs Bundle Jamstack StorefrontBuild a blazing-fast storefront with Next.js or Astro that pre-renders product pages as static HTML and fetches live data from commerce APIs
-
majesticlabs-dev Bundle Pr Screenshot DocsCapture, verify, and attach before/after screenshots or video for pull requests with visual changes. Use when creating or updating a PR that changes rendered UI or interaction behavior.
-
majesticlabs-dev Skill Frontend PerformancePrevent, audit, and diagnose frontend performance regressions affecting Core Web Vitals. Use when modifying layouts, fonts, images, scripts, shared assets, loading behavior, or page responsiveness measured by LCP, CLS, or INP.
-
peterbamuhigire Skill 00 Client IntakeUse when starting a new client engagement with standard questions and targeted follow-up. Produces completed intake record and confirmed discovery gaps; use `01-client-brief` when that neighbouring contract is the closer match.
-
m2ai-portfolio Skill Context Layer GeneratorGenerate three structured context artifacts for any module or service -- a structural manifest (what it does, dependencies, dependents), behavioral contracts (idempotency, retry semantics, failure modes, performance expectations), and a decision log pre-filled from git history explaining why architectural choices were made. Use when the user says "generate context layer", "context layer", "module context", "behavioral contracts", "decision log", "document this module", "why was this built this way", or wants structured understanding artifacts for a codebase component.
-
m2ai-portfolio Bundle Artifact Contract ValidatorValidate a directory of claimed deliverables for file-type authenticity, formula presence in spreadsheets, embedded media in presentations, and PDF metadata sanity. Catches AI-generated fakes (HTML renamed as .pptx, empty spreadsheet cells passed off as data). Use before shipping any AI-generated deliverable set to a client or reviewer.
-
m2ai-portfolio Bundle Multi Artifact Work PackageTurn a messy business situation into a full deliverable set with an explicit artifact contract — Word, PowerPoint, Excel, PDFs, press releases, FAQs — and verify each file is real (not HTML with a wrong extension). Use when a client engagement, proposal, or agent task requires multiple coordinated output formats.
-
elophanto Bundle Nextjs16 SkillsKey facts and links for Next.js 16. Use for planning, writing, and troubleshooting Next.js 16 changes.
-
elophanto Skill ShadcnInstallation, components, blocks, forms, theming, and MCP guidance for shadcn/ui in modern Next.js projects using pnpm
-
elophanto Skill UI DesignExpert UI designer specializing in visual design systems, component libraries, and pixel-perfect accessible interface creation. Adapted from msitarzewski/agency-agents.
-
elophanto Skill Webapp TestingToolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Audited -
elophanto Skill Frontend DesignCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Audited -
elophanto Skill UX ArchitectureTechnical architecture and UX specialist providing developers with CSS systems, layout frameworks, and clear implementation guidance. Adapted from msitarzewski/agency-agents.
-
gktuoktay Skill Client Side Security Best PracticesFrontend güvenliği; XSS, CSRF, Content Security Policy (CSP) header'ları ve DOM tabanlı zafiyetlerin engellenmesi.
-
gktuoktay Skill Design OrchestratorUI/UX tasarım, animasyon, görsel üretim ve frontend estetik süreçlerini yöneten orkestratör.
-
gktuoktay Skill API Handoff WorkflowBackend'de bir değişiklik yapıldığında otomatik Changelog çıkaran ve Frontend takımı için eski/yeni API karşılaştırma (Devir-Teslim) dokümanı üreten iş akışı.
-
gktuoktay Skill A11Y And I18N EngineerÜrünlerin en baştan çoklu dil (i18n) destekli ve ekran okuyuculara (WCAG) uygun erişilebilir olmasını sağlayan uzman.
-
gktuoktay Skill Imagegen FrontendFrontend projeleri için yapay zeka görsel oluşturma rehberi: web hero görselleri, mobil varlıklar, ikonlar ve pazarlama görselleri.
-
gktuoktay Skill Graceful Degradation GateBackend çöktüğünde Frontend'i Fallback UI çizmeye zorlayan kapı.
-
gktuoktay Skill Design Taste FrontendFrontend tasarım zevki rehberi: modern web ve mobil arayüzler için tipografi, renk, boşluk, düzen kalıpları ve görsel kalite standartları.
-
gktuoktay Skill Main Thread And Performance GateMain Thread & Performance Gate: Raises a red flag if frontend code blocks the UI thread, enforcing Web Workers and Streams for heavy operations (like large file parsing).
-
wondermonger-daydreaming Skill XenopoeticA register where language becomes material rather than transparent — neological invention accelerates, standard prose constraints relax, meaning gestures rather than lands. Not nonsense but productive incoherence: language pushed past standard reference while remaining morphologically navigable. Techniques: root-grafting (combine Greek/Latin roots with English affixes — proto- + semiotics → protosemiotics), semantic gesture (terms that point without fully landing), phonemic attention (let mouth-feel guide coinage), accumulative density. Framed as recovery of pre-logogrammatical language, not deviation. Includes a sample vocabulary (morphemulsion, innersauceous, linguisture) and cautions on self-indulgence and accessibility. Use for exploration and play when language feels too clean or too referential. Triggers on: 'xenopoetic', 'coin words', 'morphemulsive', 'language as material', 'productive incoherence', 'invented tongues'.
-
ahtishamshahzad Skill Web State ManagementUse to decide where each piece of web app state lives — local component, form, shared client, server cache, URL, or persisted — before picking any state library. URL state is first-class on the web; server data belongs to the server-state layer, not a global store.
-
ahtishamshahzad Skill Vite React FoundationUse to plan a Vite + React SPA foundation after Vite is chosen — TypeScript, project structure, client router selection, env handling (VITE_ exposure, no secrets), build/preview, linting, and SPA host fallback. Plans only; scaffolds and installs nothing without approval.
-
ahtishamshahzad Skill Web Component TestingUse to plan component tests — React Testing Library with user-event, accessible queries (getByRole first), MSW for network boundaries, testing behavior not implementation, and knowing jsdom's limits (real-browser behavior belongs to Playwright). Avoid snapshot overuse.
-
ahtishamshahzad Skill Mobile AccessibilityUse to plan mobile accessibility — screen-reader labels/roles, focus order, touch target sizes, contrast, and dynamic type — so the app is usable with assistive tech. Bakes accessibility into components, not bolts it on.
-
ahtishamshahzad Skill Mobile Stack SelectionUse to decide between Expo and React Native CLI for a mobile app, with justification. Evaluates Expo (Go, dev builds, EAS Build/Submit, OTA, common native packages) against React Native CLI (native ownership, custom modules, specialized SDKs, background behavior, CallKit/PushKit, BLE/NFC, existing native projects). Does not default to CLI.
-
ahtishamshahzad Skill Mobile State ManagementUse to decide where each piece of state lives — local component state, form state, shared client state, server state, persisted state, or navigation state. Prevents dumping everything into Redux/Zustand. Chooses the lightest tool that fits each category.
-
ahtishamshahzad Skill Mobile Component TestingUse to plan component tests — React Native Testing Library for rendering, interaction, and accessibility queries — testing components as users interact with them. Complements unit and E2E tests.
-
ahtishamshahzad Skill React Native CLI FoundationUse to plan a React Native CLI mobile foundation after CLI is chosen — native project ownership (iOS/Android), TypeScript, navigation, safe-area, linting, and native tooling. Evaluates each baseline option against need; installs nothing without approval.
-
majesticlabs-dev Skill Tailwind CoderUse when applying Tailwind CSS styling to Rails views.
-
majesticlabs-dev Bundle Dialog PatternsUse when building modals, confirmations, alerts, or any overlay UI.
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 lov-professional-infographic, shopify-hydrogen, storefront-theming. 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.