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.
-
shankulkarni Skill DeslopUse when scanning a React Native app for code quality issues -- hardcoded URLs/secrets, console.logs, legacy bridge APIs, missing error boundaries, placeholder code.
-
shankulkarni Skill TestingUse when writing tests for a React Native app -- Jest + jest-expo preset, React Native Testing Library, Reanimated mocks, React Query test setup, what to test and what not to.
-
shankulkarni Skill ScaffoldUse when creating a new React Native app from scratch -- Expo SDK 52+ managed workflow, NativeWind v4, Expo Router, React Query, zustand-x, EAS config, ESLint/Prettier/Husky.
-
shankulkarni Skill AnimationsUse when implementing animations or gestures -- GPU-only properties, Reanimated v3 worklets, useDerivedValue, GestureDetector press states, layout animations, React Compiler compatibility.
-
shankulkarni Skill PerformanceUse when optimizing app performance -- TTI targets, FlashList, FPS measurement, Hermes, React Compiler, bundle analysis, memo patterns, avoiding re-renders.
-
zytedata Skill Scrape SpecExpand a spec created by /scrape-define — download more pages, compare HTML variants, extract values, optional browser review
-
zytedata Bundle Scrape Analyze PageExtract structured data (all available fields with values) from a page saved locally as an HTML file, optionally following a schema. Use this skill only to process already downloaded files. Do not invoke when the user provides a URL. When invoking, pass the user's full request verbatim as args — do not pre-parse file paths and don't rephrase it.
-
zytedata Bundle Scrape Review SchemaGenerate an HTML review page for schema and extracted data verification
-
zytedata Skill Scrape Codegen AnalyzeAnalyze an HTML page to produce field extraction instructions for code generation
-
alvin-yang Bundle Ay ReviewReview product, UI, architecture, API, database, implementation, or delivery artifacts for intent, correctness, risk, cross-artifact consistency, and proof. Use when a general audit, review-then-fix, 发布前检查, or check spanning several handoffs is requested. Let a dedicated since-commit or pull-request code-review skill lead branch diffs when installed, and yield to specific security or accessibility review.
-
mancerayder42 Skill Eli5Explain any concept, codebase, or architecture like reader know nothing about it, as visual HTML artifact — big pictures, few words. Trigger on "/eli5 <topic>", "explain like I'm 5", "ELI5 this".
-
agallardo2802 Skill Reportes GgsCrear reportes HTML, dashboards, informes ejecutivos y métricas visuales para portales internos de GGSoluciones. Define estructura, estilos, componentes y estándares visuales. Usar cuando el usuario diga "reporte", "dashboard", "informe", "métricas", "exportar".
Audited -
agallardo2802 Skill Web SkeletonGenerar el esqueleto base de una nueva aplicación web para GGSoluciones. Incluye estructura de carpetas, configuración inicial, componentes base, estilos CSS tokens, y estructura de páginas para portales internos. Usar cuando el usuario diga "nueva web", "nuevo portal", "crear proyecto base".
-
agallardo2802 Bundle Propuesta Comercial GgsGenerar propuestas comerciales y de servicios profesionales en HTML con la identidad visual de GG Soluciones (hero, secciones numeradas, tabla de precios, cronograma, condiciones de pago). Usar cuando el usuario diga "propuesta", "cotización", "presupuesto", "propuesta de servicios", "propuesta comercial", "cotizar proyecto" o "armar propuesta para {cliente}".
-
arize-ai Bundle Rosetta Add Framework PlaywrightRun a public-flow Playwright smoke test against a freshly-built framework tier's Next.js frontend. Covers home page rendering and product browsing. The Playwright project (package.json, config, tests) lives inside this skill directory and is checked into the repo. Part of the rosetta-add-framework flow.
-
surfrrosa Skill A11YAudit accessibility (WCAG) compliance in source code and optionally against live URLs
Audited -
surfrrosa Skill Full SweepBundled foundational audit gauntlet. Orchestrates the audit-class skills (zombie / drift / cohesion / a11y / walkthrough / perf / thatsweird / security-review / privacy / vuln / sentry) in a single Plan Mode run. Identifies foundational debt across the codebase, auto-commits the mechanical wins, files the rest as issues. Subset modes for code-only, launch-readiness, or UX-focused passes. Use before launch, post-launch monthly, or weekly during dev (with the `code` subset).
-
surfrrosa Skill WalkthroughUX-coverage audit. Catches the class of bug dead-code audits can't — state-machine gaps, missing features (no logout / password reset / settings), empty-state regressions, entry-state combinations nobody walked through after a wholesale UX pattern replacement, and pre-hydration render-state flashes (HTML hidden overridden by CSS display, FOUC, partial-init voids). Static analysis of code paths + a built-in feature-completeness checklist + render-state coverage.
-
the-focus-ai Bundle Paged ReportsTurn a markdown document into a styled, print-ready HTML report — running headers, page numbers, smart page breaks, cover page — and render it to PDF via headless Chrome. Also produces horizontal-scroll magazine spreads for shareable URLs. Brand-agnostic: reads its tokens from the project's DESIGN.md or brand skill. Use when asked for a PDF, a printable report, a client-ready document, a one-pager, or a shareable read-through of a markdown file. Triggers on: "make a PDF", "print this", "report", "one-pager", "deliverable", "paged", "page breaks", "cover page", "magazine spread", "/report".
-
whatifwedigdeeper Skill Add HookCreate a custom React hook with TypeScript and tests
-
whatifwedigdeeper Skill Add TestAdd unit tests for a component or function
-
whatifwedigdeeper Skill Perf AuditProfile and optimize React application performance
-
whatifwedigdeeper Skill Add API RouteCreate Next.js API route with validation and error handling
-
whatifwedigdeeper Skill Add ComponentCreate a React component with TypeScript and optional tests
-
aboudjem Skill A11Y AuditAccessibility audit covering WCAG 2.2, contrast, focus, keyboard, screen reader, and touch targets. Use when the user asks for an accessibility audit, an a11y review, a WCAG check, an accessibility check, or an a11y audit.
Audited -
aboudjem Skill Component AuditComponent consistency audit covering state coverage, hierarchy, and patterns. Use when the user asks for a component audit, a component review, or a check of UI consistency.
Audited -
alma-oss Bundle Spirit AccessibilityAudit and improve web accessibility, semantics, ARIA, keyboard operability, focus management, contrast, following WCAG 2.2 guidelines. Always apply when adding or reviewing Spirit components and features. Also triggered by "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".
-
alma-oss Bundle Spirit Stabilize ComponentStabilize an experimental Spirit component by promoting UNSTABLE_X to X across web-react (React) and web (vanilla SCSS/JS). Covers folder/identifier renames, exports, docsite categories and slugs, stories, tests, e2e snapshots, rename codemods, migration guides, and removal of any superseded component. Use when the user asks to stabilize or graduate a component (for example promoting UNSTABLE_X to its stable name).
-
alma-oss Bundle Spirit Component DeprecationDeprecate or remove deprecations for Spirit components and props across web-react (React) and web (vanilla SCSS/JS). Covers useDeprecationMessage, DEPRECATIONS.md, README notices, and optional web JS warnings. Use when deprecating a component, preparing a major release, or mirroring deprecations in both packages.
-
alma-oss Bundle Spirit Breaking Change ChecklistChecklist for what a breaking change to a stable Spirit API must ship with: migration guide entries in both packages, and a web-react-only codemod with fixtures. Use whenever introducing a breaking change (removing a feature flag, removing/renaming a prop, changing a default) that isn't already a component stabilization or deprecation removal.
-
amanahmed2222 Bundle TestingUse when writing tests, running tests, adding test coverage, or debugging test failures. Unit and component testing with Vitest and React Testing Library.
-
amanahmed2222 Bundle RechartsUse when building charts, data visualisations, or dashboards with Recharts. Also use when integrating Recharts with HeroUI, reviewing chart components, or creating responsive chart containers. Generates Recharts charts styled with HeroUI v3 design tokens and Tailwind CSS v4.
-
amanahmed2222 Bundle TailwindUse when writing Tailwind classes, fixing spacing issues, reviewing CSS, or auditing Tailwind patterns. Enforces v4 best practices for grid and responsive.
-
anilcancakir Bundle TddTest-Driven Development methodology and patterns. Triggers on: "tdd", "test first", "write tests", "failing test", "red green refactor", "test driven", "test before", "coverage", "unit test", "feature test", "widget test". Provides TDD patterns for Laravel (PHPUnit/Pest), Flutter, and Vue (Vitest/Jest).
-
enalbenerraw Bundle Competitive Brief GeneratorTurn one company name and URL into a three-page competitive intelligence brief rendered as a styled HTML document, plus a PDF where a code environment is available. Page 1 is the competitive landscape with threats and counter-moves, page 2 is the product catalog by buyer center, page 3 is a win/qualify/route-around battle card. Researches six to eight named rivals and verifies load-bearing numbers before asserting them.
-
eunomia-bpf Bundle Paper FiguresCreate, audit, and improve figures in systems papers. Covers both design diagrams (architecture, flow, component) and result plots (bar charts, line plots, heatmaps). Checks figure-text alignment, abstraction level, claim support, and visual clarity. Use when the user says "draw an architecture diagram", "make a figure", "check the figures", "improve the plots", or when iter-refine-writing flags a missing diagram. Design diagrams use TikZ or draw.io; result plots are always drawn with Python (matplotlib).
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 performance, spirit:stabilize-component, spirit:component-deprecation. 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.