UI Components

Code-based UI component generation and styling

Showing 49-72 of 7994 skills
prowler-cloud

prowler-ui

by prowler-cloud

Prowler UI-specific patterns. For generic patterns, see: typescript, react-19, nextjs-15, tailwind-4. Trigger: When working inside ui/ on Prowler-specific conventions (shadcn vs HeroUI legacy, folder placement, actions/adapters, shared types/hooks/lib).

CI/CD 14.4K 6mo ago
prowler-cloud

prowler-test-ui

by prowler-cloud

E2E testing patterns for Prowler UI (Playwright). Trigger: When writing Playwright E2E tests under ui/tests in the Prowler UI (Prowler-specific base page/helpers, tags, flows).

Testing 14.4K 5mo ago
prowler-cloud

tailwind-4

by prowler-cloud

Tailwind CSS 4 patterns and best practices. Trigger: When styling with Tailwind (className, variants, cn()), especially when dynamic styling or CSS variables are involved (no var() in className).

Linting 14.4K 6mo ago
prowler-cloud

vitest

by prowler-cloud

Vitest unit testing patterns with React Testing Library. Trigger: When writing unit tests for React components, hooks, or utilities.

Testing 14.4K 5mo ago
prowler-cloud

prowler-commit

by prowler-cloud

Creates professional git commits following conventional-commits format. Trigger: When creating commits, after completing code changes, when user asks to commit.

Debugging 14.4K 6mo ago
prowler-cloud

react-19

by prowler-cloud

React 19 patterns with React Compiler. Trigger: When writing React 19 components/hooks in .tsx (React Compiler rules, hook patterns, refs as props). If using Next.js App Router/Server Actions, also use nextjs-15.

Processing 14.4K 6mo ago
prowler-cloud

skill-sync

by prowler-cloud

Syncs skill metadata to AGENTS.md Auto-invoke sections. Trigger: When updating skill metadata (metadata.scope/metadata.auto_invoke), regenerating Auto-invoke tables, or running ./skills/skill-sync/assets/sync.sh (including --dry-run/--scope).

CLI Tools 14.4K 6mo ago
prowler-cloud

prowler

by prowler-cloud

Main entry point for Prowler development - quick reference for all components. Trigger: General Prowler development questions, project overview, component navigation (NOT PR CI gates or GitHub Actions workflows).

API Dev 14.4K 5mo ago
partme-ai

algorithmic-art

by partme-ai

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 578 5mo ago
guanyang

brand-guidelines

by guanyang

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

Design 935 6mo ago
inference-sh

pitch-deck-visuals

by inference-sh

"Investor pitch deck structure with slide-by-slide framework, visual design rules, and data presentation. Covers the 12-slide framework, chart types, team slides, and common investor turn-offs. Use for: fundraising decks, investor presentations, startup pitch, demo day, grant proposals. Triggers: pitch deck, investor deck, startup pitch, fundraising deck, demo day, pitch presentation, investor presentation, seed deck, series a deck, pitch slides, startup presentation, vc pitch, investor meeting"

CLI Tools 643 5mo ago
gotempsh

add-session-recording

by gotempsh

Add privacy-aware session recording and replay to React applications using Temps SDK. Captures user interactions for playback while respecting privacy through input masking, element blocking, and GDPR-compliant consent flows. Use when the user wants to: (1) Add session recording to their app, (2) Implement session replay functionality, (3) Record user sessions for debugging, (4) Add privacy-compliant screen recording, (5) Debug user issues with visual replay, (6) Implement rrweb-based recording, (7) Set up GDPR-compliant session capture. Triggers: "session recording", "session replay", "record sessions", "user replay", "screen recording", "rrweb", "session capture".

Auth 550 5mo ago
millionco

remotion-best-practices

by millionco

Best practices for Remotion - Video creation in React

Animation 14.1K 5mo ago
inference-sh

app-store-screenshots

by inference-sh

"App Store and Google Play screenshot creation with exact platform specs. Covers iOS/Android dimensions, gallery ordering, device mockups, and preview videos. Use for: app store optimization, ASO, app screenshots, app preview, play store listing. Triggers: app store screenshots, aso, app store optimization, play store screenshots, app preview, app listing, ios screenshots, android screenshots, app store images, app mockup, device mockup, app gallery, store listing"

CLI Tools 643 5mo ago
zebbern

HTML Injection Testing

by zebbern

This skill should be used when the user asks to "test for HTML injection", "inject HTML into web pages", "perform HTML injection attacks", "deface web applications", or "test content injection vulnerabilities". It provides comprehensive HTML injection attack techniques and testing methodologies.

API Dev 4.4K 6mo ago
Project-N-E-K-O

🎨 UI 设计规范

by Project-N-E-K-O

Project N.E.K.O. 胶囊化 UI、品牌蓝视觉系统规范

i18n 2.2K 5mo ago
majiayu000

Meta Dispatcher & Task Orchestrator

by majiayu000

PRD 驱动的任务调度与技能管理专家。接收完整 PRD/需求文档,负责拆解业务、选择技术栈、路由到合适的专业 Skill,并维护从方案到落地的全流程。

Automation 511 5mo ago
inference-sh

data-visualization

by inference-sh

"Data visualization with chart selection, color theory, and annotation best practices. Covers chart types (bar, line, scatter, heatmap), axes rules, and storytelling with data. Use for: charts, graphs, dashboards, reports, presentations, infographics, data stories. Triggers: data visualization, chart, graph, data chart, bar chart, line chart, scatter plot, data viz, visualization, dashboard chart, infographic data, data presentation, chart design, plot, heatmap, pie chart alternative"

Analytics 643 5mo ago
Project-N-E-K-O

Vanilla JS UI Race Conditions (VRM vs Live2D)

by Project-N-E-K-O

Dealing with delayed DOM generation, lazy loading, and optimistic state synchronization in vanilla JavaScript without a reactive framework.

Agents 2.2K 5mo ago
cursor

review-plugin-submission

by cursor

Audit a Cursor plugin for marketplace readiness. Use when validating manifests, component metadata, discovery paths, and submission quality before publishing.

Code Review 2.4K 5mo ago
inference-sh

og-image-design

by inference-sh

"Open Graph and social sharing image design with platform specs, text placement, and branding. Covers OG meta tags, Twitter cards, LinkedIn previews, and dynamic generation. Use for: social sharing images, blog thumbnails, link previews, social cards. Triggers: og image, open graph, social sharing image, twitter card, social card, link preview image, og meta, sharing preview, social thumbnail, meta image, og:image, twitter:image, linkedin preview"

Design 643 5mo ago
cursor

create-plugin-scaffold

by cursor

Create a new Cursor plugin scaffold with a valid manifest, component directories, and marketplace wiring. Use when starting a new plugin or adding a plugin to a multi-plugin repository.

Code Gen 2.4K 5mo ago
am-will

vercel-react-best-practices

by am-will

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Caching 1K 6mo ago
partme-ai

avue-form

by partme-ai

Provides comprehensive guidance for Avue Form component including form configuration, validation, and dynamic forms. Use when the user asks about Avue Form, needs to create dynamic forms, implement form validation, or work with form configurations.

API Dev 578 6mo ago