- Home
- /
- Categories
- /
- UI Components
UI Components
Code-based UI component generation and styling
code-review-assistant
by jorgealves
Provides automated, context-aware code reviews focusing on logic errors and style violations. Use during Pull Request cycles to identify potential bugs and maintain high code quality standards.
graphviz-diagrams
by mindmorass
Create complex graph visualizations using Graphviz DOT language, with both source code and pre-rendered images.
venn-diagram-generator
by vishalsachdev
This skill generates interactive Venn diagram visualizations using the venn.js JavaScript library. Use this skill when users request creating Venn diagrams, set visualizations, overlap diagrams, or comparison charts for educational textbooks. The skill creates complete MicroSim packages with standalone HTML files featuring colorful circles, clear labels, and interactive tooltips, saved to /docs/sims/ following the MicroSim pattern.
japanese-copywriting
by ronantakizawa
Writes compelling Japanese marketing copy including catchphrases (キャッチコピー), product descriptions, landing pages, and ad copy. Understands cultural nuances, emotional triggers, and transcreation principles. Use when creating marketing content for Japanese audiences.
optimizely-experimentation
by twofoldtech-dakota
Optimizely Experimentation Full Stack SDK patterns
project-planner
by silvainfm
Comprehensive project planning and documentation generator for software projects. Creates structured requirements documents, system design documents, and task breakdown plans with implementation tracking. Use when starting a new project, defining specifications, creating technical designs, or breaking down complex systems into implementable tasks. Supports user story format, acceptance criteria, component design, API specifications, and hierarchical task decomposition with requirement traceability.
agile
by pluginagentmarketplace
Agile product management, Scrum practices, and team collaboration for iterative product development.
gtm-monetization
by jforksy
Design packaging, pricing strategy, and value communication. Bridges GTM (CMO) and Finance (CFO).
angular
by plutowang
Auto-apply when working with Angular. Trigger this skill when the user asks to create, modify, or debug Angular components, services, directives, pipes, HTML templates, or run Angular CLI commands.
brainstorm
by 101mare
Structured brainstorming through divergent-then-convergent thinking. Generates multiple approaches using research-validated techniques (Reverse Brainstorming, SCAMPER, Perspective Shifts, Analogies) before converging on a recommended design. Works for any domain: software features, architecture, thesis structure, process design, concepts, strategies. Recognizes: "brainstorm", "brainstorming", "ideation", "ideas for", "let's think about", "explore options", "what are approaches for", "how could we", "alternatives for" Does NOT handle: implementation planning (use plan-review), prompt writing (use prompt-builder), code writing (use frontend-design/tdd), team coordination (use team-builder).
bubble-chart-generator
by vishalsachdev
This skill generates interactive Chart.js bubble chart visualizations for priority matrices and multi-dimensional data analysis. Use this skill when users need to create scatter plots with variable bubble sizes, particularly for 2x2 priority matrices (Impact vs Effort, Risk vs Value, etc.), portfolio analysis, or any visualization comparing items across two dimensions with a third dimension represented by size. The skill creates a complete MicroSim package with HTML, CSS, and documentation.
brand-guidelines
by violetio
Brand voice and visual identity guidelines
argon-router
by aiko-atami
Integrate and use argon-router in React web applications with Effector. Use when tasks involve creating routes and routers, wiring RouterControls/history adapters, composing routes with chainRoute/group/createVirtualRoute, rendering views with RouterProvider/createRoutesView/Outlet, building links with Link/useLink, and managing URL query state with trackQuery and @argon-router/paths.
specialized-roles-skill
by pluginagentmarketplace
Master specialized tech careers including Product Management, Engineering Management, DevRel, Technical Writing, QA, Blockchain, Game Development, Cybersecurity, and UX Design. Navigate multiple career paths beyond traditional software development.
color-palette
by nhatmobile1
Create distinctive, accessible color palettes for UI/web design that avoid generic AI aesthetics. Use when designing websites, applications, or any digital interface requiring thoughtful color selection. Provides curated domain-specific palettes, color theory guidance, accessibility validation, and strategies to break away from overused patterns (purple gradients, orange-teal combinations, generic tech blues). Includes contrast checkers, palette generators, and comprehensive reference materials organized by domain (Tech/SaaS, E-commerce, Healthcare, Finance, Creative, Food).
figma-design-sync
by carmandale
Detects and fixes visual differences between a web implementation and its Figma design. Use iteratively when syncing implementation to match Figma specs.
framer-motion-interactive-animation
by Agentient
Framer Motion animations including motion components, gestures, entrance/exit, and scroll triggers. PROACTIVELY activate for: (1) adding hover and tap animations, (2) implementing entrance/exit transitions with AnimatePresence, (3) creating scroll-triggered animations. Triggers: "animate", "framer motion", "whileHover"
unity-test-case
by cuozg
Generate QA test cases as HTML — use for 'test cases', 'QA test cases', 'generate test cases', 'test plan', 'manual test cases'
nextjs-code-reviewer
by masanao-ohba
Comprehensive code review guidelines for Next.js 15 App Router projects
reflex-dev
by silvainfm
Guide for building full-stack web applications using Reflex, a Python framework that compiles to React frontend and FastAPI backend. Use when creating, modifying, or debugging Reflex apps - covers state management, event handlers, components, routing, styling, and data integration patterns.
figma-to-code
by kyuhyi
Figma 디자인을 고성능 Next.js와 Tailwind CSS 코드로 변환하는 스킬. 픽셀 퍼펙트한 반응형 컴포넌트 구현을 지원합니다.
website-builder
by peterbamuhigire
Master orchestrator for building static websites from markdown content and photos. Use when the user says "build a website", "create a site", or references docs/ content. Reads content from docs/, photos from photo-bank/, and generates a complete Astro website.
m3-web-ink
by shelbeely
Implement Material Design 3 in terminal CLIs using Ink (React for CLIs) with @inkjs/ui components. Covers M3 token mapping to terminal colors, ThemeProvider setup, component mapping, and ANSI fallbacks. Use this when building M3-styled command-line interfaces.
multiplayer-websocket
by liuchiawei
Manages WebSocket-based real-time multiplayer in Tokyo Sounds. Use when modifying multiplayer sync, useMultiplayer hook, multiplayer-server, message protocol, or adding features that broadcast or receive player state over WebSocket.