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.
-
vtex Bundle Vtex Io Session Apps 3Apply when building or debugging a VTEX IO session transform app (vtex.session integration). Covers namespace ownership, input-vs-output fields, transform ordering (DAG), public-as-input vs private-as-read model, cross-namespace propagation, configuration.json contracts, caching inside transforms, and frontend session consumption. Use when designing session-derived state for B2B, pricing, regionalization, or custom storefront context.
-
vtex Bundle Faststore Storefront 3Core coding rules and workflow for developing VTEX FastStore storefronts. Use when starting any FastStore development task, writing TypeScript/React components, creating section overrides, extending the BFF, or styling. Covers all primary conventions, safety rules, and the development workflow used across every FastStore project.
-
vtex Bundle Headless Checkout Proxy 3Apply when implementing cart, checkout, or order placement logic proxied through a BFF for headless VTEX storefronts. Covers OrderForm lifecycle, cart creation, item management, profile/shipping/payment attachments, orderFormId management, and secure checkout flows. Use for any headless frontend that needs to proxy VTEX Checkout API calls through a server-side layer with proper session cookie handling.
-
vtex Bundle Vtex Io Storefront React 3Apply when building VTEX IO storefront components under react/ for Store Framework experiences. Covers storefront component structure, css-handles, storefront context hooks, browser-safe data fetching, and how components should behave when used as theme blocks. Use for custom storefront UI, product widgets, banners, forms, or reviewing shopper-facing React code in VTEX IO apps.
-
vtex Bundle Sales App Extensibility 3Apply when building, customizing, or deploying extensions for VTEX Sales App. Covers the complete 7-step workflow from prerequisite checks through code generation to deployment, including extension points (cart, PDP, menu), React hooks (useCart, usePDP, useCartItem, useCurrentUser, useExtension), TypeScript types, secure API integration patterns, and API documentation ingestion (OpenAPI, URLs, or inline specs) to generate typed integrations.
-
vtex Bundle Vtex Io Messages And I18N 3Apply when implementing localization and translated copy in VTEX IO apps. Covers the `messages` builder, `/messages/*.json`, `context.json`, frontend message usage, and how VTEX apps integrate with `vtex.messages` for runtime translation. Use for storefront, admin, or backend flows that should use VTEX IO message infrastructure instead of hardcoded strings.
-
vtex Bundle Headless Bff Architecture 3Apply when designing or modifying a BFF (Backend-for-Frontend) layer, middleware, or API proxy for a headless VTEX storefront. Covers BFF middleware architecture, public vs private API classification, VtexIdclientAutCookie management, API key protection, and secure request proxying. Use for any headless commerce project that must never expose VTEX_APP_KEY or call private VTEX APIs from the browser.
-
vtex Bundle Vtex Io Storefront Theme App 3Apply when designing or modifying a VTEX IO storefront theme app — the app that owns `store/blocks.json`, `store/routes.json`, `store/templates/`, `store/contentSchemas.json`, and the storefront page tree assembled from `store.home`, `store.product`, `store.search`, `store.custom`, and other native page templates. Covers how a theme app extends a base theme, declares routes, composes blocks across pages, and how its `store/` files relate to merchant Site Editor content. Use for theme scaffolding, custom page routes, theme-level overrides, or reviewing whether a change belongs in the theme app, in a component app, or in app settings.
-
vtex Bundle Vtex Io Render Runtime And Blocks 3Apply when connecting React components to Store Framework blocks and render-runtime behavior in VTEX IO. Covers interfaces.json, block registration, block composition, and how storefront components become configurable theme blocks. Use for block mapping, theme integration, or reviewing whether a React component is correctly exposed to Store Framework.
-
shinpr-ai-coding-project-boilerplate Skill Frontend Technical Spec 2根据仓库依据定义 React 环境、组件架构、状态/数据流、构建验证以及前端非功能性标准。用于配置或设计 React 前端及其构建、运行时边界时使用。
-
shinpr-ai-coding-project-boilerplate Skill Frontend Typescript Rules 2应用 React/TypeScript 类型安全、组件设计与状态管理规则。用于实现 React 组件时使用。
-
shinpr-ai-coding-project-boilerplate Bundle Frontend Typescript Testing 2使用仓库已配置的 React 测试与浏览器测试工具(包括 RTL、MSW、Vitest,以及存在时的 Playwright)设计前端测试。适用于新增或评审组件测试、加载/错误状态测试、集成测试或前端 E2E 测试时。
-
mae616 Skill Auto Buildプロンプト文または既存成果物(要件定義・設計のHTML/MD)から、Sprint計画 → 全タスク自律実装 → sprint→main PR → エビデンスレポート(HTML)生成までを1コマンドで完結する。Loop Engineering の最上位親スキル。
-
mae616 Skill Design HTMLデザインSSOT JSONからドキュメント・共有用の静的HTMLを生成しdoc/input/design/html/に保存する。SSOTだけ先にある場合の視覚的確認や共有に使う。
-
mae616 Skill Design Mock会話からデザインSSOT(JSON)と静的HTML叩き台を同時に生成する。画面デザインの初期検討、UIの方向性を素早く形にしたいときに使う。
-
mae616 Skill Build Context Sitedoc/input(確定)+ doc/draft(未合意)+ doc/generated + meta/adr-lite + history の最新を統合し、ローカル閲覧用の HTML サイト(要件・設計・ADR・図を横断)を生成する。確定と発酵中を状態バッジで区別して並べる。「ここ見れば全コンテキスト分かる」プロジェクト現状サイト。
-
michsindlinger Bundle VueVue.js frontend development patterns for [PROJECT_NAME]
-
michsindlinger Bundle ReactReact frontend development patterns for [PROJECT_NAME]
-
michsindlinger Bundle Component ArchitectureComponent Architecture Patterns
-
michsindlinger Skill State ManagementState Management
-
michsindlinger Skill API Bridge BuildingAPI Bridge Building
-
michsindlinger Skill Interaction DesigningInteraction Designing
-
michsindlinger Skill UI Component ArchitectureUI Component Architecture
-
aretedriver Bundle A11YAccessibility Checklist
-
ndhananj Skill Frontend Patterns 4Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
-
hk-vk Bundle M3 SvelteM3 Svelte documentation and resources. Use this skill when working with M3 Svelte or when the user mentions m3 svelte.
-
hk-vk Bundle Pinia ColadaSmart data fetching for Vue.js
-
hk-vk Bundle SveltefromllmstxtImperative component API
-
hk-vk Bundle React Flow DocumentationReact Flow Documentation
-
cuioss Bundle Cui JsdocJSDoc documentation standards for JavaScript functions, classes, modules, and web components
-
cuioss Bundle Cui JavascriptCore JavaScript development standards covering ES modules, modern patterns, code quality, async programming, and tooling
-
cuioss Bundle Plan Marshall Plugin 2JavaScript domain extension with npm build operations and workflow integration
-
cuioss Bundle Cui Javascript LintingESLint, Prettier, and StyleLint configuration standards for JavaScript code quality and formatting, including flat config setup, rule management, and build integration
-
cuioss Bundle Cui Javascript ProjectJavaScript project structure, package.json configuration, dependency management, and Maven integration standards for consistent project setup and builds
-
cuioss Bundle Cui Javascript MaintenanceStandards for identifying, prioritizing, and verifying JavaScript code maintenance and refactoring work
-
cuioss Bundle Cui Javascript Unit TestingJest unit testing standards covering configuration, test structure, testing patterns, and coverage requirements
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 vtex-io-session-apps, faststore-storefront, headless-checkout-proxy. 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.