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.
-
kok-o Bundle Architecture Diagrams 3Interactive, visual architecture and sequence diagrams as code. Generates beautiful, self-contained SVG/HTML diagrams with motion, clear component boundaries, and verifiable data flows.
-
evanoman Skill Bootstrap AppBootstrap a FastAPI + Tailwind mobile-first web app with dark mode. Use when the user wants to create a new web application project from scratch.
-
evanoman Skill Design PolishPolish frontend design with distinctive aesthetics - asks for style vibe first. Use when the user wants to improve, polish, or elevate the visual design of a web project.
-
migoxlab Bundle React CLIUse the xlab-web template of xlab-web-cli to create React + TypeScript + Vite frontend projects. Use when the user asks to scaffold a React frontend application or a web project requiring routing, internationalization, SSO, Sensors Data analytics, Argus session replay, or CI/CD deployment.
-
migoxlab Skill Unit Test前端单元测试生成 - 基于 Vitest + RTL + MSW,支持 /ut 命令和自然语言两种触发方式。给组件/页面生成覆盖用户操作流程的单元测试。
-
migoxlab Bundle Code ReviewCode Review - 企业级前端代码审查,支持 MR/分支/全量三种模式。当用户需要代码审查、CR、review MR、检查代码质量时使用。
-
migoxlab Skill UtQuick command to generate Vitest unit tests. Usage: /ut --src=<path> [--coverage=<number>]. Accepts a source file/directory path and optional coverage threshold (default 60%). Triggers full test generation workflow: analyze → generate → run → coverage gate → scenario review. Alias for generate-user-flow-tests with structured arguments.
-
migoxlab Bundle Icon Font SkillGenerate local Ant Design iconfont assets from SVG files using iconfont-js-cli. Use when a frontend project needs to replace an iconfont.cn scriptUrl, keep createFromIconfontCN and IconFont type usage, generate public/iconfont-js/iconfont.js, or create a visual preview of generated iconfont icons.
-
migoxlab Skill Integrate Argus支持在测试环境和正式环境接入 Argus 回放系统 SDK(@argus/tracker),用于在业务项目中接入用户会话录制能力
-
migoxlab Bundle Performance DoctorAutomated performance audit, diagnosis, and fix for all pages in a frontend project. Runs Lighthouse headless, identifies bottlenecks in source code, generates a baseline report, then optionally iterates fix rounds upon user confirmation.
-
migoxlab Bundle Preview HTML ElectronCreate a lightweight Electron preview shell around an existing static HTML/CSS/JavaScript prototype while keeping the original HTML directory as the live source of truth. Use when designers or frontend engineers want to 把 HTML 套进 App 外壳、保留 macOS/Windows/Linux 原生窗口按钮、直接编辑桌面标题栏与安全区样式、自动刷新并用 DevTools 调试, or optionally package a local review snapshot without converting the prototype to another frontend framework.
-
migoxlab Bundle HTML Prototype WorkspaceUse when building, packaging, or migrating static HTML prototype workspaces with one root index.html, module tab folders, per-tab assets, optional shared/design-system resources, iframe navigation, avatar subpages, hash deep links, module completeness checks, or legacy pages whose resources need ownership cleanup.
-
migoxlab Skill Generate User Flow TestsGenerate Vitest unit tests that cover frontend user-operation flows in this React + Antd project. Use when the user asks to write/add/generate unit tests, 单测, 用户流程测试, 流程用例, 给组件补单测, or provides a component/page path and wants test coverage. Stack is fixed: Vitest + React Testing Library + @testing-library/user-event + MSW + MemoryRouter. Both component-level interaction tests and page-level flow tests are supported — the skill decides granularity based on the target.
-
initializ Bundle Codegen HTMLScaffold and iterate on standalone Preact + HTM applications with zero build dependencies
-
initializ Bundle Codegen ReactScaffold and iterate on Vite + React applications
-
royalmilkteamaster Skill Milktea Skills Report在產出既有專案架構健檢或實作完成報告時,以精簡結論、必要圖表與可展開證據整理繁體中文 HTML 報告。由報告產出流程載入;不套用於平常問答、需求或架構確認摘要。
-
royalmilkteamaster Skill Milktea Skills Brownfield Refactor Planner既有專案的重構規劃入口。先唯讀盤點現況並產生一份 HTML 架構報告,讓使用者決定是否繼續;核准後才確認目標架構、產生 Spec 與 Tickets,最後產生可貼到新 Task 的 Brownfield Implement 交接文字。整理混亂架構、去重、清理廢棄內容、局部重建,或新增功能前必須先調整既有結構時使用;不修改來源碼或資料。
-
royalmilkteamaster Bundle Milktea Skills Improve Codebase Architecture由 milktea-skills-brownfield-refactor-planner 明確載入,在產生 Spec 與 Tickets 以前,唯讀盤點既有專案的 Snapshot、架構、資料流、共用位置、條件式 Logging、重複與清理候選,並依固定契約產生繁體中文 HTML 架構報告;只回傳報告與決策候選,不修改程式、不產生 Spec 或 Tickets。
-
delzarsolutionsllc Skill Frontend UXMake the interface usable on a phone and a laptop: hierarchy, empty states, and no dead clicks. Use when the user asks to UX review.
-
fusedio Skill Canvas TomlFormat reference for `canvas.toml` files that define a Fused canvas (nodes, edges, viewport) plus the surrounding folder layout (`{udfName}.py`, `.json`, `.md`, `.html`, `_shared.fused`). Use when creating, editing, or validating any `canvas.toml`, adding/removing UDF nodes, wiring edges, defining folder groupings, or scaffolding a new canvas folder.
-
fusedio Skill Fused HTML ArtifactsAuthoring standalone HTML artifacts — `scripts/<name>/main.html` documents that Fused and Flow serve full-bleed and wire to a `window.fused` runtime (callUdf / runSql / params). Use when the output of a project is a bespoke interactive HTML page — a custom chart, a form, a report, a small app — that calls UDFs and runs SQL directly, rather than a JSON-UI widget. Covers the `window.fused` API, the `{{ref}}`/`$param` data grammar, load-order gotchas, host differences, and how the artifact gets rendered in front of a human.
-
htkoca Skill NextjsNext.js, App Router, page.tsx, layout.tsx, route.ts, route handler, "use client", server component, RSC, generateStaticParams, generateMetadata, dynamic route, SSG/ISR, app/ folder structure, TypeScript. Use when scaffolding a Next.js app, adding a route or page, or deciding how code is organized in a Next.js + TypeScript codebase.
-
htkoca Skill ComponentsReact component, shadcn, Radix, Tailwind v4, CVA, class-variance-authority, cn(), variants, props interface, .tsx, atoms/molecules/organisms, atomic design, layout shell, design tokens, component file skeleton. Use when adding, extracting, refactoring, restyling, or reviewing a component in any shadcn + Tailwind project.
-
htkoca Skill AccessibilityAccessibility, a11y, WCAG 2.0 AA, AODA, ARIA, screen reader, keyboard navigation, tab order, focus ring, focus trap, skip link, alt text, color contrast, semantic landmarks, header/main/nav/footer, h1, prefers-reduced-motion. Use when building or reviewing any UI component, page, navigation, menu, dialog, modal, overlay, carousel, or self-starting animation in a web frontend.
-
managedcode Bundle Mcaf Nfr 3Capture or refine non-functional requirements such as accessibility, reliability, scalability, maintainability, performance, and compliance. Use when a feature or architecture change needs explicit quality attributes and trade-offs.
-
managedcode Bundle Mcaf Devex 3Improve developer experience for multi-component solutions: onboarding, F5 contract, cross-platform tasks, local inner loop, and reproducible setup. Use when the repo is hard to run, debug, test, or onboard into.
-
managedcode Bundle Mcaf UI UX 3Use UI/UX engineering guidance for design systems, accessibility, front-end technology selection, and design-to-development collaboration. Use when bootstrapping a UI project, choosing front-end stack, or tightening design and accessibility practices.
-
jawwad-ali Bundle Code QualityProduction-grade code quality enforcement for TypeScript, Next.js, Python, and FastAPI. This skill MUST be loaded when ANY .ts, .tsx, .py, .jsx, or .js file is being written, edited, reviewed, or created. Also trigger when the user asks to "create a component", "build a page", "add a feature", "write a function", "create an endpoint", "add a route", "implement a service", "review code", "refactor", "clean up", "improve code quality", "fix code", or any task that produces code output. This skill prevents the most common Claude failures: dumping all code into a single file, using function keyword instead of arrow functions, skipping error handling, missing type safety, writing insecure code, and creating untestable monolithic functions. Load this skill BEFORE writing any code — it governs structure, not just syntax.
-
jawwad-ali Bundle Nextjs App RouterThis skill MUST be loaded when ANY file in an app/ directory is being read, reviewed, edited, or created - including page.tsx, layout.tsx, loading.tsx, error.tsx, not-found.tsx, route.ts, template.tsx, default.tsx, or any .tsx/.ts file using App Router patterns. Also use when the user asks to "read a page.tsx", "review a Next.js file", "edit a layout", "create a Next.js page", "add a route", "create a layout", "implement server components", "add client components", "create API routes", "implement server actions", "add loading states", "handle errors in Next.js", "create dynamic routes", "implement parallel routes", "add intercepting routes", or mentions Next.js App Router, React Server Components (RSC), 'use client', 'use server', next/navigation, or app directory patterns.
-
jawwad-ali Skill UI UX EngineeringUI/UX engineering best practices for building production-quality frontend components with Tailwind CSS and Shadcn/UI. Use this skill EVERY TIME you build any React component, page, layout, dashboard, form, modal, table, sidebar, card, or any visual interface — even if the user doesn't explicitly mention UI/UX. This skill ensures Claude never ships components with missing states, poor accessibility, broken responsive layouts, or amateur UX patterns. Trigger on: any frontend component creation, any page layout, any form building, any dashboard, any interactive widget, any landing page, any data display, or when the user says 'build', 'create', 'make', or 'design' followed by any UI element. Also trigger when fixing, improving, or reviewing existing components. This skill assumes Tailwind CSS and Shadcn/UI as the styling stack.
-
lushows Bundle Desingweb LushowsUse when the user asks to design or build any web page, UI, landing, hero, section, component, dashboard, portfolio, e-commerce or wants a website to look premium/stylish/animated. Turns Claude into an elite art director that produces Awwwards-tier interfaces (bold aesthetics, premium motion, obsessive detail) in vanilla HTML/CSS/JS or React+Tailwind+Framer Motion, drawing from a curated design library. Avoids generic AI aesthetics.
-
lushows Bundle Engineer Visualopen LushowsManual de ingeniería de élite para CONSTRUIR, DESPLEGAR y VENDER software y apps de IA end-to-end (366 referencias bajo demanda). NÚCLEO — auto-hospedar IA VISUAL open-source (avatares parlantes, video, imagen, lip-sync, TTS, 3D) en GPU serverless BARATO y CORRECTO: RunPod/Modal/Replicate, CUDA/torch/flash_attn/xformers (ABI), OOM de RAM/VRAM, modelos que cargan sub-modelos, sizing de disco y Network-Volume, video segmentado/largo, elegir GPU (Ampere/Ada/Hopper/Blackwell), HANDLER de producción, integrar app (submit/poll/webhook, timeouts, cold-start, execution-timeout), build Docker (GHCR+Actions, smoke-test), afinar VRAM/fragmentación/OOM-mid-run, torch.compile/TensorRT, cuantización (fp8/SVDQuant/GGUF/AWQ/ torchao), multi-GPU (context/sequence parallel), serving (ComfyUI/Triton/vLLM/SGLang), billing de RunPod, storage R2/S3, evals (FID/FVD/LSE), ffmpeg, resiliencia/fallback a API premium. AHORA TAMBIÉN FULL-STACK DE PRODUCTO: web frontend (React/Next/Tailwind/forms/animación/testing) y seguridad web (CSP/X
-
bitsocialnet Bundle Inspect Elements 3Map a visible seedit DOM node to its React source when file or component attribution is needed.
-
bitsocialnet Bundle Inspect Elements 4Map a visible seedit DOM node to its React source when file or component attribution is needed.
-
bitsocialnet Bundle Vercel React Best Practices 5Apply relevant Vercel React guidance to these React frontends when reviewing a changed React flow or investigating a performance concern.
-
bitsocialnet Bundle Vercel React Best Practices 6Apply relevant Vercel React guidance to these React frontends when reviewing a changed React flow or investigating a performance concern.
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 architecture-diagrams, bootstrap-app, design-polish. 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.