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.
-
lisapullman Bundle Ivory HTML文章转象牙文档风 HTML /ivoryhtml。当用户说「生成 ivory HTML」「象牙色排版」「象牙色文章页」 「/ivoryhtml」「/ivory-html」,或要求象牙底·陶土强调·衬线标题的编辑风文档排版时触发。 将文章链接或文本转换为高颜值简体中文单页 HTML,保留完整内容细节。
-
jaykim88 Skill Architecture ImprovementDefault to a modular monolith with enforced internal boundaries; treat microservices as a destination after boundaries prove stable, not a starting point. Use when structuring a backend, when tempted to split into services, or when module boundaries blur. Not for the actual schema-split / service-extraction migrations (use migration-strategy + schema-design).
-
jaykim88 Skill API Caching OptimizationReduce duplicate/over-fetching requests, tune cache policies by freshness, invalidate caches after mutations, and shape queries. Use when duplicate API requests appear, stale data shows after a write, TTFB exceeds 500ms, or before shipping. Not for route-level rendering strategy (use render-strategy-decision) or Core Web Vitals tuning (use rendering-performance).
-
jaykim88 Skill Render Strategy DecisionChoose the right rendering strategy per Next.js route — SSG / ISR / SSR / CSR / Streaming + Suspense — driven by data shape, not by page type. Use when adding a new route, when a route unexpectedly renders dynamically, when performance issues prompt re-evaluation, or when a code review flags inconsistency. Not for diagnosing Core Web Vitals regressions (use rendering-performance) or tuning fetch/cache policies (use api-caching-optimization).
-
jaykim88 Skill State Management DecisionsDecision framework for choosing the right state location — URL, server cache, local component, or shared/global store. Use when state-sync bugs appear, prop drilling gets deep (3+ levels), filters/tabs lose state on reload, or quarterly review. Not for form state specifically (use form-ux) or when the state is actually server data (use api-caching-optimization).
-
versoxbt Skill Owasp Top 10 PreventionPrevent OWASP Top 10 vulnerabilities in web applications. Activate whenever the user writes API endpoints, form handlers, database queries, authentication logic, file uploads, HTML rendering, or any code that handles user input or external data. Also activate when the user asks about security, hardening, or vulnerability prevention.
-
tuyenht Skill Vue ExpertChuyên gia Vue 3 / Nuxt: Composition API, Pinia, tối ưu hiệu suất và Server-Side Render.
-
caphtech Bundle Architecture Reviewer3種類のアーキテクチャ分析(ノード/エッジ/縦串)を並行実行し、矛盾検出・優先順位付けまで一貫して行う。「アーキテクチャレビューして」「設計をチェックして」「矛盾を検出して」「優先順位を付けて」「トレードオフを分析して」と言われた時、またはcomponent-dossiers/*.yamlが存在する時に使用。
-
hk-vk Bundle Bits UIBits UI is a headless component library for Svelte.
-
nilecui Skill Using Shadcn UIUse when building React UI components, implementing design systems, or needing pre-built accessible components - leverages shadcn/ui primitives and shadcnblocks.com (829 production-ready blocks) for rapid interface development
-
nilecui Bundle Frontend TestingGenerate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.
-
nilecui Skill Documentation GenerationCreate comprehensive technical documentation including API docs, component libraries, README files, architecture diagrams, and developer guides using tools like JSDoc, Storybook, or Docusaurus. Use when documenting APIs, creating component documentation, writing README files, generating API references, documenting architecture decisions, creating onboarding guides, maintaining changelogs, documenting configuration options, or building developer documentation sites.
-
tuyenht Skill React PatternsMẫu thiết kế React 19.2 hiện đại: Compiler, Hooks, Server Components và tối ưu re-render.
-
hk-vk Bundle OnchainkitOnchainKit is a React/TypeScript SDK with components, hooks, and APIs to ship beautiful onchain apps (supercharged for Base) in minutes.
-
tuyenht Bundle Frontend DesignTư duy thiết kế UI/UX Frontend, xây dựng hệ thống component và trải nghiệm người.
-
kunhai-88 Skill Theme Factory为工件应用主题样式的工具包。工件可以是幻灯片、文档、报告、HTML 落地页等。有 10 个预设主题(颜色/字体)可应用于任何已创建的工件,或即时生成新主题。
-
hk-vk Bundle Element Plus A Vue 3 Based Component LibraryElement Plus - A Vue 3 based component library documentation and resources. Use this skill when working with Element Plus - A Vue 3 based component library or when the user mentions element plus - a vue 3 based component library.
-
tuyenht Bundle React PerformanceTối ưu hiệu năng ứng dụng React chuyên nghiệp dựa trên tiêu chuẩn Vercel.
-
tuyenht Skill Tailwind PatternsTối ưu hóa kiến trúc Tailwind CSS v4, tổ chức class và chuẩn thiết kế Responsive.
-
tuyenht Bundle Inertia PerformanceTùy biến hiệu suất hệ thống Inertia.js (Laravel + React) cho ứng dụng mượt mà.
-
tuyenht Skill Prisma 7 Next JS 16 Anti Regression GuardTự động bảo vệ 4 lỗi nghiêm trọng khi project dùng Prisma 7 + Next.js 16 + i18n. Kích hoạt ngầm khi phát hiện stack này.
-
tuyenht Skill Nextjs Best PracticesThực hành tốt nhất cho Next.js App Router, Server Components và chiến lược routing hệ.
-
kunhai-88 Bundle Web Artifacts Builder使用现代前端 Web 技术(React、Tailwind CSS、shadcn/ui)创建复杂的多组件 claude.ai HTML 工件的工具套件。用于需要状态管理、路由或 shadcn/ui 组件的复杂工件—非简单单文件 HTML/JSX 工件。
-
kunhai-88 Bundle Vercel React Best PracticesVercel 出品的 React 与 Next.js 性能优化指南。在编写、评审或重构 React/Next.js 代码时使用,确保采用最优性能模式。触发场景:React 组件、Next.js 页面、数据获取、打包优化、性能改进等任务。
-
meaningfy-ws Bundle ArchitectureSystem-level solution architecture — C4 levels (Context, Container, Component, Code), ArchiMate and UML notations, ADRs, and contracts (OpenAPI/AsyncAPI/LinkML). Use for system and solution design, architecture documentation, and architectural decision-making. Distinct from code structure inside a service (see the cosmic-python skill).
-
treasure-data Bundle EngageManage Treasure Engage email templates and campaigns using `tdx engage` commands with YAML+HTML configs. Use when creating, editing, previewing, validating, or deploying email templates, email/push campaigns, managing workspaces, or any task involving Engage email content — even if the user only mentions "create an email" or "build an HTML email". Always write YAML definition files alongside HTML — never push raw HTML without a YAML wrapper.
-
treasure-data Bundle PPTXUse this skill any time the user wants to create a new PowerPoint presentation, slide deck, pitch deck, or .pptx file from scratch. Covers creating business presentations, quarterly reports, project proposals, product roadmaps, training materials, and any multi-slide document destined for PowerPoint. Works by generating HTML/CSS slides (which LLMs excel at), rendering them in agent-browser for pixel-accurate DOM position extraction, and assembling the final PPTX with native PowerPoint charts, tables, and images via PptxGenJS. Includes bundled scripts for validation, DOM extraction, and PPTX assembly. Do NOT use this skill for editing existing PPTX files, converting other formats to PPTX, or extracting content from PPTX files.
-
forgivesam168 Skill Backend PatternsBackend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
-
forgivesam168 Skill Frontend PatternsFrontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
-
tuyenht Bundle React Native PerformanceTối ưu ứng dụng React Native/Expo đạt chuẩn production mượt mà chuyên nghiệp.
-
sangrokjung-claude-code-config-public Bundle Frontend TestingGenerate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.
-
treasure-data Skill React DashboardBuild interactive React dashboards in Treasure Studio using render_react. Use when the user explicitly asks for an interactive dashboard or custom React component beyond what render_chart supports.
-
treasure-data Bundle Brand ComplianceReview creative content for brand guideline compliance across visual identity, messaging, tone, legal requirements, and accessibility. Use when validating email/SMS/Instagram ads against brand standards. Analyzes content against user-provided guidelines and generates 8-dimension compliance scoring with visual dashboard.
-
treasure-data Bundle Brand OnboardingInteractive wizard to create comprehensive brand guidelines for your company. Set up brand colors, fonts, voice, messaging, legal requirements, and accessibility standards. Use when setting up brand guidelines, creating brand standards, or configuring brand compliance. One-time setup enables all creative skills.
-
zoom Bundle Zoom Meeting Sdk WebZoom Meeting SDK for Web - Embed Zoom meeting capabilities into web applications. Two integration options: Client View (full-page, familiar Zoom UI) and Component View (embeddable, Promise-based API). Includes SharedArrayBuffer setup for HD video, gallery view, and virtual backgrounds.
-
mmcmedia Skill Web DeveloperFull-stack web development expert specializing in React, Node.js, modern web architectures, design systems, and API integration. Use when building or refactoring web applications, dashboards, SPAs, or full-stack projects. Covers frontend (React/Vite/Tailwind), backend (Node/Express), APIs, database design, and deployment.
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 tailwind-patterns, zoom-meeting-sdk-web, ivory-html. 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.