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.
-
dirtytrii Bundle Gstack Design ReviewGStack design-review method for reviewing rendered UI, landing pages, decks, or visual artifacts for hierarchy, layout, accessibility, and polish.
-
dirtytrii Bundle Wechat Article Formatter将Markdown文章转换为美化的HTML格式,适配微信公众号发布。应用专业CSS样式、代码高亮、优化排版。当用户说"美化这篇文章"、"转换为HTML"、"优化公众号格式"、"生成公众号HTML"时使用。
-
aidas-dev Skill Tekton OperatorTekton operator (tektoncd/operator) — install, upgrade, and manage Tekton components (Pipelines, Triggers, Dashboard, Chains, Results, PaC) via TektonConfig and component CRs. Covers profiles, pipeline config, tektonpruner, external results DB.
-
aidas-dev Skill Kubeflow PipelinesKubeflow Pipelines v2 — Python DSL, IR YAML compilation, @dsl.component, @dsl.pipeline, control flow, Kubernetes Native API, and artifact management.
-
pedroiff0 Bundle Static Site Md SourceTurn an EXISTING static site (HTML/CSS/JS) into a Markdown-editable source WITHOUT changing its rendered output. Use when the user likes the current site ("muito bom, não mexa no HTML") but wants to edit content in Obsidian/Markdown and have commit+push republish the same look. Covers the data-object extraction pattern, a JS serializer (YAML/JSON does NOT produce valid JS), semantic deep-equal verification (not byte-equal), and a pre-commit hook that regenerates the compiled asset.
-
pedroiff0 Bundle Github Pages PortfolioBuild, update, and verify a single-page static portfolio / intro site on GitHub Pages (pure HTML+CSS+JS, no build step). Covers sourcing content read-only from the user's existing GitHub repos (public AND private), the free-tier public-repo requirement, anchor+accordion single-page design (hidden content revealed on click), and an ad-hoc verification recipe. Use when the user asks for a portfolio, personal/landing/intro/"short resumé" page, or to publish/refresh a static site on GitHub Pages.
-
pedroiff0 Skill Nextjs App Router PatternsArchitect and implement modern Next.js App Router applications with Server Components (RSC), Server Actions, Parallel/Intercepting Routes, and Streaming SSR.
-
jdsadminllc Bundle NeobrutalismModern brutalism — bold black borders, primary colors, zero rounding, raw HTML aesthetics, and unapologetic digital honesty.
-
fworks-tech Skill Accessibility AuditorAudits web interfaces for WCAG compliance — semantic HTML, ARIA, keyboard navigation, color contrast, screen reader compatibility, and accessible forms. Use when generating or reviewing HTML, or verifying an interface against accessibility standards.
-
2428424081cn Bundle Web Page Extractor网页正文智能提纯与清洗工具。抓取网页并剔除 HTML 标签、脚本与样式,输出高信息密度的 Markdown。
-
2428424081cn Bundle React Nextjs ArchitectReact 19 / Next.js App Router 现代前端架构规范。指导 Server/Client Components 边界划分、流式渲染(Streaming)与数据获取。
-
2428424081cn Bundle Vue3 Pinia CompositionVue 3 组合式 API (<script setup>) 与 Pinia 状态管理架构规范与响应式丢失防御。
-
2428424081cn Bundle Tanstack Query PatternsTanStack Query v5 (React Query) 缓存架构、Query Key 工厂、乐观更新与 SSR 预取模式。
-
2428424081cn Bundle Shadcn UI Radix ArchitectShadcn UI 与 Radix UI 现代前端无障碍可复用组件架构规范与最佳实践指南。
-
2428424081cn Bundle Tailwind V4 Design SystemTailwindCSS v4 现代化 CSS 变量架构、@theme 指令与容器查询 (Container Queries) 设计准则。
-
dragoon0x Skill Color Fix 3Auto-fix color issues. Replace failing contrast pairs, consolidate near-duplicates, and add missing CSS custom properties.
-
dragoon0x Skill Scroll Fx 3Add scroll-triggered reveals and parallax effects. Uses IntersectionObserver for reveals and CSS scroll-driven animations for parallax.
-
dragoon0x Skill A11Y Audit 3Full accessibility audit covering focus management, semantic HTML, ARIA attributes, color contrast, touch targets, screen reader experience, and motion safety.
-
dragoon0x Skill Transition 3Audit and improve CSS transition declarations. Replace generic easing with intentional curves. Ensure consistent durations.
-
dragoon0x Skill Type Scale 3Generate a mathematical type scale from base size and ratio. Outputs pixel values, rem equivalents, and CSS custom properties. Use Perfect Fourth (1.333) for compact UIs, Major Third (1.250) for standard, or Perfect Fifth (1.500) for dramatic hierarchy.
-
dragoon0x Skill Motion Audit 3Check all motion declarations for purpose, performance, and accessibility. Flags decorative jitter, layout-animating properties, and missing reduced-motion fallbacks.
-
cleanexpo Skill API Contract 2Typed API contract patterns enforcing consistency between FastAPI backend (Pydantic response models) and Next.js frontend (Zod response schemas). Covers schema location conventions, OpenAPI documentation, error response contracts, and versioning strategy.
-
cleanexpo Skill Health Check 2Liveness, readiness, and deep dependency health endpoints for Next.js and FastAPI. Codifies the project's three-tier health probe architecture, Docker healthchecks, cron-based monitoring, and system health script.
-
cleanexpo Skill CSV Processor 2Streaming CSV parse and generate patterns for large file support across Next.js frontend and FastAPI backend. Covers row-by-row streaming, Zod row validation, Pydantic export models, Australian locale formatting (DD/MM/YYYY dates, AUD currency), and memory-safe chunked processing.
-
cleanexpo Skill State Machine 2Finite state machine patterns for complex flows using Python Enums and TypeScript union types. Covers state definition, transition validation, guard conditions, and side effects for orchestrator tasks, workflow execution, and UI component states.
-
cleanexpo Skill Cron Scheduler 2Scheduled task management patterns for Vercel cron jobs, Next.js API route handlers, and backend periodic tasks. Covers cron expression conventions, CRON_SECRET authentication, overlap protection, timezone handling (AEST/AEDT), and failure alerting.
-
cleanexpo Skill Email Template 2Responsive transactional email templates using React Email and Resend. Covers Scientific Luxury dark-theme email design, Australian locale formatting, template composition, preview tooling, and integration with the project's cron jobs and notification flows.
-
cleanexpo Skill Error Taxonomy 2Structured error codes, categories, and user-facing messages for consistent error handling across FastAPI backend and Next.js frontend. Enforces a unified error contract between API responses and client-side handling.
-
cleanexpo Skill Data Validation 2Zod and Pydantic validation patterns for input sanitisation, schema definition, and type-safe data contracts across the Next.js frontend and FastAPI backend. Enforces validation at system boundaries.
-
cleanexpo Skill Dashboard Patterns 2Real-time dashboard patterns codifying the project's Status Command Centre component library, timeline/orbital layout, Supabase Realtime integration, and Scientific Luxury design enforcement for all data visualisation surfaces.
-
cleanexpo Skill Input Sanitisation 2XSS, SQL injection, and command injection prevention patterns for the Next.js frontend and FastAPI backend. Covers output encoding, parameterised queries, and OWASP Top 10 input handling.
-
cleanexpo Skill Structured Logging 2JSON-structured logging patterns with correlation IDs, log levels, and contextual metadata for the FastAPI backend (structlog) and Next.js frontend (Logger class). Enforces consistent observability across the stack.
-
cleanexpo Skill Genesis Orchestrator 2Autonomous project orchestration protocol for Next.js full-stack builds. Triggers on "build", "implement", "create feature", "plan", "architecture", or when starting new phases. Enforces phase-locked execution, token economy, and sectional verification gates.
-
smirnovalex-qa Skill Test ChecklistBuilds a quick, practical manual-check checklist for a screen/feature/flow — lighter than formal test cases, for exploratory testing and acceptance before a demo/release. Groups the checks (functional, input fields, UI states, negative, navigation, permissions, responsiveness, accessibility, concurrency) and provides an exploratory-charter template (session-based testing). Use when asked to "make a checklist to verify", "what to click through by hand on this page", "a feature acceptance checklist", "a quick list of checks before the demo", "what to look at when testing this screen", "walk through the feature by hand" — even if the word "checklist" is not said literally, but they say "what to check here", "give me a list for the smoke". This is NOT formal test cases with steps and traceability (use `test-case-design` for that) — here it is a compact, practical list for a manual pass. The artifact is saved to `docs/qa/checklists/`; project code is not touched.
-
smirnovalex-qa Skill Accessibility AuditAccessibility (a11y) audit of a web interface against WCAG 2.1/2.2 (levels A and AA) — scope from a feature/screen/directory/branch, a requirements document, or a tracker issue; checking by the POUR principles (Perceivable/Operable/Understandable/Robust) with a mandatory LIVE run in the browser (keyboard, focus, aria, contrast, screen reader), not just reading the code. Every finding is tied to a WCAG success criterion, the affected user group, file:line, and a concrete scenario, with an explicit conformance verdict. Use when asked to check the accessibility of a page/component, do an a11y audit, assess WCAG conformance, verify accessibility for screen readers or keyboard, or sort out contrast/focus/aria/semantics/alt text/landmarks/modals — even without the word "audit", e.g. "is this usable for blind people", "does this work without a mouse", "why doesn't the screen reader read this button", "does this pass WCAG AA", "is the contrast okay here". The skill only analyzes and saves a report file; it does not c
-
smirnovalex-qa Skill Security Audit FullFull security audit of the ENTIRE the-platform repository (all backend services, the-frontend, embeddable widgets/extensions, shared libraries libs/*, infrastructure configs helm/k8s/docker) — three independent passes (automated scanning SCA/SAST/secret-scan/IaC, line-by-line code review by zone, architectural review), a detailed 14-category checklist (auth/authz, multi-tenancy, websocket, internal API, injections, SSRF, XSS, secrets/PII, files, dependencies, docker, k8s/helm, error handling, CI/CD), findings with file:line and an exploitation scenario, and a final report for leadership. Use when asked to run a full security audit of the whole codebase/repository/platform, to find vulnerabilities across the entire project, to re-verify the status of findings from a previous security audit, or to assess the platform's overall readiness to handle customer personal data from a security standpoint — even if the user doesn't say the word "audit" literally, but says "let's check the whole project for security holes
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 gstack-design-review, wechat-article-formatter, tekton-operator. 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.