设计

UI/UX 方向、视觉设计与设计系统

显示 145-168 / 共 3105 个技能
lobehub

typescript

lobehub

'LobeHub TypeScript style and type-safety guide. Use when editing TS/TSX/MTS, fixing types, choosing interface vs type, avoiding any/object, import type, async flow, or ts-expect-error.'

设计 8.2万 1个月前
lobehub

drizzle

lobehub

'LobeHub Drizzle ORM schema and query style. Use for pgTable schemas, indexes, joins, inferred types, db.select/db.query, schema fields, foreign keys, junction tables, or postgres query patterns.'

数据库 8.2万 1个月前
lobehub

react

lobehub

'LobeHub React component conventions. Use when editing TSX UI, choosing base-ui vs @lobehub/ui vs antd, styling with antd-style, component boundaries, local state, layouts, render performance, or memoization.'

设计 8.2万 18天前
lightdash

frontend-style-guide

lightdash

Apply the Lightdash frontend style guide and design principles when working on React components or styling frontend code. Use when editing TSX files, building or reviewing UI, fixing styling issues, or when the user mentions Mantine, design, styling, or CSS modules.

设计 6116 6天前
openclaw

openhue

openclaw

"Control Philips Hue lights and scenes via the OpenHue CLI."

CLI 工具 38.9万 3个月前
anthropics

applying-brand-guidelines

anthropics

This skill applies consistent corporate branding and styling to all generated documents including colors, fonts, layouts, and messaging

设计 5.2万 10个月前
elizaOS

skill-creator

elizaOS

Creates, updates, and packages AgentSkills with proper SKILL.md frontmatter, bundled scripts, references, and assets. Provides guidance on skill naming, progressive disclosure, and context-efficient design. Use when building a new skill from scratch, restructuring an existing skill, writing or improving SKILL.md files, organizing skill resources into scripts/references/assets folders, packaging skills for distribution, or iterating on skill quality after testing.

设计 1.9万 2个月前
microsoft

video-to-gif

microsoft

'Video-to-GIF conversion with FFmpeg two-pass optimization'

设计 1367 2个月前
onyx-dot-app

playwright-e2e-tests

onyx-dot-app

Write and maintain Playwright end-to-end tests for the Onyx application. Use when creating new E2E tests, debugging test failures, adding test coverage, or when the user mentions Playwright, E2E tests, or browser testing.

认证鉴权 3.2万 3个月前
mastra-ai

docs-diagrams

mastra-ai

Convert existing docs diagram images to Mermaid, and author new Mermaid diagrams for Mastra docs. Use when replacing an Excalidraw or PNG/JPG/SVG diagram with Mermaid, when a docs page needs a new diagram, when a diagram renders wrong in light or dark mode, or when auditing which docs images should become Mermaid. Triggers on: convert diagram, Excalidraw, mermaid, flowchart, diagram image, diagram styling, diagram looks wrong.

设计 2.8万 14天前
nrwl

check-docs-style

nrwl

Check modified Nx documentation pages against the astro-docs style guide. Auto-trigger after writing or editing docs content in the nx repo. Also trigger on "check style", "style guide", "docs review", "validate docs". Should run as a final step whenever docs files are modified. IMPORTANT: anytime astro-docs/*/.mdoc files are modified, this should always run automatically without being asked.

设计 2.9万 12天前
getsentry

cmdk-actions

getsentry

Guide for adding new actions to Sentry's Command+K palette. Use when implementing new cmdk actions, registering page-level or global actions, building async resource pickers, or adding contextual actions to a view.

代码生成 4.5万 4个月前
getsentry

generate-snapshot-tests

getsentry

Generate snapshot test files for Sentry frontend React components. Use when asked to "generate snapshot tests", "add snapshot tests", "create visual snapshots", "write snapshot tests", "add visual regression tests", or "snapshot this component". Accepts an optional component path or name via $ARGUMENTS.

设计 4.5万 5个月前
getsentry

react-component-documentation

getsentry

Create or update component documentation in Sentry's MDX stories format. Use when asked to "document a component", "add stories", "write component docs", "create an mdx file", "add a stories.mdx", or document a design system component. Generates structured MDX with live demos, accessibility guidance, and auto-generated API docs from TypeScript types.

无障碍 4.5万 6个月前
supabase

safe-sql-execution

supabase

Use whenever code will build, return, fetch, or execute SQL that runs against a user's real Postgres database — even when the request reads like an ordinary feature or bug fix and never says "security," "injection," or "SafeSqlFragment." This covers: writing or editing any pg-meta function, query builder, or endpoint that builds/returns SQL for database objects (tables, views, functions, DB triggers, indexes, RLS policies); interpolating a schema/table/column/search/route-param value into SQL text; storing, fetching, or re-running SQL that round-trips from the database (a policy's definition, a function/view definition, a snippet's saved content); and any "Run"/"Apply"/"Execute" action that sends SQL to a project's database (SQL editor run-selection, policy editor apply, snippet runner). Load this BEFORE writing such code, not only when reviewing a finished diff. Skip only for changes that never touch SQL text or execution — styling, unrelated data hooks, non-SQL form validation, or UI layout work.

数据库 10.9万 1个月前
supabase

write-the-docs

supabase

Draft new or updated Supabase docs content for a feature or launch, grounded in Linear (the ticket plus its product/PM context), a read of the actual code, and the docs style guide once one exists. Use when asked to write docs for a new feature, a launch (e.g. Select 2026), or a Linear ticket that needs net-new content rather than a bug fix. Not for implementing existing docs bug reports — use work-linear-issue for that.

注释 10.9万 26天前
supabase

dev-toolbar-review

supabase

Safety rules for the dev toolbar, PostHog client, and feature flags. Use

代码评审 10.9万 1个月前
supabase

studio-ui-patterns

supabase

Design system UI patterns for Supabase Studio. Use when building or updating

设计 10.9万 1个月前
luongnv89

brand-voice

luongnv89

Ensure all communication matches brand voice and tone guidelines. Use when creating marketing copy, customer communications, public-facing content, or when users mention brand voice, tone, or writing style.

设计 4.1万 1个月前
remix-run

make-demo

remix-run

Create or revise demos in the Remix repository. Use when adding a new demo under demos/, updating an existing demo, or reviewing demo code to ensure it showcases Remix packages, strong code hygiene, and production-quality patterns.

代码生成 3.3万 28天前
remix-run

write-readme

remix-run

Write or rewrite package README files in the style used by the Remix repository. Use when drafting a new package README, revising an existing README, or reviewing README structure, examples, installation instructions, and section ordering for Remix packages.

设计 3.3万 3个月前
elastic

review-connector

elastic

Review connector spec changes (spec, docs). Use when reviewing a PR involving connector specs, doing post-creation review after create-connector or build-connector, or preparing a connector PR checklist.

设计 2.1万 1个月前
elastic

catalog-ecommerce

elastic

Guide for building catalog and e-commerce search with Elasticsearch. Use when a developer wants product search, faceted navigation, autocomplete, "did you mean" suggestions, or shopping-oriented search experiences.

设计 2.1万 5个月前
elastic

create-connector

elastic

Creates a new connector spec for Kibana. Use when asked to create (or add) a new connector, integration, or data source.

设计 2.1万 27天前