设计

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

显示 505-528 / 共 3105 个技能
bergside

bento

bergside

Modular grid layout with card-like blocks, clear hierarchy, soft spacing, and subtle visual contrast for organized, scannable interfaces.

设计 2522 4个月前
bergside

pulse

bergside

Dynamic, vibrant style with thick borders, geometric shapes, high-contrast colors, and expressive typography conveying motion and vitality.

设计 2522 2个月前
bergside

clean

bergside

Simplicity-focused design with ample whitespace, legible typography, and a limited color palette to reduce visual clutter.

设计 2522 4个月前
bergside

gradient

bergside

Smooth color transitions and gradient-rich surfaces for modern, playful interfaces with visual depth.

设计 2522 4个月前
bergside

immersive

bergside

"An immersive, interactive, exhibit-style interface that blends storytelling, animation, and gamified elements to create a playful, experience-driven journey. The entire app sits on a single continuous brand-colored canvas (deep green)"

设计 2522 4个月前
bergside

corporate

bergside

Professional, brand-aligned design with structured grids, minimalist layouts, and consistent enterprise patterns.

设计 2522 4个月前
bergside

fiction

bergside

"A playful, energetic, cartoonesque interface inspired by friendly children's-book illustrations — warm cream backgrounds, big bold custom display typography, saturated brand color blocks, thick black outlines, generously rounded shapes"

设计 2522 4个月前
bergside

claymorphism

bergside

Soft, rounded 3D-like shapes mimicking malleable clay with playful, puffy elements and colorful surfaces.

设计 2522 4个月前
bergside

basic

bergside

Print-inspired visual language for books, magazines, and reports with editorial grids and expressive typography.

设计 2522 2个月前
bergside

expressive

bergside

Vibrant, personality-driven design with bold colors, playful graphics, and dynamic layouts that balance creativity with structure.

设计 2522 4个月前
bergside

mono

bergside

Monospace-driven, matrix-inspired design with high-contrast elements, compact density, and a hacker-chic aesthetic.

设计 2522 4个月前
bergside

material

bergside

Google's Material Design with layered surfaces, dynamic theming, built-in motion, and responsive cross-platform patterns.

设计 2522 4个月前
google-labs-code

design-md

google-labs-code

Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files

设计 8186 7个月前
google-labs-code

stitch-design

google-labs-code

Unified entry point for Stitch design work. Handles prompt enhancement (UI/UX keywords, atmosphere), design system synthesis (.stitch/DESIGN.md), and high-fidelity screen generation/editing via Stitch MCP.

设计 8186 6个月前
google-labs-code

stitch-loop

google-labs-code

Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern

设计 8186 6个月前
google-labs-code

enhance-prompt

google-labs-code

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

设计 8186 7个月前
google-labs-code

taste-design

google-labs-code

Semantic Design System Skill for Google Stitch. Generates agent-friendly DESIGN.md files that enforce premium, anti-generic UI standards — strict typography, calibrated color, asymmetric layouts, perpetual micro-motion, and hardware-accelerated performance.

设计 8186 5个月前
x-cmd

x-cmd

x-cmd

Shell Superpowers for AI Agents.

设计 4589 5个月前
davila7

design-to-code

davila7

Pixel-perfect Figma to React conversion using coderio. Generates production-ready code (TypeScript, Vite, TailwindCSS V4) with high visual fidelity. Features robust error handling, checkpoint recovery, and streamlined execution via helper script.

CLI 工具 3万 6个月前
figma

create-design-system-rules

figma

Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.

代码生成 1921 6个月前
figma

implement-design

figma

Translates Figma designs into production-ready code with 1:1 visual fidelity. Use when implementing UI from Figma files, when user mentions "implement design", "generate code", "implement component", "build Figma design", provides Figma URLs, or asks to build components matching Figma specs. Requires Figma MCP server connection.

代码生成 1921 8个月前
BankrBot

productclank-campaigns

BankrBot

Community-powered growth for builders. Boost amplifies your social posts with authentic community engagement (replies, likes, reposts). Discover finds relevant conversations and generates AI-powered replies at scale. Use Boost when the user has a post URL. Use Discover when the user wants to find and engage in conversations about their product.

设计 1188 5个月前
dotnet

maui-safe-area

dotnet

.NET MAUI safe area and edge-to-edge layout guidance for .NET 10+. Covers the new SafeAreaEdges property, SafeAreaRegions enum, per-edge control, keyboard avoidance, Blazor Hybrid CSS safe areas, migration from legacy iOS-only APIs, and platform-specific behavior for Android, iOS, and Mac Catalyst. USE FOR: "safe area", "edge-to-edge", "SafeAreaEdges", "SafeAreaRegions", "keyboard avoidance", "notch insets", "status bar overlap", "iOS safe area", "Android edge-to-edge", "content behind status bar", "UseSafeArea migration", "soft input keyboard", "IgnoreSafeArea replacement". DO NOT USE FOR: general layout or grid design (use Grid and StackLayout), app lifecycle handling (use maui-app-lifecycle), theming or styling (use maui-theming), or Shell navigation structure.

设计 5256 1个月前
dotnet

migrate-static-to-wrapper

dotnet

Replace existing static dependency call sites with a wrapper or built-in abstraction that already exists or is registered in DI, across a bounded scope (file, project, namespace). USE FOR: replace DateTime.UtcNow/DateTime.Now with TimeProvider and add the constructor parameter, migrate static call sites to a wrapper already in DI, bulk replace File.* with IFileSystem, scoped migration of statics in only certain files, update unit tests to a fake time source, make an existing static or utility class testable by adding an ambient TimeProvider/IFileSystem seam while every current call site keeps compiling, behavior-preserving time refactors that must keep the same DateTimeKind. DO NOT USE FOR: detecting statics (use detect-static-dependencies), designing a brand-new wrapper interface that does not exist yet (use generate-testability-wrappers), migrating between test frameworks.

代码生成 5256 1个月前