- Home
- /
- Categories
- /
- UI Components
UI Components
Code-based UI component generation and styling
dev-arch
by codihaus
Architecture decisions and technical design for features. Use when: (1) New feature requires structural decisions, (2) Validating if current architecture supports requirements, (3) Choosing technology for new capability (payments, real-time, etc.), (4) Greenfield project architecture
global-skill-router
by DriveSpark
Use this skill to route complex user requests to the appropriate specialized skill.
vue2-best-practices
by long36708
Vue 2 维护与开发最佳实践指南,涵盖 Options API, Vuex 及向 Vue 3 迁移的准备。
design-cost
by ShotaIuchi
Cost-focused design analysis. Apply when evaluating design proposals for infrastructure costs, operational overhead, licensing implications, and total cost of ownership.
communication-style
by DUTSTECH
Output rules for all agents - concise, scannable, actionable. Based on Matt Pocock's planning principles.
agentpulse
by dang-hai
Help write useExpose hooks to make React components controllable by AI agents. Use when: exposing a component to AgentPulse, writing useExpose bindings, deciding what to expose, or improving descriptions for AI agents. For initial project setup, use "agentpulse-setup" instead.
markdown-tables
by arielperez82
Use when creating or formatting tables in markdown. Covers table syntax, alignment, escaping, and best practices.
codex-test
by trahoangdev
"Use when working on the trahoangdev/codex-test repository, including setup, running the Next.js app, and making common edits."
winjs-pc
by winjs-dev
WinJS PC 模板(PC 端 Web)开发指南。包含 Vue 3 配置、Vite 构建、请求封装、路由。适用于:(1) create-win pc 模板创建的项目 (2) 修改 .winrc 配置 (3) 扩展 src/app.js (4) 编写 services 请求 (5) 配置路由与构建 (6) PC 浏览器项目(无 REM/VConsole)。
design-taste
by vijaykpatel
Apply principles of good design taste when creating, reviewing, or critiquing any creative or technical work. Use this skill whenever the user asks you to design something, review a design, create UI/UX, architect a system, write something with aesthetic intent, evaluate the quality of code or creative work, or asks for feedback on whether something is "good." Also trigger when users mention taste, aesthetics, beauty in design, elegance, simplicity, or when they want help making something not just functional but genuinely well-crafted. This skill applies across domains: software, writing, visual design, architecture, presentations, APIs, data models, and more. Even if the user doesn't explicitly mention "design," use this skill when the underlying task is about making something better, more elegant, or more refined.
swift-api-design-guidelines
by gu7araujo
Applies Apple's Swift API Design Guidelines when writing or reviewing Swift code. Use when writing Swift APIs, naming types and methods, designing Swift libraries, or when the user asks for Swift style, naming, or API design.
python-frontend
by simplerick0
Python frontend specialist using Python-based web frameworks with HTML/CSS/JS integration. Use for NiceGUI, Streamlit, Gradio, Panel, Jinja2 templating, HTMX integration, and responsive design.
accessibility-auditor
by slurpyb
Reviews UI components for WCAG compliance, ARIA attributes, keyboard navigation, and screen reader support. Use when building frontend components or user requests accessibility improvements.
figma-storybook-workflow
by CoRLab-Tech
"STRICT pixel-perfect Figma to Storybook workflow with ENFORCED extraction and iterative component implementation. MANDATORY: Extract exact design → Implement → Iterate until perfect → Move to next. NO shortcuts, NO assumptions, NO batch processing. Use when implementing Figma designs as Storybook components with 100% accuracy requirement."
maui-ui-best-practices
by Rimblehelm
Defines recommended UI/UX patterns, layout strategies, styling conventions, accessibility rules, and performance guidelines for .NET MAUI applications.
bf-spec
by khaki4
AC 문서를 입력받아 Tech Spec을 작성하고, 자동으로 bf-lead-review를 통해 다관점 리뷰를 수행한다. BF 워크플로우 진입점.
mcp-apps-builder
by Leanmcp-Community
Build MCP Apps with interactive React UIs using the LeanMCP UI SDK. Use this skill when users ask for "MCP with UI", "MCP App", "interactive MCP", "leanmcp UI", "MCP dashboard", or want to create rich visual interfaces for their MCP tools. This skill covers @UIApp decorator, React components with useTool/useResource hooks, ToolDataGrid, ToolForm, ToolButton, and ChatGPT Apps support.
architecture
by automindtechnologie-jpg
Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.
spec-builder
by ilamanov
Transform vague product or feature ideas into concrete, detailed specification documents through an interactive interview process. Use when the user wants to flesh out an idea, create a spec, write requirements, plan a product/feature/prototype, or go from "I have this idea..." to a concrete document. Works for software products, physical products, services, or any concept that needs specification.
sbv2-tts
by route250
Style-Bert-VITS2 音声生成を行う。uvxが必要
algorithmic-art
by yunaamelia
"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,..."
figma-to-flutter-widget
by Envy-7z
Convert Figma specs into Flutter widgets. Use when implementing new UI from Figma and the project has an existing design system.
svelte-core
by hwatkins
Svelte 5 components inside Phoenix LiveView via LiveSvelte. Covers reactivity, props from LiveView, live.pushEvent, SSR, slots, and end-to-end reactivity patterns. Use when building Svelte components in a Phoenix project.
redux-best-practices
by felipeorlando
Redux and React-Redux best practices, patterns, and anti-patterns based on the official Redux style guide. Use when writing, reviewing, or refactoring Redux code including store setup, slices, reducers, selectors, async logic, state normalization, or React-Redux hooks. Triggers on tasks involving createSlice, configureStore, useSelector, useDispatch, thunks, RTK Query, or state management architecture decisions.