Design

UI/UX direction, visual design, and design systems

Showing 121-144 of 3103 skills
EveryInc

ce-brainstorm

by EveryInc

'Explore vague or ambitious ideas into a right-sized requirements-only unified plan. Use when the user wants to brainstorm, think through scope, decide what to build, or needs collaborative product framing before planning. Also use when the user must scope work in territory they say they do not know ("I know nothing about X but need to...") or asks for a blindspot pass — mapping the decision surface before questions begin. Not for executing already-specified work — direct implementation, debugging, or code review where no product scope is left to decide. Not for a decisive verdict on whether to adopt or switch to a specific external technology, library, or platform — brainstorming scopes what to build, not whether to commit to an outside option.'

Design 24.6K 21d ago
EveryInc

ce-promote

by EveryInc

"Draft launch or promotion copy for a shipped feature."

Design 24.6K 27d ago
EveryInc

ce-work

by EveryInc

Execute a plan or concrete work prompt end-to-end. Use when implementing from a plan document, a spec path, or a clear build request; use ce-debug for open-ended bugs. Standalone use owns the shipping tail; outer orchestrators pass mode:return-to-caller [implementation_engine:<compact-json>] [implementation_run:<safe-id>] <plan path> for implementation, recovery, and local verification only.

Design 24.6K 21d ago
EveryInc

ce-doc-review

by EveryInc

Review requirements, plans, or specs with role-specific lenses. Use when the user wants to improve an existing planning document.

Processing 24.6K 21d ago
comet-ml

diagram-generation

by comet-ml

Generate self-contained HTML architecture diagrams. Use when creating visual diagrams for PRs, task plans, or architectural explanations.

Design 21.6K 4mo ago
Kilo-Org

icon-vscode

by Kilo-Org

Create or review icons for Kilo's VS Code extension, webviews, and shared icon registry.

Design 27K 1mo ago
Kilo-Org

icon-jetbrains

by Kilo-Org

Create or review IntelliJ New UI SVG icons, theme variants, sizes, and palette.

Design 27K 1mo ago
ComposioHQ

brand-guidelines

by ComposioHQ

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 73.3K 10mo ago
ComposioHQ

artifacts-builder

by ComposioHQ

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

Code Gen 73.3K 10mo ago
ComposioHQ

theme-factory

by ComposioHQ

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

Design 73.3K 10mo ago
ComposioHQ

canvas-design

by ComposioHQ

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

Design 73.3K 10mo ago
markdown-viewer

infographic

by markdown-viewer

Create template-based infographics with space-separated key-value syntax (NOT YAML). Best for KPI dashboards, timelines, roadmaps, SWOT analysis, funnels, comparisons, and org charts with quick visual impact.

Analytics 3.2K 4mo ago
markdown-viewer

uml

by markdown-viewer

Create UML diagrams using PlantUML syntax. Best for software modeling — Class, Sequence, Activity, State Machine, Component, Use Case, and Deployment diagrams with concise text-based notation and auto-layout.

Code Gen 3.2K 4mo ago
obra

brainstorming

by obra

"You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."

Code Gen 279.1K 26d ago
openclaw

prototype-openclaw-tui

by openclaw

Build throwaway, fixture-driven OpenClaw Clack or Pi TUI prototypes and compare multiple interactive variants side by side in tmux without running the full application or touching live state.

CLI Tools 389.1K 1mo ago
oven-sh

implementing-jsc-classes-cpp

by oven-sh

Implements JavaScript classes in C++ using JavaScriptCore. Use when creating new JS classes with C++ bindings, prototypes, or constructors.

Code Gen 95.9K 18d ago
metabase

docs-review

by metabase

Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.

Comments 49.1K 8mo ago
coder

electron

by coder

Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an Electron application. Triggers include "automate Slack app", "control VS Code", "interact with Discord app", "test this Electron app", "connect to desktop app", or any task requiring automation of a native Electron application.

Design 2K 5mo ago
anthropics

theme-factory

by anthropics

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

Design 175K 9mo ago
anthropics

brand-guidelines

by anthropics

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 175K 9mo ago
anthropics

canvas-design

by anthropics

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

Design 175K 9mo ago
metabase

metabase-ui-component-from-figma

by metabase

Update or build a Metabase design-system component (frontend/src/metabase/ui — Chip, Badge, Alert, Switch, etc.) to match a Figma spec described in a Linear issue. Use when a ticket asks to restyle an existing metabase/ui component or implement a new one from Figma. Covers: checking out the issue, mapping the component (usage/blast radius for an existing one, or scaffolding a new one), building a Storybook showcase matrix (before styling for existing components, after for new ones), styling from exact Figma tokens while iterating with the user, and committing + migrating call sites LAST.

Design 49.1K 5d ago
metabase

metabase-data-app-setup

by metabase

Scaffold a new Metabase data-app into the connected remote-sync repository's data_apps/<app>/ directory from the data-app-template. Use when the user asks to start, create, scaffold, or set up a data-app from scratch.

Design 49.1K 4d ago
metabase

emotion-migrate

by metabase

Migrate Emotion styled-components to Mantine components with style props and CSS modules. Use when converting .styled.tsx files or removing @emotion imports from components.

Design 49.1K 5d ago