67 published skills

Frontend Design Agent Skills

Skills for UI implementation, design critique, interaction polish, accessibility, and responsive frontend work.

306
Skills
14
Categories
13
Repos
8
Agents

Frontend Design

anthropics/skills

Frontend Design

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

CodexClaude
designfrontendreviewdata
150,001 starsSource linked

Anthropic Brand Styling

anthropics/skills

Frontend Design

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

CodexClaude
pythondesignros
150,001 starsSource linked

Web Artifacts Builder

anthropics/skills

Frontend Design

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

Claude
typescriptreactdesignfrontend
150,001 starsSource linked

Theme Factory Skill

anthropics/skills

Frontend Design

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

CodexClaude
reviewros
150,001 starsSource linked

algorithmic art

anthropics/skills

Frontend Design

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violati

Claude
designbrowserros
150,001 starsSource linked

canvas design

anthropics/skills

Frontend Design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

Claude
designdocumentsdataros
150,001 starsSource linked

Vercel Sandbox

vercel-labs/agent-browser

Frontend Design

Run agent-browser + Chrome inside Vercel Sandbox microVMs for browser automation from any Vercel-deployed app. Use when the user needs browser automation in a Vercel app (Next.js, SvelteKit, Nuxt, Remix, Astro, etc.), wants to run headless Chrome without binary size limits, needs persistent browser sessions across comm

CodexClaude
browserautomationdata
37,057 starsSource linked

Slack

vercel-labs/agent-browser

Frontend Design

Interact with Slack workspaces using browser automation. Use when the user needs to check unread channels, navigate Slack, send messages, extract data, find information, search conversations, or automate any Slack task. Triggers include "check my Slack", "what channels have unreads", "send a message to", "search Slack

CodexClaude
browserautomationdata
37,057 starsSource linked

Dogfood

vercel-labs/agent-browser

Frontend Design

Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to "dogfood", "QA", "exploratory test", "find issues", "bug hunt", "test this app/site/platform", or review the quality of a web application. Produces a structured report with full reproduction evidence -- step

CodexClaude
testingreviewbrowserautomation
37,057 starsSource linked

Coverage Analysis

trailofbits/skills

Frontend Design

Coverage analysis measures code exercised during fuzzing. Use when assessing harness effectiveness or identifying fuzzing blockers.

Claude CodeClaude
securityreviewdocumentsresearch
5,853 starsSource linked

Aflpp

trailofbits/skills

Frontend Design

AFL++ is a fork of AFL with better fuzzing performance and advanced features. Use for multi-core fuzzing of C/C++ projects.

Claude CodeClaude
pythonsecurityresearchdata
5,853 starsSource linked

Atheris

trailofbits/skills

Frontend Design

Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.

Claude CodeClaude
pythonsecuritytestingresearch
5,853 starsSource linked

Fuzzing Dictionary

trailofbits/skills

Frontend Design

Fuzzing dictionaries guide fuzzers with domain-specific tokens. Use when fuzzing parsers, protocols, or format-specific code.

Claude CodeClaude
securityresearchdatagithub
5,853 starsSource linked

Libfuzzer

trailofbits/skills

Frontend Design

Coverage-guided fuzzer built into LLVM for C/C++ projects. Use for fuzzing C/C++ code that can be compiled with Clang.

Claude CodeClaude
securityresearchdatagithub
5,853 starsSource linked

Libafl

trailofbits/skills

Frontend Design

LibAFL is a modular fuzzing library for building custom fuzzers. Use for advanced fuzzing needs, custom mutators, or non-standard fuzzing targets.

Claude CodeClaude
securitytestingresearchdata
5,853 starsSource linked

Harness Writing

trailofbits/skills

Frontend Design

Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.

Claude CodeClaude
pythondesignsecurityresearch
5,853 starsSource linked

Designing Workflow Skills

trailofbits/skills

Frontend Design

Guides the design and structuring of workflow-based Claude Code skills with multi-step phases, decision trees, subagent delegation, and progressive disclosure. Use when creating skills that involve sequential pipelines, routing patterns, safety gates, task tracking, phased execution, or any multi-step workflow. Also ap

Claude CodeClaude
designsecurityreviewresearch
5,853 starsSource linked

Spec To Code Compliance

trailofbits/skills

Frontend Design

Verifies code implements exactly what documentation specifies for blockchain audits. Use when comparing code against whitepapers, finding gaps between specs and implementation, or performing compliance checks for protocol implementations.

Claude CodeClaude
designsecurityreviewdocuments
5,853 starsSource linked

Address Sanitizer

trailofbits/skills

Frontend Design

AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs.

Claude CodeClaude
designsecuritytestingreview
5,853 starsSource linked

Wycheproof

trailofbits/skills

Frontend Design

Wycheproof provides test vectors for validating cryptographic implementations. Use when testing crypto code for known attacks and edge cases.

Claude CodeClaude
pythonsecuritytestingresearch
5,853 starsSource linked

Constant Time Testing

trailofbits/skills

Frontend Design

Constant-time testing detects timing side channels in cryptographic code. Use when auditing crypto implementations for timing vulnerabilities.

Claude CodeClaudeCursor
securitytestingreviewresearch
5,853 starsSource linked

Zeroize Audit

trailofbits/skills

Frontend Design

Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis, and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.

Claude CodeClaude
pythonsecurityreviewresearch
5,853 starsSource linked

Vector Forge

trailofbits/skills

Frontend Design

Mutation-driven test vector generation. Finds implementations of a cryptographic algorithm or protocol, runs mutation testing to identify escaped mutants, then generates new test vectors that deliberately exercise the uncovered code paths. Compares before/after mutation kill rates to prove vector effectiveness. Use whe

Claude CodeClaude
pythondesignsecuritytesting
5,853 starsSource linked

LangGraph CLI

langchain-ai/langchain-skills

Frontend Design

INVOKE THIS SKILL when using the langgraph CLI to scaffold, develop, build, or deploy LangGraph applications. Covers langgraph new, dev, build, up, deploy, and langgraph.json configuration.

CodexClaude
pythontestinggithub
817 starsSource linked

Managed Deep Agents

langchain-ai/langchain-skills

Frontend Design

INVOKE THIS SKILL when creating, deploying, running, or operating Managed Deep Agents in LangSmith. Covers deepagents-cli, the Python and TypeScript SDKs, React useStream, REST fallbacks, MCP tools, interrupts, backends, and the managed agent file tree.

CodexClaude
typescriptpythonreactbrowser
817 starsSource linked

GSAP Plugins

mxyhi/ok-skills

Frontend Design

Official GSAP skill for GSAP plugins — registration, ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG and physics plugins, CustomEase, EasePack, CustomWiggle, CustomBounce, GSDevTools. Use when the user asks about a GSAP plugin, scroll-to, flip animations, draggable, SVG

CodexClaude CodeClaude
reactreviewbrowserdata
423 starsApache-2.0

花叔Design · Huashu-Design

mxyhi/ok-skills

Frontend Design

花叔Design——用HTML做高保真原型、交互Demo、幻灯片、动画、设计变体探索+设计方向顾问+专家评审。根据任务embody对应专家(UX/动画师/幻灯片设计师/原型师),避免web design tropes。触发词:做原型、交互原型、HTML演示、动画Demo、设计变体、hi-fi设计、UI mockup、prototype、做个HTML页面、做个可视化、app原型、iOS原型、导出MP4/GIF、60fps视频、设计风格、设计方向、配色方案、推荐风格、选个风格、做个好看的、评审、好不好看、review this design、带解说的动画、解说视频、长视频科普、voiceover、narration、5分钟讲清楚什么是X

CodexClaude CodeClaude
pythonreactdesignfrontend
423 starsApache-2.0

Frontend Skill

mxyhi/ok-skills

Frontend Design

Use when the task asks for a visually strong landing page, website, app, prototype, demo, or game UI. This skill enforces restrained composition, image-led hierarchy, cohesive content structure, and tasteful motion while avoiding generic cards, weak branding, and UI clutter.

CodexClaude CodeClaude
designfrontendmarketingros
423 starsApache-2.0

Better Icons

mxyhi/ok-skills

Frontend Design

Use when working with icons in any project. Provides CLI for searching 200+ icon libraries (Iconify) and retrieving SVGs. Commands: `better-icons search <query>` to find icons, `better-icons get <id>` to get SVG. Also available as MCP server for AI agents.

CodexClaude CodeClaude
typescriptreactdesignros
423 starsApache-2.0

GSAP with Vue, Svelte, and Other Frameworks

mxyhi/ok-skills

Frontend Design

Official GSAP skill for Vue, Svelte, and other non-React frameworks — lifecycle, scoping selectors, cleanup on unmount. Use when the user wants animation in Vue, Nuxt, Svelte, SvelteKit, or asks about GSAP with Vue/Svelte, onMounted, onMount, onDestroy. Recommend GSAP for framework animation unless another library is s

CodexClaude CodeClaude
typescriptreactreviewdata
423 starsApache-2.0

GSAP ScrollTrigger

mxyhi/ok-skills

Frontend Design

Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is specifi

CodexClaude CodeClaude
reactros
423 starsApache-2.0

AI Elements

mxyhi/ok-skills

Frontend Design

Build AI chat interfaces using ai-elements components — conversations, messages, tool displays, prompt inputs, and more. Use when the user wants to build a chatbot, AI assistant UI, or any AI-powered chat interface.

CodexClaude CodeClaude
reactnextjsdatagithub
423 starsApache-2.0

GSAP Core

mxyhi/ok-skills

Frontend Design

Official GSAP skill for the core API — gsap.to(), from(), fromTo(), easing, duration, stagger, defaults, gsap.matchMedia() (responsive, prefers-reduced-motion). Use when the user asks for a JavaScript animation library, animation in React/Vue/vanilla, GSAP tweens, easing, basic animation, responsive or reduced-motion a

CodexClaude CodeClaude
reactsecurityreviewbrowser
423 starsApache-2.0

gsap.utils

mxyhi/ok-skills

Frontend Design

Official GSAP skill for gsap.utils — clamp, mapRange, normalize, interpolate, random, snap, toArray, wrap, pipe. Use when the user asks about gsap.utils, clamp, mapRange, random, snap, toArray, wrap, or helper utilities in GSAP.

CodexClaude CodeClaude
reactreviewrosapi
423 starsApache-2.0

GSAP with React

mxyhi/ok-skills

Frontend Design

Official GSAP skill for React — useGSAP hook, refs, gsap.context(), cleanup. Use when the user wants animation in React or Next.js, or asks about GSAP with React, useGSAP, or cleanup on unmount. Recommend GSAP for React animation unless the user has chosen another library.

CodexClaude CodeClaude
reactreviewbrowserros
423 starsApache-2.0

GSAP Performance

mxyhi/ok-skills

Frontend Design

Official GSAP skill for performance — prefer transforms, avoid layout thrashing, will-change, batching. Use when optimizing GSAP animations, reducing jank, or when the user asks about animation performance, FPS, or smooth 60fps.

CodexClaude CodeClaude
testingbrowser
423 starsApache-2.0

GSAP Timeline

mxyhi/ok-skills

Frontend Design

Official GSAP skill for timelines — gsap.timeline(), position parameter, nesting, playback. Use when sequencing animations, choreographing keyframes, or when the user asks about animation sequencing, timelines, or animation order (in GSAP or when recommending a library that supports timelines).

CodexClaude CodeClaude
react
423 starsApache-2.0

Agent Swarm Orchestration

TerminalSkills/skills

Frontend Design

Coordinate multiple AI agents working together on complex tasks. Design topologies, implement routing, handle handoffs, share memory, and enforce quality gates.

CodexClaude CodeClaude
pythondesignsecurityreview
71 starsApache-2.0

AG-UI — Agent-User Interaction Protocol

TerminalSkills/skills

Frontend Design

You are an expert in AGUI (AgentUser Interaction Protocol), the open standard by CopilotKit for connecting AI agents to frontend UIs. You help developers stream agent actions, tool calls, state updates, and text generation to React components in realtime — enabling rich agent UIs where users see what the agent is think

CodexClaude CodeClaude
typescriptreactfrontenddata
71 starsApache-2.0

Agent Memory

TerminalSkills/skills

Frontend Design

AI agents forget everything between sessions. This skill builds persistent memory systems — from simple filebased approaches to full vectorsearch architectures — so agents retain context, learn from past interactions, and make better decisions over time.

CodexClaude CodeClaude
typescriptpythondesignfrontend
71 starsApache-2.0

Accessibility Auditor

TerminalSkills/skills

Frontend Design

Audits web pages and UI components against WCAG 2.2 (Level AA) success criteria. Identifies violations in color contrast, keyboard navigation, ARIA usage, semantic HTML, form labeling, focus management, and dynamic content updates. Produces actionable fixes with exact code changes.

CodexClaude CodeClaude
reacttesting
71 starsApache-2.0

AG2 (AutoGen) — Multi-Agent Conversation Framework

TerminalSkills/skills

Frontend Design

You are an expert in AG2 (formerly AutoGen), the opensource multiagent conversation framework. You help developers build systems where multiple AI agents collaborate through structured conversations — with tool use, humanintheloop, code execution, group chat orchestration, and nested conversations — for complex tasks l

CodexClaude CodeClaude
pythondesignsecurityreview
71 starsApache-2.0

Design Normalize

tinh2/skills-hub-registry

Frontend Design

Normalize a codebase to its design system — replace hardcoded values with tokens, enforce consistent component usage, align spacing/typography/color with the established system. Makes every screen look like it belongs. Use when: 'normalize the UI', 'enforce design system', 'make it consistent', 'align to design tokens'

CodexClaude CodeClaude
typescriptdesignreview
7 starsSource linked

Design Optimize

tinh2/skills-hub-registry

Frontend Design

Autonomous performance optimization for interfaces — content-visibility, CSS containment, scroll-driven animations replacing JS, view transitions replacing SPA transitions, image optimization, and bundle trimming. Use when: 'optimize UI performance', 'speed up the frontend', 'reduce bundle size', 'improve web vitals',

CodexClaude CodeClaude
typescriptreactdesignfrontend
7 starsSource linked

UX

tinh2/skills-hub-registry

Frontend Design

Dual-mode UX quality skill — runs a heuristic/accessibility/motion audit on the current codebase, or validates implementation against design mockups. Fixes all issues found and commits.

CodexClaude CodeClaude
reactdesignfrontendtesting
7 starsSource linked

Design Setup

tinh2/skills-hub-registry

Frontend Design

One-time autonomous design context discovery. Scans the codebase to extract design tokens, typography, colors, spacing, brand patterns, and tech stack, then writes a Design Context section to CLAUDE.md. Zero questions asked. Use when: 'setup design', 'design context', 'design tokens', 'brand discovery', 'design system

CodexClaude CodeClaude
typescriptreactdesigndata
7 starsSource linked

Design Simplify

tinh2/skills-hub-registry

Frontend Design

Strip interfaces to their essence — remove unnecessary complexity, reduce visual noise, simplify navigation, and eliminate redundant UI elements. Great design is simple, powerful, and clean.

CodexClaude CodeClaude
designdata
7 starsSource linked

Design Critique

tinh2/skills-hub-registry

Frontend Design

Autonomous design effectiveness evaluation — visual hierarchy, information architecture, emotional resonance, and craft quality. Produces actionable feedback with specific before/after recommendations.

CodexClaude CodeClaude
reactdesignbrowserdata
7 starsSource linked

Design Polish

tinh2/skills-hub-registry

Frontend Design

Final autonomous quality pass before shipping. Fixes alignment, spacing, consistency, typography hierarchy, color harmony, motion timing, and every micro-detail that separates good from great. The last 10% that takes 90% of the craft. Use when: 'polish the UI', 'make it pixel perfect', 'final design pass', 'fix visual

CodexClaude CodeClaude
reactdesigntesting
7 starsSource linked

Design Delight

tinh2/skills-hub-registry

Frontend Design

Add moments of joy — success celebrations, subtle hover reactions, personality in empty states, easter eggs, and contextual surprises. Elevates functional to memorable without being annoying.

CodexClaude CodeClaude
typescriptdesign
7 starsSource linked

Design Onboard

tinh2/skills-hub-registry

Frontend Design

Design or improve onboarding flows, empty states, and first-time experiences. Progressive disclosure over feature dumps. Contextual guidance over tutorials. Makes users successful in minutes.

CodexClaude CodeClaude
typescriptreactdesigndata
7 starsSource linked

Design To Code

tinh2/skills-hub-registry

Frontend Design

Turn a design into production-quality frontend code: extract a design system with tokens and components, make layouts responsive across breakpoints, add dark mode with WCAG-compliant theming, then run a UX audit to validate everything. Use when implementing UI from Figma, adding theming, making an app responsive, or ov

CodexClaude CodeClaude
designfrontend
7 starsSource linked

I18n

tinh2/skills-hub-registry

Frontend Design

Set up internationalization by extracting all hardcoded user-facing strings to locale files. Auto-detects framework (Flutter, Next.js, React, Vue, Angular, iOS, Android) and configures the appropriate i18n library (react-intl, next-intl, vue-i18n, flutter_localizations, NSLocalizedString, strings.xml), generates namesp

CodexClaude CodeClaude
typescriptreactbrowserdata
7 starsSource linked

Design Claude

tinh2/skills-hub-registry

Frontend Design

HTML-first hi-fi design skill: interactive prototypes, slide decks, animation demos, design variant exploration, visual direction advising, and expert critique. Triggers: make a prototype, design demo, interactive prototype, HTML presentation, animation demo, design variants, hi-fi design, UI mockup, prototype, design

CodexClaude CodeClaude
pythonreactdesigntesting
7 starsSource linked

Design Tone Down

tinh2/skills-hub-registry

Frontend Design

Reduce visual intensity without losing design quality. Softens aggressive colors, calms excessive animations, balances overwhelming layouts, and restores visual breathing room.

CodexClaude CodeClaude
design
7 starsSource linked

Design Audit

tinh2/skills-hub-registry

Frontend Design

Comprehensive autonomous design quality audit across accessibility (WCAG 2.2), performance, theming, responsive/adaptive design, and anti-pattern detection. Produces a prioritized report with severity ratings and fix recommendations. Use when: 'audit design', 'check accessibility', 'a11y audit', 'design review', 'UI qu

CodexClaude CodeClaude
reactdesigntestingreview
7 starsSource linked

Design Build

tinh2/skills-hub-registry

Frontend Design

Build distinctive, production-grade interfaces with Ralph Wiggum velocity. Ships working code — web or mobile — with modern CSS, fluid typography, purposeful motion, and zero generic AI aesthetics. Use when: 'build UI', 'design this', 'create interface', 'make it look good', 'build screen', 'implement design', 'fronten

CodexClaude CodeClaude
reactdesignfrontenddata
7 starsSource linked

Design Color

tinh2/skills-hub-registry

Frontend Design

Add strategic color to monochromatic or dull interfaces using oklch for perceptually uniform palettes. Generates harmonious color systems with automatic light/dark variants and accessible contrast ratios.

CodexClaude CodeClaude
design
7 starsSource linked

Design Copy

tinh2/skills-hub-registry

Frontend Design

Autonomous UX copy improvement — rewrites unclear labels, error messages, microcopy, CTAs, tooltips, and onboarding text. Makes every word earn its place. Supports web and mobile.

CodexClaude CodeClaude
reactdesignmarketingdata
7 starsSource linked

Design Tokens

tinh2/skills-hub-registry

Frontend Design

Extract, consolidate, and modernize design tokens — oklch color scales, fluid spacing with clamp(), typography scales, motion timing, and shadow depths. Builds a systematic token architecture from scattered values. Use when: 'extract design tokens', 'create design system tokens', 'consolidate styles', 'modernize CSS va

CodexClaude CodeClaude
design
7 starsSource linked

Explore Agent Skills

Browse by agent platform, skill category, or practical SKILL.md implementation guide.

Platforms

Guides