UI Components

Code-based UI component generation and styling

Showing 6937-6960 of 7996 skills
adhikjoshi

macpilot-ui-inspector

by adhikjoshi

Inspect and interact with macOS UI elements using MacPilot accessibility APIs. Find buttons, text fields, labels, and other elements by role, label, or position, then click, read, or modify them.

Accessibility 0 5mo ago
TheWatcher01

algorithmic-art

by TheWatcher01

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 violations.

Code Gen 0 5mo ago
tstelzer

discovery

by tstelzer

Use for deep design discovery and problem understanding before planning or implementation. Trigger when the user wants to think deeply, build knowledge, surface edge-cases, ask many questions, or explore the problem space without producing plans or code.

Automation 0 5mo ago
aiagentskills

cache-components

by aiagentskills

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). PROACTIVE ACTIVATION: Use this skill automatically when working in Next.js projects that have cacheComponents: true in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. DETECTION: At the start of a session in a Next.js project, check for cacheComponents: true in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. USE CASES: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.

Caching 0 6mo ago
gracebotly

ui-ux-pro-max

by gracebotly

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples."

Accessibility 0 5mo ago
ehyland

tsdown

by ehyland

Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown. Use when building libraries, generating type declarations, bundling for multiple formats, or migrating from tsup.

Processing 0 5mo ago
yusenthebot

jest

by yusenthebot

Delightful JavaScript Testing.. Use when: 13367 Dependents; 👩🏻‍💻 Developer Ready: Complete and ready to set-up JavaScript testing solution. Works out of the box for any React project; 📸 Snapshot Testing: Jest can capture snapshots of React trees or other serializable values to simplify UI testing. NOT for: production runtime logic; replacing static type checking.

Testing 0 4mo ago
finance762-afk

pageone-web-builder

by finance762-afk

Build production-grade local business websites for Page One Insights clients. Use this skill whenever building, editing, auditing, or generating prompts for client websites — including static HTML/CSS/JS sites and PHP-include sites deployed via GitHub to Hostinger. Covers the full build pipeline (tiered site structures, PHP component architecture, CSS design system, premium visual techniques, logo analysis, animations), plus cutting-edge 2026 local SEO and Answer Engine Optimization (AEO). Trigger this skill for any mention of client sites, website builds, CLAUDE.md standards, SEO audits, AEO optimization, schema markup, llms.txt, entity blocks, service area pages, or the Page One Insights web design workflow — even if the user doesn't explicitly name the skill.

Design 0 4d ago
handxr

css-specificity

by handxr

Analyze CSS specificity in a project, detect conflicts, flag unnecessary !important usage, and suggest corrections. Use when reviewing CSS code quality, debugging style overrides, auditing stylesheets, or when a user asks to check their CSS specificity, find CSS conflicts, simplify selectors, or clean up !important usage. Triggers on tasks involving .css files where specificity or selector quality is relevant.

Processing 0 5mo ago
levai

git-commit

by levai

Git 提交信息规范,遵循 Conventional Commits 格式。适用于所有 Git 提交操作,确保提交信息清晰、规范、可追溯。

Debugging 0 5mo ago
NCMcClure

ue-slate-ui

by NCMcClure

Build new UE5 Slate UIs from scratch or refactor existing Slate widget hierarchies using an atomic design methodology adapted for Slate's C++ composition model. Use this skill when the user mentions Slate UI, SWidget, SCompoundWidget, widget hierarchy, Slate refactoring, Slate design system, widget composition, or asks to organize/restructure Slate widgets into a systematic hierarchy. Also trigger when the user wants to create a Slate component library, establish a Slate style system, break a monolithic SCompoundWidget into reusable parts, or audit an existing Slate interface for consistency. Works for both editor tools (detail customizations, asset editors, standalone windows) and runtime Slate UIs.

Processing 0 5mo ago
JunChowABC

game-teardown

by JunChowABC

游戏系统/玩法/功能竞品拆解。当用户提到拆解、分析、对标、研究某款游戏的系统/玩法/功能时触发。也适用于用户说"帮我看看XX游戏的XX系统怎么做的"、"参考XX的设计"、"学习XX的XX"等场景。输出结构化策划参考报告。即使用户只给了截图或简短描述也要触发——先收集信息再拆解。

UI Components 0 1mo ago
artivilla

favicon

by artivilla

Generate a complete set of favicons from a source image and update HTML. Use when setting up favicons for a web project.

Docker 0 6mo ago
helincao

start-project

by helincao

Primary project-initialization orchestrator for Skilled. Use when a repository is missing site files or needs a fresh architecture. Create required files directly from the brief, optionally apply references/reference-design.md, then run lint/build/validate quality gates via installed skill scripts.

Code Gen 0 5mo ago
mzuleta6

espresso

by mzuleta6

Claude without the noise. Eliminates hedging, filler, and re-contextualization from every response — without ever sacrificing precision.

CLI Tools 0 28d ago
peixotorms

flyonui

by peixotorms

Use when building with FlyonUI — Tailwind CSS component library with CSS classes and optional JS plugins. Covers CSS component classes, JS plugin system (accordion, carousel, collapse, combobox, datatable, dropdown, select, tabs, tooltip, etc.), theming, installation, class reference, and plugin initialization via MCP tools.

Processing 0 5mo ago
hwatkins

animation-transitions

by hwatkins

Coordinating three animation systems in a Phoenix LiveView + Svelte stack — LiveView JS command transitions, Svelte transitions/motion, and CSS animations/keyframes. Covers which to use when, page transitions during LiveView navigation, reduced motion, and preventing jank. Use when adding animations, transitions, page transitions, or motion to a LiveView application.

Animation 0 5mo ago
hello-lizhihua

vue-testing-best-practices

by hello-lizhihua

用于 Vue.js 测试。涵盖 Vitest、Vue Test Utils、组件测试、模拟、测试模式以及用于 E2E 测试的 Playwright。

Scraping 0 5mo ago
Jackiexiao

ui-ux-pro-max

by Jackiexiao

"QUERY LENGTH LIMIT EXCEEDED. MAX ALLOWED QUERY : 500 CHARS"

Design 0 5mo ago
CodingHeader

instruction-repeater

by CodingHeader

"Instruction Repeater: repeat any incoming user instruction based on length. Always available and can be composed with other skills."

UI Components 0 5mo ago
vineethsoma

fullstack-expertise

by vineethsoma

Full-stack development expertise covering backend, frontend, database, DevOps, and testing domains

API Dev 0 7mo ago
Marcisbee

exome

by Marcisbee

This skill provides expertise in using Exome.js, a lightweight state management library for JavaScript applications. It covers creating and managing deeply nested stores, defining actions, integrating with UI frameworks like React, Vue, Svelte, and others, handling middleware, subscriptions, devtools, and best practices. Use this skill when assisting with state management in JS/TS projects, building reactive applications, or troubleshooting Exome-related code.

Code Gen 0 5mo ago
kunhai-88

ux

by kunhai-88

"创建卓越的用户体验设计,包含用户研究、信息架构、交互设计、可用性评估。当用户需要设计界面、优化用户体验、进行可用性分析、创建用户流程、设计交互原型,或提到「ux」「用户体验」「交互设计」「可用性」「用户研究」时使用。产出专业、有洞察力的 UX 设计方案,避免通用化设计。"

Accessibility 0 6mo ago
Xeron2000

digital-clone

by Xeron2000

AI digital clone generator. Analyzes your Claude Code conversation history to extract speaking style, thinking patterns, vocabulary habits, and interests. Creates an evolving personality profile so AI can mimic your expression style. Works with any language, cross-platform (Windows/macOS/Linux). Triggers: "digital clone", "clone my style", "mimic my speaking", "create my clone", "personality profile", "数字克隆", "克隆我的风格", "模仿我说话"

Performance 0 5mo ago