响应式

响应式设计与移动优先

用途与选择建议

这类技能用于界面实现与体验改进。比较框架支持、键盘交互和响应式行为;生成组件后,使用真实内容分别检查窄屏与宽屏布局。

显示 1-24 / 共 702 个技能
TechNickAI

playwright-browser

TechNickAI

"Use when automating browsers, testing pages, taking screenshots, checking UI, verifying login flows, or testing responsive behavior"

响应式 24 8个月前
PostHog

managing-dashboards

PostHog

Guides PostHog engineers through dashboard platform and scene changes. Use when changing Dashboard, DashboardTile, dashboardLogic, dashboard layouts, dashboard sharing or embeds, public dashboards, templates, filters, variables, refresh behavior, tile loading, dashboard lists, or dashboard permissions. Covers normal, shared, embedded, export, product-embedded, and template surfaces; RBAC; cache and query behavior; responsive layouts; and large or small dashboards. Use manage-dashboard-widgets instead for a widget_type or WidgetCard change.

响应式 4万 5天前
nextlevelbuilder

ui-styling

nextlevelbuilder

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns, forms, tables), customizing themes and colors, implementing dark mode, generating visual designs and posters, or establishing consistent styling patterns across applications.

设计 12.4万 2个月前
langfuse

frontend-browser-review

langfuse

Shared workflow for browser-based review of user-visible frontend changes in Langfuse. Use when a change affects UI behavior, layout, styling, navigation, or browser-visible regressions and should be checked with available browser automation before signoff.

代码评审 3.4万 10天前
lobehub

ux-audit

lobehub

'Audit a page / surface against the Designing Interfaces pattern language + the ux skill checklists, then land findings. Three layers — static (code), visual (screenshots), dynamic (automated user journey + perf). Use to run a repeatable, standards-based UX review of one screen.'

设计 8.2万 9天前
microsoft

ux-css-layout

microsoft

VS Code CSS conventions, file organization, class naming, standard sizes, SplitView/Grid layout, scrollable content, responsive layout, and text overflow/ellipsis patterns. Use when writing CSS, building layouts, or fixing text truncation issues.

设计 19万 11天前
microsoft

vscode-dev-workbench

microsoft

Use when the user wants to run the vscode.dev server locally and exercise the VS Code workbench or Agents window in the integrated browser against the local microsoft/vscode sources. Covers starting the dev server, the vscode-quality=dev URL, browser-driven interaction patterns, and optionally wiring up a local mock agent host for the Agents window.

CLI 工具 19万 4个月前
Kilo-Org

vscode-visual-regression

Kilo-Org

Write Storybook stories and visual regression tests for the Kilo VS Code extension webview UI

响应式 2.7万 4个月前
openclaw

python-debugpy

openclaw

Debug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.

CLI 工具 38.9万 3个月前
metabase

emotion-migrate

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.

设计 4.9万 5天前
getsentry

migrate-container-queries

getsentry

"Guide for migrating viewport media queries (@media, useMedia, and screen:-prefixed responsive props) to container queries in Sentry's frontend. Use when migrating responsive layout to container queries, replacing @media/useMedia/screen: breakpoints, refactoring styled responsive components to Container/Flex/Grid primitives, or working on the DE container-query migration."

响应式 4.5万 14天前
getsentry

design-system

getsentry

Guide for using Sentry's layout and text primitives. Use when implementing UI components, layouts, or typography. Enforces use of core components over styled components.

设计 4.5万 1个月前
coder

generate-readme-screenshots

coder

Regenerate high-resolution README screenshots from Storybook stories. Use this skill when visual diffs are detected in any story under "Docs/README Screenshots", or when story data/layout changes require updated documentation assets. Triggers on: visual regressions in readme screenshot stories, changes to App.readmeScreenshots.stories.tsx, changes to mockFactory.ts that affect screenshot stories, or explicit user request to update README images.

CLI 工具 1985 1个月前
paperclipai

agent-browser

paperclipai

Drive a real browser to inspect or interact with a web page or app — navigate, take screenshots, read console and network, fill simple forms — for verification tasks, not unattended automation.

响应式 8万 3个月前
longbridge

gpui-layout-and-style

longbridge

Layout and styling in GPUI. Use when styling components, layout systems, or CSS-like properties.

响应式 1.4万 7个月前
komal-SkyNET

home-assistant-manager

komal-SkyNET

Expert-level Home Assistant configuration management with efficient deployment workflows (git and rapid scp iteration), remote CLI access via SSH and hass-cli, automation verification protocols, log analysis, reload vs restart optimization, and comprehensive Lovelace dashboard management for tablet-optimized UIs. Includes template patterns, card types, debugging strategies, and real-world examples.

CLI 工具 947 9个月前
wondelai

web-typography

wondelai

'Select, pair, and implement typefaces for web projects. Use when the user mentions "font pairing", "which typeface", "line height", "responsive typography", "web font loading", or "type hierarchy". Covers readability evaluation, CSS implementation, and performance optimization. For overall UI design systems, see refactoring-ui. For dramatic typographic experiences, see top-design.'

设计 2024 6个月前
ruvnet

agent-goal-planner

ruvnet

Agent skill for goal-planner - invoke with $agent-goal-planner

智能体 6.9万 7个月前
ruvnet

agent-adaptive-coordinator

ruvnet

Agent skill for adaptive-coordinator - invoke with $agent-adaptive-coordinator

自动化 6.9万 7个月前
thedivergentai

godot-camera-systems

thedivergentai

"Expert patterns for 2D/3D camera control including smooth following (lerp, position_smoothing), camera shake (trauma system), screen shake with frequency parameters, deadzone/drag for platformers, look-ahead prediction, and camera transitions. Use for player cameras, cinematic sequences, or multi-camera systems. Trigger keywords: Camera2D, Camera3D, SpringArm3D, position_smoothing, camera_shake, trauma_system, look_ahead, drag_margin, camera_limits, camera_transition."

游戏开发 594 6个月前
thedivergentai

godot-genre-shooter

thedivergentai

"Expert blueprint for FPS/TPS shooter games (Call of Duty, Counter-Strike, Apex Legends, Fortnite) covering weapon systems, recoil patterns, hitscan vs projectile, aim assist, multiplayer prediction, and gunplay feel. Use when building competitive shooters, battle royales, or tactical FPS games requiring responsive combat. Keywords hitscan, recoil pattern, aim assist, client prediction, weapon archetype, projectile physics, hit registration."

数据库 594 6个月前
thedivergentai

godot-adapt-desktop-to-mobile

thedivergentai

"Expert patterns for porting desktop games to mobile including touch control schemes (virtual joystick, gesture detection), UI scaling for small screens, performance optimization for mobile GPUs, battery life management, and platform-specific features. Use when creating mobile ports or cross-platform mobile builds. Trigger keywords: TouchScreenButton, virtual_joystick, gesture_detector, InputEventScreenTouch, InputEventScreenDrag, mobile_optimization, battery_saving, adaptive_performance, MOBILE_ENABLED."

游戏开发 594 6个月前
thedivergentai

godot-debugging-profiling

thedivergentai

"Expert debugging workflows including print debugging (push_warning, push_error, assert), breakpoints (conditional breakpoints), Godot Debugger (stack trace, variables, remote debug), profiler (time profiler, memory monitor), error handling patterns, and performance optimization. Use for bug fixing, performance tuning, or development diagnostics. Trigger keywords: breakpoint, print_debug, push_error, assert, profiler, remote_debug, memory_leak, orphan_nodes, Performance.get_monitor."

调试 594 6个月前
thedivergentai

godot-adapt-mobile-to-desktop

thedivergentai

"Expert patterns for scaling mobile games to desktop including mouse/keyboard controls, increased resolution and graphical fidelity, expanded UI layouts, settings menus, window management, and platform-specific features. Use when creating desktop ports or cross-platform releases. Trigger keywords: mouse_controls, keyboard_shortcuts, resolution_scaling, graphics_settings, fullscreen_toggle, window_modes, Steam_integration, desktop_optimization."

游戏开发 594 6个月前