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.
-
fulcradynamics Bundle Fulcra DashboardBuilds a highly customizable, interactive HTML dashboard using Alpine.js, modern Vanilla CSS, and a Python backend to display private data from the user's Fulcra data store locally. Includes workflows to export a specific, previewable directory for public sharing.
-
rosslevinsky Bundle Demo VideoOn-demand guided-tour walkthrough video of a built feature — the last skill in the v2 workflow. Drives an existing Playwright / frontend setup through the primary flow slowly with pauses, records video, and derives timed subtitles from as-built.md and test-step timing; optional background music. Never bootstraps Playwright and never claims success from "a video exists" alone. Without ffmpeg it still ships Playwright's native video plus a sidecar subtitle file; it degrades to ordered screenshots only when no video can be recorded at all. Narration audio is out of scope — it writes subtitles, not speech. Use when the user invokes /demo-video, or says "make a demo video", "record a walkthrough", "generate a guided tour of the feature".
-
rosslevinsky Bundle Web VerifyScreenshot-first visual and behavioral verification of a running web UI. Use after building or changing UI to confirm it actually renders and behaves correctly — not just that unit tests pass. Detects an existing Playwright / frontend setup and drives it to capture screenshots (and, optionally, ffmpeg-extracted video frames), then inspects the images against anchored assertions. Never bootstraps Playwright into a repo that lacks it — it degrades to a manual UI-verification checklist. Use when the user invokes /web-verify, or says "verify the UI", "check it renders", "visually verify", "screenshot the app and confirm it works".
-
lz-creator-master Bundle Paper Analyzer论文深度解读:把论文的创新、方法、公式、实验和局限讲清楚,生成便于分享的深度 HTML 长文。 论文深度解读、论文解析网页、公式和源码对照分析时使用;优先于泛化多格式导出。
-
lz-creator-master Bundle Nanobanana Ppt Visualizer幻灯片视觉增强与播放:为已有幻灯片内容生成统一视觉素材、浏览器播放器,按需合成视频。 已有幻灯片需要配图、视觉统一、HTML播放或视频合成时使用。
-
rasahq Skill Rasa Setting Up React AgentsConfigures ReAct sub agents in a Rasa CALM assistant. Use when creating a sub-agent that dynamically selects MCP tools, choosing between general-purpose and task-specific agent types, customizing prompts, filtering tools, adding custom Python tools, or overriding input/output processing.
-
denissonlm Bundle Emails Semana SstColeta e processa automaticamente e-mails da última semana útil (segunda a sábado) da conta Exchange denisson.monteiro@acotubo.com.br via Apple Mail no macOS, gerando dashboards executivos em HTML focados em Segurança do Trabalho (SESMT). Use quando solicitado: 'emails da semana', 'report semanal de segurança', 'resumo semanal de emails', 'emails sst'.
-
denissonlm Bundle Gerador OrcamentosElabora orçamentos profissionais de serviços em formato HTML (A4 retrato) com design moderno. Use quando o usuário solicitar um orçamento, proposta comercial ou estimativa de custos para prestação de serviços.
-
denissonlm Bundle Comunicado E InvestigacaoOrquestra o fluxo de investigação de acidentes do SESMT. Lê os dados da pasta do acidentado, compara com investigações passadas, conduz análise de causa raiz e gera relatórios em TXT e HTML.
-
denissonlm Bundle Analise Trianual AcidentesGera dashboards premium widescreen (16:9) de análise de acidentes trianual do Grupo Açotubo. Use para processar a planilha de acidentes, gerar insights automáticos e criar relatórios HTML fiéis ao padrão visual institucional.
-
sarveshtalele Bundle UI ModernizationPlan migration of a legacy UI to a modern React component architecture. Produces a component inventory, a target component tree, and starter React + test stubs. Trigger on: modernize UI, convert to React, UI migration, frontend modernization.
-
amajorai Skill PDFCreate, render, inspect, and transform PDF documents with a Ryu-owned React-first pdfcn/Takumi/Forme path plus reliable pypdf and pdf-lib workflows. Use when a user asks for PDF generation, editing, extraction, merging, forms, OCR, or visual verification.
-
saml Skill Saml Code ReviewPure orchestration wrapper for code review. Delegates codebase analysis to improve-codebase-architecture (which produces the HTML report), extracts candidates into .todo/todo.csv + .todo/{id}.md files, and leaves todo management to saml-todo and saml-todo-next.
-
aqwsde321 Bundle TeachBuild and continue a stateful, source-grounded teaching workspace with short HTML lessons, practice, reference material, and learning records. Use only when explicitly invoked as $teach for learning a topic across sessions, including a code change supplied as a commit, branch, diff, patch, or current-changes scope; do not use for a one-off explanation.
-
gavishap Bundle TasteAnti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.
-
rosslevinsky Bundle Security Review CodebaseThis skill should be used when the user asks to 'security review the codebase', 'audit the codebase for vulnerabilities', 'run a full security audit', 'run a deep, thorough, or hierarchical security review', or 'check the whole project for security issues' — any security review scoped to the entire checked-in codebase (not uncommitted changes, not general code quality). Runs a single-pass audit by default and scales to an optional hierarchical deep mode (per-component sub-reviews plus a cross-component data-flow pass) for large or complex codebases — per-component reviews run as sub-agents where available, sequentially otherwise.
-
thiagon1 Bundle Vtex CSSVTEX IO storefront CSS — CSS Handles, compliant selectors (bit.ly/io-css-selectors), vtex.css-handles API, and team pattern for legacy selectors in app-scoped theme CSS when CLI skips validation (e.g. vtex.login, vtex.my-account). Use when customizing store theme, compliant selectors, CSS Handles, or vendor-specific CSS overrides.
-
thiagon1 Bundle Omie SeedCreates local-only Strapi seed scripts for the OMIE CMS (Next.js + Strapi) that upsert Pages with page-builder sections and Media Library uploads. Use when the user asks for a seed script, popular CMS, seed pages, seed Strapi, preencher dados no CMS, ou recriar conteúdo de LP no localhost.
-
thiagon1 Skill Deco IslandCreates Islands for deco.cx — interactive Preact components that hydrate on the client. Use when adding interactivity (click handlers, state, effects), creating buy buttons, modals, carousels, counters, or any component that needs client-side JavaScript. Covers islands architecture, prop minimization, children pattern, and invoke API.
-
thiagon1 Skill Omie CommitBranch, commit and pull request standard for the OMIE project (Next.js + Strapi). Use when creating a branch, writing a git commit, or opening a PR in C:/projetos/omie: enforces feat/<descricao> branch naming, Conventional Commits with a rich context-first body, and the official OMIE PR template. Use whenever the user asks to commit, branch, open a PR, or "seguir o padrão do omie".
-
thiagon1 Skill Deco SectionCreates Sections for deco.cx — Preact components with TypeScript Props that auto-generate the Admin editor UI. Use when creating sections, defining props with widgets/annotations, styling with Tailwind/DaisyUI themes, or building configurable UI blocks for the deco.cx CMS.
-
thiagon1 Bundle Vtex Io Node GRAPHQLCreates Node.js backend services and GraphQL APIs in VTEX IO, including resolvers, clients, schema types, and React component integration via react-apollo. Use when the user asks to create a Node.js API, GraphQL resolver, custom client, mutation, query, or integrate backend with a React component in VTEX IO.
-
totvs Skill Fluig Dark ModeAdapta CSS de customizações Fluig ao modo escuro (dark mode) substituindo cores fixas por variáveis CSS de tema no formato var(--fs-color-*), garantindo que o componente acompanhe a troca de tema automaticamente sem código adicional. Use quando o desenvolvedor pedir para dar suporte a dark mode, adaptar estilos ao tema ativo ou remover hexadecimais fixos de cores de um trecho/arquivo CSS.
-
totvs Bundle Fluig Code ReviewRevisa código frontend de customização Fluig (widgets com SuperWidget, Custom Elements, FreeMarker e CSS) e produz um relatório de achados classificados por severidade, cada um referenciando a regra correspondente dos arquivos de contexto. Use quando o desenvolvedor pedir revisão geral de qualidade de um trecho ou arquivo antes de merge, cobrindo ES6+, convenções de widget/Custom Element, i18n, segurança, CSS/Style Guide, acessibilidade e performance.
-
totvs Skill Fluig Review SecurityRevisa a segurança de código frontend de customização Fluig sob a ótica do OWASP Top 10 2025 (XSS, injeção, exposição de dados sensíveis, configuração insegura) usando apenas API pública (WCMAPI.validateXSS, DOMPurify.sanitize) e produz achados classificados por severidade, cada um referenciando a regra do arquivo de contexto. Use quando o desenvolvedor pedir uma revisão de segurança de um trecho ou arquivo antes de merge, sem reescrever o código.
-
totvs Skill Fluig Validate SecuritySanitiza entradas e previne vulnerabilidades de frontend Fluig (XSS, innerHTML inseguro, eval/new Function com dados dinâmicos, escape FreeMarker ?html/?js_string, cuidado com Mustache triple-stache {{{ }}}, REST interna via WCMAPI/FLUIGC.ajax) usando APIs públicas como WCMAPI.validateXSS e DOMPurify.sanitize (preferindo-as à API legada FLUIGC.utilities.preventXSS). Use quando precisar validar/sanitizar código client-side de customização que manipula entrada do usuário no DOM, na persistência ou na exibição.
-
totvs Skill Fluig Review PerformanceRevisa a performance de código frontend Fluig (manipulação de DOM, eventos de alta frequência, requisições REST e carga de dados) e produz achados classificados por severidade, cada um referenciando a regra correspondente do arquivo de contexto. Use quando o desenvolvedor pedir uma revisão focada em performance de um widget/Custom Element antes de merge, sem reescrever o código.
-
totvs Skill Fluig Optimize PerformanceOtimiza a performance de código frontend Fluig (manipulação de DOM, eventos, requisições e carga de dados) preservando o comportamento, a internacionalização e a compatibilidade com a plataforma. Use quando o desenvolvedor relatar lentidão, travamentos, reflows excessivos ou muitas requisições em um widget/Custom Element e pedir para otimizar um trecho ou arquivo.
-
totvs Skill Fluig Review AccessibilityRevisa a acessibilidade de markup/UI de customizações Fluig (HTML semântico, rótulos, navegação por teclado, foco visível, ARIA, texto alternativo e contraste de cor) e produz achados classificados por severidade alinhados às WCAG, cada um referenciando a regra do arquivo de contexto. Use quando o desenvolvedor pedir uma revisão de acessibilidade de um trecho de markup ou componente antes de merge, sem reescrever o código.
-
totvs Skill Fluig Improve AccessibilityMelhora a acessibilidade de markup/UI de customizações Fluig — HTML semântico, rótulos, navegação por teclado, foco visível, ARIA, texto alternativo e contraste de cor — preservando comportamento, internacionalização e compatibilidade com a plataforma. Use quando o desenvolvedor pedir para tornar acessível um trecho de markup ou componente de interface (widget, layout, Custom Element).
-
chakhdz Skill Frontend DesignUse when building or reshaping UI: distinctive visual direction. Plan first, then wait for yes. Never delete.
-
chakhdz Skill Frontend DesignerTrigger frontend design, CSS architecture, tokens, responsive UI, accessibility, motion.
-
rtfm-it-services-llc Skill Msp Website SetupYour MSP's standard process for setting up a new static client website hosted on your static hosting platform with a git-based dev/prod CI/CD pipeline, plus the client-practice rules around it. Use this skill whenever starting a new website project for a client, setting up a static site, initializing a website repo, connecting a site to your static hosting platform, or wiring up dev and prod deployments for a small business site, even if the user just says "let's build a site for this client" or "set up the repo for the new website". Also trigger for questions about who owns a client's site, domain, repo, or content, which agreement a website project needs and when in the sequence (drafting the document itself is msp-legal), website accessibility (WCAG, alt text, contrast), privacy policy or form-data questions on a client site, and handing a site back at offboarding. Load before writing any site code or running git init so the project starts on the standard structure.
-
geekfujiwara Bundle Daily Brief予定表、メール、Teams、商談、ニュース、顧客動向を統合し、インタラクティブHTMLと重複のない本人向けメールにまとめる。 平日のスケジュール実行では既存会話と単一Markdown台帳を継続利用し、配信済みニュースを再送しない。
-
geekfujiwara Bundle Account Plan社内規定、過去の成功事例、指定様式、顧客接点、販売対象、予算を組織内情報から確認し、根拠あるゴール、KPI、実行ステップ、予算配分をインタラクティブHTMLにまとめる。 承認、CRM更新、予算確定、顧客への共有は行わない。
-
geekfujiwara Skill Game Builder利用者のテーマや提供情報から、既存作品を複製しない汎用レトロゲームを設計し、CSSとJavaScriptを埋め込んだ単一HTMLとして作成する。 Use when asked to「レトロゲームを作って」「1つのHTMLでゲームを作って」「ブラウザゲームを作って」or "build a retro browser game".
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 fulcra-dashboard, demo-video, web-verify. 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.