Frontend Development skills
Instruction sets that teach Claude Code how to handle a specific, repeatable task.
357 of 2,255 entries
pytorch-patterns
★ 229,918PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.
affaan-mupdated 15d agoMITreact-testing
★ 229,918React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React components, hooks, or pages.
affaan-mupdated 15d agoMITlaravel-patterns
★ 229,918Patrones de arquitectura Laravel, routing/controladores, Eloquent ORM, capas de servicio, colas, eventos, caché y API resources para aplicaciones en producción.
affaan-mupdated 15d agoMITreact-patterns
★ 229,918React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.
affaan-mupdated 15d agoMITfrontend-slides
★ 229,918Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.
affaan-mupdated 15d agoMITnextjs-turbopack
★ 229,918Next.js 16+ y Turbopack — bundling incremental, caché en sistema de archivos, velocidad de desarrollo y cuándo usar Turbopack frente a webpack.
affaan-mupdated 15d agoMITexa-search
★ 229,918Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.
affaan-mupdated 15d agoMITplan-canvas
★ 229,918Open plans and HTML artifacts in a local browser canvas where the human annotates elements, chats, and approves or requests changes without leaving the page. Use when presenting a plan for review, or when feedback like "move this, change that" is easier pointed at than typed.
affaan-mupdated 15d agoMITfrontend-patterns
★ 229,918Patrones de desarrollo frontend para React, Next.js, gestión de estado, optimización de rendimiento y buenas prácticas de UI.
affaan-mupdated 15d agoMITjava-coding-standards
★ 229,918Java coding standards for Spring Boot and Quarkus services: naming, immutability, Optional usage, streams, exceptions, generics, CDI, reactive patterns, and project layout. Automatically applies framework-specific conventions.
affaan-mupdated 15d agoMITpretext
★ 215,185Use when building creative browser demos with @chenglou/pretext — DOM-free text layout for ASCII art, typographic flow around obstacles, text-as-geometry games, kinetic typography, and text-powered generative art. Produces single-file HTML demos by default.
NousResearchupdated 14d agoMITconcept-diagrams
★ 215,185Generate flat, minimal light/dark-aware SVG diagrams as standalone HTML files, using a unified educational visual language with 9 semantic color ramps, sentence-case typography, and automatic dark mode. Best suited for educational and non-software visuals — physics setups, chemistry mechanisms, math curves, physical objects (aircraft, turbines, smartphones, mechanical watches), anatomy, floor plans, cross-sections, narrative journeys (lifecycle of X, process of Y), hub-spoke system integrations (smart city, IoT), and exploded layer views. If a more specialized skill exists for the subject (dedicated software/cloud architecture, hand-drawn sketches, animated explainers, etc.), prefer that — otherwise this skill can also serve as a general-purpose SVG diagram fallback with a clean educational look. Ships with 15 example diagrams.
NousResearchupdated 14d agoMITdogfood
★ 215,185Exploratory QA of web apps: find bugs, evidence, reports.
NousResearchupdated 14d agoMITgitnexus-explorer
★ 215,185Index a codebase with GitNexus and serve an interactive knowledge graph via web UI + Cloudflare tunnel.
NousResearchupdated 14d agoMITshopify
★ 215,185Shopify Admin & Storefront GraphQL APIs via curl. Products, orders, customers, inventory, metafields.
NousResearchupdated 14d agoMITfindmy
★ 215,185Track Apple devices/AirTags via FindMy.app on macOS.
NousResearchupdated 14d agoMITp5js
★ 215,185p5.js sketches: gen art, shaders, interactive, 3D.
NousResearchupdated 14d agoMITsegment-anything-model
★ 215,185SAM: zero-shot image segmentation via points, boxes, masks.
NousResearchupdated 14d agoMITcomputer-use
★ 215,185|
NousResearchupdated 14d agoMITfaiss
★ 215,185Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications.
NousResearchupdated 14d agoMITnode-inspect-debugger
★ 215,185Debug Node.js via --inspect + Chrome DevTools Protocol CLI.
NousResearchupdated 14d agoMITdesign-md
★ 215,185Author/validate/export Google's DESIGN.md token spec files.
NousResearchupdated 14d agoMITpopular-web-designs
★ 215,18554 real design systems (Stripe, Linear, Vercel) as HTML/CSS.
NousResearchupdated 14d agoMITbioinformatics
★ 215,185Gateway to 400+ bioinformatics skills from bioSkills and ClawBio. Covers genomics, transcriptomics, single-cell, variant calling, pharmacogenomics, metagenomics, structural biology, and more. Fetches domain-specific reference material on demand.
NousResearchupdated 14d agoMITarchitecture-diagram
★ 215,185Dark-themed SVG architecture/cloud/infra diagrams as HTML.
NousResearchupdated 14d agoMITdomain-intel
★ 215,185Passive domain reconnaissance using Python stdlib. Subdomain discovery, SSL certificate inspection, WHOIS lookups, DNS records, domain availability checks, and bulk multi-domain analysis. No API keys required.
NousResearchupdated 14d agoMITscrapling
★ 215,185Web scraping with Scrapling - HTTP fetching, stealth browser automation, Cloudflare bypass, and spider crawling via CLI and Python.
NousResearchupdated 14d agoMITpage-agent
★ 215,185Embed alibaba/page-agent into your own web application — a pure-JavaScript in-page GUI agent that ships as a single <script> tag or npm package and lets end-users of your site drive the UI with natural language ("click login, fill username as John"). No Python, no headless browser, no extension required. Use this skill when the user is a web developer who wants to add an AI copilot to their SaaS / admin panel / B2B tool, make a legacy web app accessible via natural language, or evaluate page-agent against a local (Ollama) or cloud (Qwen / OpenAI / OpenRouter) LLM. NOT for server-side browser automation — point those users to Hermes' built-in browser tool instead.
NousResearchupdated 14d agoMIThyperframes
★ 215,185Create HTML-based video compositions, animated title cards, social overlays, captioned talking-head videos, audio-reactive visuals, and shader transitions using HyperFrames. HTML is the source of truth for video. Use when the user wants a rendered MP4/WebM from an HTML composition, wants to animate text/logos/charts over media, needs captions synced to audio, wants TTS narration, or wants to convert a website into a video.
NousResearchupdated 14d agoMITascii-video
★ 215,185ASCII video: convert video/audio to colored ASCII MP4/GIF.
NousResearchupdated 14d agoMITweb-artifacts-builder
★ 161,309Suite 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.
anthropicsupdated 15d agowebapp-testing
★ 161,309Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
anthropicsupdated 15d agoalgorithmic-art
★ 161,309Creating 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 violations.
anthropicsupdated 15d agodesign-system
★ 105,847Token architecture, component specifications, and slide generation. Three-layer tokens (primitive→semantic→component), CSS variables, spacing/typography scales, component specs, strategic slide creation. Use for design tokens, systematic design, brand-compliant presentations.
nextlevelbuilderupdated 14d agoMITui-ux-pro-max
★ 105,847UI/UX design intelligence for web and mobile. Searchable local database with 84 styles, 192 color palettes, 74 font pairings, 192 product types, 98 UX guidelines, 104 icon entries, 16 GSAP motion presets, and 25 chart types across 22 stacks (React, Next.js, Vue, Nuxt, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Jetpack Compose, Angular, Laravel, JavaFX, WPF, WinUI, Avalonia, Uno Platform, UWP, Three.js, and HTML/CSS). Use when designing, building, or reviewing UI: pages, components, color schemes, typography, layout, accessibility, animation, or data visualization.
nextlevelbuilderupdated 14d agoMITdesign
★ 105,847Comprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG, Gemini 3.1 Pro), social photos (HTML→screenshot, multi-platform). Actions: design logo, create CIP, generate mockups, build slides, design banner, generate icon, create social photos, social media images, brand identity, design system. Platforms: Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest, TikTok, Threads, Google Ads.
nextlevelbuilderupdated 14d agoMITui-styling
★ 105,847Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns, forms, tables), customizing themes and colors, implementing dark mode, generating visual designs and posters, or establishing consistent styling patterns across applications.
nextlevelbuilderupdated 14d agoMITbanner-design
★ 105,847Design banners for social media, ads, website heroes, creative assets, and print. Multiple art direction options with AI-generated visuals. Actions: design, create, generate banner. Platforms: Facebook, Twitter/X, LinkedIn, YouTube, Instagram, Google Display, website hero, print. Styles: minimalist, gradient, bold typography, photo-based, illustrated, geometric, retro, glassmorphism, 3D, neon, duotone, editorial, collage. Uses ui-ux-pro-max, frontend-design, ai-artist, ai-multimodal skills.
nextlevelbuilderupdated 14d agoMITdesign-is
★ 87,329Audit a design against Dieter Rams' ten "Good design is..." principles, then hand off a /make-plan prompt for one of three outcomes — new design, refine design, or redesign. Use when the user says "audit this design", "design review", "check this UI against Rams", "is this UI good", "critique this design", "design audit", or asks for a critique that should lead to a plan.
thedotmackupdated 13d agoApache-2.0browser-testing-with-devtools
★ 78,448Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.
addyosmaniupdated 16d agoMITplanning-and-task-breakdown
★ 78,448Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
addyosmaniupdated 16d agoMITcontext-engineering
★ 78,448Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.
addyosmaniupdated 16d agoMITfrontend-ui-engineering
★ 78,448Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and feel production-quality rather than AI-generated.
addyosmaniupdated 16d agoMITusing-agent-skills
★ 78,448Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
addyosmaniupdated 16d agoMITspec-driven-development
★ 78,448Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.
addyosmaniupdated 16d agoMITsource-driven-development
★ 78,448Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.
addyosmaniupdated 16d agoMITapi-and-interface-design
★ 78,448Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.
addyosmaniupdated 16d agoMITperformance-optimization
★ 78,448Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks.
addyosmaniupdated 16d agoMITunderstand-domain
★ 74,200Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.
Egonex-AIupdated 14d agoMITunderstand-chat
★ 74,200Use when you need to ask questions about a codebase or understand code using a knowledge graph
Egonex-AIupdated 14d agoMITunderstand-figma
★ 74,200Analyze a Figma file via the Figma REST API and generate an interactive design knowledge graph (pages, screens, components, component sets, instances, design tokens) with a kind:"design" dashboard.
Egonex-AIupdated 14d agoMITunderstand
★ 74,200Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
Egonex-AIupdated 14d agoMITunderstand-explain
★ 74,200Use when you need a deep-dive explanation of a specific file, function, or module in the codebase
Egonex-AIupdated 14d agoMITunderstand-onboard
★ 74,200Use when you need to generate an onboarding guide for new team members joining a project
Egonex-AIupdated 14d agoMITunderstand-diff
★ 74,200Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks
Egonex-AIupdated 14d agoMITrtk-triage
★ 71,115>
rtk-aiupdated 20d agoApache-2.0agent-builder
★ 71,084|
shareAI-labupdated 1mo agoMITApollo Automation
★ 67,771Automate Apollo.io lead generation -- search organizations, discover contacts, enrich prospect data, manage contact stages, and build targeted outreach lists -- using natural language through the Composio MCP integration.
ComposioHQupdated 2mo agobrowserbase-tool-automation
★ 67,771Automate Browserbase Tool tasks via Rube MCP (Composio). Always search tools first for current schemas.
ComposioHQupdated 2mo agobrowserless-automation
★ 67,771Automate Browserless tasks via Rube MCP (Composio). Always search tools first for current schemas.
ComposioHQupdated 2mo ago