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.
-
nimadorostkar Skill NextjsUse when building Next.js applications with the App Router. Covers server and client component boundaries, data fetching and caching, server actions, streaming, and rendering strategy.
-
nimadorostkar Skill AngularUse when building Angular applications. Covers standalone components, signals, RxJS discipline, change detection, dependency injection, and the patterns that keep large Angular codebases fast.
-
nimadorostkar Skill Visual QAUse when verifying that a UI renders correctly. Covers visual regression testing, responsive checks across breakpoints, cross-browser verification, and screenshot-based review of an implementation against a design.
-
nimadorostkar Skill React NativeUse when building cross-platform mobile apps with React Native or Expo. Covers navigation, platform differences, list performance, native modules, offline behavior, and release builds.
-
nimadorostkar Skill AccessibilityUse when auditing or building accessible interfaces. Covers WCAG 2.2 AA conformance, semantic HTML, keyboard navigation, screen-reader behavior, focus management, and contrast.
-
nimadorostkar Skill Design SystemsUse when building or maintaining a component library and design tokens. Covers token architecture, component API design, variants and states, documentation, and governing adoption across a codebase.
-
attac-t Bundle Craft MapShow what exists, where it lives, and what each part is for. Use for a directory tree, a codebase layout, a component hierarchy. Not for sequence (craft-flow) or who acts (craft-swimlane).
-
handsomeboy990 Bundle Dependency SelectionDecides whether to add, replace, upgrade or refuse a library through a twelve point evaluation covering existing solutions, platform capabilities, maintenance, security, licence, size, transitive tree, types, accessibility and migration cost. Use before any dependency change.
-
handsomeboy990 Bundle Frontend EngineeringFrontend Engineering
-
handsomeboy990 Bundle Accessibility TestingAccessibility Testing
-
aradotso Skill Playwright MCP ServerBrowser automation MCP server using Playwright's accessibility tree for LLM-friendly web interaction
-
robomotionio Bundle Netlify FrameworksGuide for deploying web frameworks on Netlify. Use when setting up a framework project (Vite/React, Astro, TanStack Start, Next.js, Nuxt, SvelteKit, Remix) for Netlify deployment, configuring adapters or plugins, or troubleshooting framework-specific Netlify integration. Covers what Netlify needs from each framework and how adapters handle server-side rendering.
-
minimax-ai Skill Tool Output BudgetTruncate oversized tool output so it does not blow the agent's context window. USE WHEN: tool output > 3000 tokens, line > 500 chars, large log, JSON array, minified code, fetched HTML, verbose npm/cargo/test output, `cat` of a big file, "truncated" / "output cut off" / "use offset to read more" message. TRIGGER PHRASES: "输出太长", "context 满了", "log 太大", "截断", "truncate", "output cut off", "读不完", "太大了", "context 撑爆", "too long". SKIP WHEN: output is small (<100 lines), output is the user-facing final answer, output is structured and needs full parse (read once with a guard).
Audited 12.9k -
poorvith-mp Bundle Mobile BuildBuild mobile apps native or cross-platform, with real depth in Swift/SwiftUI and Kotlin/Compose. Use when developing mobile applications in Swift, SwiftUI, Kotlin, or React Native.
-
poorvith-mp Bundle Frontend BuildImplement web UIs in React, Vue or Angular with attention to performance, state and correctness. Use when implementing web user interfaces, client state, or components.
-
poorvith-mp Bundle Accessibility FixAudit and refactor code for WCAG 2.1/2.2 AA and AAA: ARIA, keyboard operability, screen readers. Use when auditing or remediating WCAG 2.1/2.2 AA/AAA accessibility issues.
-
poorvith-mp Skill Frontend DeveloperMoved to frontend-build in skills-developer. Removed in v4.1.
-
poorvith-mp Bundle Accessibility EngineerMoved to accessibility-fix in skills-developer. Removed in v4.1.
-
wike-chi Bundle Scrapling使用 scrapling 进行网页抓取和数据提取。根据目标网站特征自动选择最佳 Fetcher, 生成并执行 Python 脚本完成任务。Use when: (1) 抓取/爬取网页内容或数据(scrape, crawl, fetch page, extract data) (2) 需要绕过 Cloudflare/WAF 等反爬保护 (3) 登录后抓取受保护页面 (4) 解析已有 HTML 提取结构化数据 (5) 用户提供 URL 并要求获取页面内容或特定元素 (6) 批量采集多个页面
-
wike-chi Bundle Holo Social GenHOLO社媒图片生成器 v7.2。AI-First设计模式,Agent直接手写HTML生成多语种社媒图片(Instagram/Facebook/LinkedIn等)。
-
wike-chi Skill 163 Email Sender网易163邮箱SMTP发送技能。用nodemailer发邮件,支持HTML正文、自定义签名、批量发送、cron跟进。业务邮箱 wikeye2025@163.com。
-
arbazkhan971 Skill UIUI component architecture. Design systems, Storybook, CSS architecture, design tokens, component patterns.
-
arbazkhan971 Skill VueVue.js mastery. Composition API, Pinia, Vue Router, Nuxt SSR/SSG, Vite optimization, testing.
-
arbazkhan971 Skill A11YAccessibility. WCAG 2.1 AA/AAA, a11y audit, color contrast, keyboard navigation, screen reader, Axe, Pa11y, Lighthouse.
-
arbazkhan971 Skill AgentAI agent development. ReAct/plan-and-execute/multi-agent architectures, tool design, memory systems, guardrails, orchestration (LangChain, LlamaIndex, CrewAI, AutoGen).
-
arbazkhan971 Skill EmailEmail and notifications. SendGrid, SES, Postmark, Resend, MJML, React Email, delivery tracking, DNS auth.
-
arbazkhan971 Skill FormsForm architecture skill. Multi-step wizards, validation (client + server, async), file uploads, accessible form design. Triggers on: /godmode:forms, "form validation", "multi-step form", "wizard", "file upload", "form accessibility".
-
arbazkhan971 Skill ReactReact architecture -- components, state, performance, Server Components, testing.
-
arbazkhan971 Skill StateState management design. Frontend state, server state, state machines, optimistic updates, caching.
-
arbazkhan971 Skill NextjsNext.js mastery -- App Router, Server Components, data fetching, rendering strategies, optimization.
-
arbazkhan971 Skill SvelteSvelte/SvelteKit mastery. Runes reactivity, stores, routing, form actions, SSR, adapter configuration.
-
marucie Skill Frontend DesignUse when building web UI from scratch: components, pages, landing pages, dashboards, HTML/CSS layouts, posters. Produces production-grade, aesthetically intentional code. NOT for backend logic. NOT for refactoring existing UI without redesign intent (use design-taste-frontend).
Audited -
marucie Skill AngularUse when building or refactoring Angular applications — choosing between signals, RxJS, and NgRx for state, configuring routing with guards and lazy loading, optimizing change detection, or writing TestBed component tests.
-
marucie Skill TailwindUse when composing Tailwind utilities, building responsive or dark-mode layouts, defining component variants with cva, resolving conflicting classes with tailwind-merge, or configuring a custom theme.
-
marucie Skill Design Taste FrontendUse for opinionated UI engineering standards: variance/motion/density baselines, component architecture rules, CSS hardware acceleration. Best for refining or auditing existing UI. NOT for greenfield builds (use frontend-design). NOT for design thinking (use qiaomu-design-advisor).
-
marucie Skill AccessibilityUse when building or reviewing UI components for keyboard and screen reader compatibility, adding ARIA to custom widgets, auditing a page for WCAG AA conformance, or preparing for a formal accessibility review.
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 tool-output-budget, netlify-frameworks, nextjs. 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.