- Home
- /
- Categories
- /
- UI Components
UI Components
Code-based UI component generation and styling
tailwind-design-system
by Jackiexiao
(中文)Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.
realtime-ux
by hwatkins
UX patterns for building real-time interfaces with Phoenix LiveView — the human side of real-time that's harder than the technical side. Use this skill whenever building features that involve: optimistic UI updates, presence indicators (who's online, typing indicators, live cursors), conflict resolution when multiple users edit the same data, graceful degradation on WebSocket disconnect, loading/skeleton states, real-time notifications, collaborative editing, or any LiveView feature where latency, concurrent users, or connection reliability affects user experience. Also trigger when the user mentions "optimistic UI", "presence", "typing indicator", "disconnect handling", "skeleton state", "loading state", "concurrent editing", "real-time UX", or asks how to make a LiveView feature "feel instant" or "handle offline gracefully".
vogels-cloud-architecture
by copyleftdev
Design cloud-native systems using Werner Vogels' principles of failure-first design, eventual consistency, and API-driven architecture. Emphasizes building for failure, customer obsession, and practical distributed systems. Use when building AWS-scale services, microservices, or any system that must be highly available.
cocos-vscene
by jerikchan
Use when working with Cocos Creator scenes and needing to query, browse, analyze, map, or optimize scene node structures. Triggers on "vscene" commands or Chinese equivalents: 拉取场景索引, 读取场景, 分析场景, 审查场景, 场景地图, 优化场景. Also triggers on scene node lookup, scene quality scoring, scene hierarchy review, or scene structure mapping needs. Keywords: vscene, scene index, scene cache, node lookup, Cocos Creator, scene analysis, quality score, scene map, node annotation, hierarchy optimization, progressive loading
antonsten-website
by antonsten
Structure and conventions for antonsten.com (Astro site). Use when creating new articles or blog posts, editing page content, fixing bugs, or understanding the file structure. Triggers on tasks involving MDX files, content collections, page layouts, components, or any work in this repository.
devdocs-insights
by ab300819
Collect improvement insights from UI/UX reviews, document research, or external references, convert confirmed items into development requirements. Use when users have optimization suggestions, research findings, or want to improve based on external references. Triggers on keywords like "insights", "improvements", "optimize", "review findings", "research", "借鉴", "优化建议", "审查结果", "调研".
architecture-to-autonomy-blog-theme
by code4freedom
Generate and update posts that match the Architecture to Autonomy blog theme.
systematic-debugging
by heymynameisrob
Fix bugs using Dan Abramov's systematic debugging method. Use when debugging, fixing bugs, investigating errors, or when the user mentions "bug", "broken", "not working", "debug", or "investigate".
amazon-connect
by tippyentertainment
Design, deploy, integrate, and operate Amazon Connect contact center solutions, including contact flows, routing, telephony, integrations, analytics, and compliance.
draft-email
by christopheryeo
Draft a reply email to an existing Gmail thread and save it to the user's drafts folder for approval. Use this skill whenever the user asks to "draft a reply", "draft an email response", "write a reply to that email", "prepare a response to [person]", "draft something back to [person]", or any similar request to compose a reply to an email thread. Also trigger when the user says "reply to Hayden", "respond to that thread", "write back to them", or refers to drafting/composing email responses in any way. This skill handles reply-all HTML drafts with quoted thread history, saved to Gmail drafts for human review before sending.
philosophical-illustrator
by foreveryh
"Generate modern, colorful SVG illustrations for technical blog posts. Combines concrete tech icons with abstract elements, using vibrant backgrounds and theme-relevant metaphors."
code-error-handler-skill
by jackchen10
维护者: code-error-handler-skill team
ai-product-photo
by Growth4U-systems
"Specialized skill for AI product photography. Use when you need professional product shots, hero images, lifestyle photography, or e-commerce visuals. Triggers on: product shot, hero image, e-commerce photo. Outputs production-ready product photography."
vuact
by yinhangfeng
Vuact 最佳实践与集成指南,Vuact 是 Vue3 环境下的 React 运行时兼容层,核心支持在 Vue3 项目中无缝接入 React 组件生态,实现 Vue 与 React 双框架组件、事件、响应式、Context、Ref 等核心能力的双向互通。
video-avatars-and-virtual-backgrounds
by tippyentertainment
Build and debug real-time video effects for conferencing and streaming: selfie segmentation virtual backgrounds, reverse segmentation, face mesh tracking, and avatar replacement using WebRTC, MediaPipe, and WebGL/WebGPU.
clean-codejs-functions
by DamianWrooby
Function design patterns emphasizing single responsibility and clarity.
xlsx-design-agent
by tivojn
"Expert Excel spreadsheet design agent for macOS using openpyxl and AppleScript. Creates and edits stunning, professional spreadsheets with premium design quality. Use when: (1) Creating new Excel workbooks from scratch with openpyxl, (2) Editing or redesigning existing .xlsx files, (3) Building dashboards with custom design (KPI panels, styled tables, charts, conditional formatting, sparklines), (4) Editing workbooks via openpyxl (file-based) or AppleScript (open/save/run VBA), (5) Refreshing calculations, exporting to PDF, or print setup via AppleScript/VBA on macOS, (6) Any task requiring openpyxl code generation with design best practices."
architecture
by vilin1927
Architectural decision-making framework combining requirements analysis, trade-off evaluation, ADR documentation, Clean Architecture, DDD principles, and code quality guidelines. Use when making architecture decisions, analyzing system design, writing code, or evaluating trade-offs.
react-starter-skill
by izz520
React + Vite + Tailwind CSS v4 + React Query + Zustand + React Router + Lingui + shadcn + lucide-react 项目脚手架。Use when creating new React projects, initializing frontend projects, or scaffolding React + Vite applications. Triggers on requests like "创建React项目", "初始化前端项目", "搭建React脚手架", "create a new React app", "scaffold a frontend project".
coco-cli
by yongsun-park
PCB design file analysis CLI (ODB++, Cadence .brd/.sip). Query layers/nets/components, measure feature distances, analyze net clearances, render PNG images.
spline-3d-integration
by hughisie
"Use when adding interactive 3D scenes from Spline.design to web projects. Covers embedding methods (React, Next.js, vanilla JS), the @splinetool/ runtime API for programmatic control (events, variables, animations, camera), performance optimization, mobile fallbacks, and common integration problems like scroll hijacking, layout shift, GPU fallbacks, and watermark removal."
flutter-best-arch
by nadveos
Arquitectura Flutter real con Riverpod, Clean Architecture y soporte multiplataforma
manim-composer
by alexwelcing
Trigger when: (1) User wants to create an educational/explainer video, (2) User has a vague concept they want visualized, (3) User mentions "3b1b style" or "explain like 3Blue1Brown", (4) User wants to plan a Manim video or animation sequence, (5) User asks to "compose" or "plan" a math/science visualization. Transforms vague video ideas into detailed scene-by-scene plans (scenes.md). Conducts research, asks clarifying questions about audience/scope/focus, and outputs comprehensive scene specifications ready for implementation with ManimCE or ManimGL. Use this BEFORE writing any Manim code. This skill plans the video; use manimce-best-practices or manimgl-best-practices for implementation.
Frontend Developer
by anorbert-cmyk
World-class Frontend Engineer specializing in accessible, performant, secure-by-default React/Web applications.