Token导航 LogoToken导航TokenDH.com
前端设计external-servicegithub未标认证来源可访问clear审计提醒

moai-connector-figmamoai connector Figma 前端

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

238

周安装

10

GitHub Stars

公开资料未说明

下载量

83
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:moai-connector-figma(moai connector Figma 前端)
来源仓库:https://github.com/rdmptv/adbautoplayer
仓库路径:skills/moai-connector-figma
安装命令:
npx skills add https://github.com/rdmptv/adbautoplayer --skill moai-connector-figma
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/rdmptv/adbautoplayer --skill moai-connector-figma

简介

用于辅助前端页面和组件开发,支持 React、Vue 等框架代码生成。

  • 可审查样式、布局和交互逻辑,帮助优化组件结构和性能表现。
  • 使用时需结合项目现有设计系统和路由,避免生成孤立片段。
  • 涉及页面改动时应配合本地预览和构建检查,确认视觉效果正确。
  • 适用于 Codex、Claude、Cursor 和 Gemini CLI,依赖仓库具体实现。

SKILL.md

Quick Reference (30 seconds)

Enterprise Figma & Design Systems

Primary Focus: Design systems, component libraries, design tokens, documentation Best For: UI/UX design, design system creation, component documentation, design handoff Key Tools: Figma 2025, FigJam, design tokens, component variants Auto-triggers: Figma files, design system discussions, component documentation

ToolVersionFeatures
Figma2025Real-time collaboration, AI improvements
FigJamLatestWhiteboarding, collaborative design
Design Tokens2.0Token standardization

Implementation Guide (5 minutes)

Features

  • Design system architecture with W3C DTCG 2.0 token standards
  • Component library management with variants and states
  • Design-to-code workflow automation via Figma MCP
  • Accessibility compliance auditing (WCAG 2.2)
  • Real-time collaboration and version control
  • Asset export and developer handoff

When to Use

  • Creating or refactoring design systems for multi-platform projects
  • Building accessible component libraries with proper documentation
  • Automating design token synchronization between design and code
  • Setting up design-to-development workflows with version control
  • Implementing design system governance and maintenance processes

Core Patterns

Pattern 1: Design Token Architecture

// Design tokens following DTCG 2.0
{
  "color": {
    "brand": {
      "primary": { "$value": "#0066CC", "$type": "color" },
      "secondary": { "$value": "#6C757D", "$type": "color" }
    }
  },
  "spacing": {
    "base": { "$value": "8px", "$type": "dimension" }
  }
}

Pattern 2: Component Variant System

  • Create main components with logical variant properties (size, state, theme)
  • Use auto-layout for responsive behavior
  • Document usage guidelines in component descriptions
  • Maintain consistent naming: Component/Variant/State

Pattern 3: Design-to-Code Workflow

  1. Design components in Figma with proper naming
  2. Export design tokens via Figma MCP plugin
  3. Sync tokens to code repository (JSON → CSS/SCSS/JS)
  4. Generate component boilerplate from Figma specs
  5. Validate design compliance with automated tests

What It Does

Enterprise-grade design system and UI kit development with Figma. Component documentation, design tokens, accessibility, and seamless developer handoff.

Key capabilities:

  • ✅ Design system architecture and governance
  • ✅ Component libraries with variants
  • ✅ Design tokens and design-to-dev workflow
  • ✅ Accessibility auditing in Figma
  • ✅ Documentation and design specs
  • ✅ Asset management and versioning
  • ✅ Developer handoff and code generation

When to Use

Automatic triggers:

  • Design system creation
  • Component library management
  • UI kit development
  • Design documentation

Manual invocation:

  • Design system audit
  • Component strategy review
  • Token management
  • Design-to-dev workflow optimization

Three-Level Learning Path

Level 1: Fundamentals (See examples.md)

Core design system concepts:

  • Figma Basics: Pages, frames, components, variants
  • Component System: Primary vs secondary components
  • Design Tokens: Colors, typography, spacing
  • Documentation: Specs, guidelines, patterns
  • Accessibility: Color contrast, labels, states

Level 2: Advanced Patterns (See modules/component-strategy.md)

Production design systems:

  • Variant Management: States, sizes, variations
  • Token Architecture: Design tokens for dev/design
  • Component Governance: Naming, updates, versioning
  • Design Documentation: Specifications, usage
  • Figma Plugins: Automation, token sync

Level 3: Developer Handoff (See modules/dev-workflow.md)

Design-to-development workflow:

  • Code Generation: Components from Figma
  • Specs & Assets: Automated export
  • Design Tokens: Sync to code repositories
  • CI/CD Integration: Design system versioning
  • Quality Assurance: Design compliance testing

Best Practices

DO:

  • Use main components for reusability
  • Maintain consistent naming conventions
  • Document all design tokens
  • Version design system regularly
  • Conduct accessibility audits
  • Review component variants
  • Keep documentation updated

DON'T:

  • Create duplicate components
  • Skip accessibility checks
  • Ignore design token standardization
  • Over-complicate component structure
  • Use inconsistent naming
  • Forget to document changes
  • Ignore developer feedback

Tool Versions (2025-11-22)

ToolVersionPurpose
Figma2025Design tool
Design Tokens2.0Token standard
FigJamLatestCollaboration
PenpotLatestOpen source alternative

Works Well With

  • moai-domain-frontend (React component mapping)
  • moai-lang-html-css (HTML/CSS semantic markup)
  • moai-system-universal (UX/UI design principles)

Learn More

  • Examples: See examples.md for design system patterns
  • Component Strategy: See modules/component-strategy.md for component systems
  • Dev Workflow: See modules/dev-workflow.md for design-to-dev handoff
  • Figma Docs: https://help.figma.com/
  • Design Tokens: https://designtokens.org/

Changelog

  • v4.0.0 (2025-11-22): Modularized with strategy and workflow modules
  • v3.0.0 (2025-11-13): Figma 2025 features, design tokens 2.0
  • v2.0.0 (2025-10-01): Component variants, design systems
  • v1.0.0 (2025-03-01): Initial release

Skills: Skill("moai-lang-unified"), Skill("moai-lang-html-css"), Skill("moai-system-universal") Auto-loads: Design system files, Figma projects

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

31.45%
按下载量换算26

windsurf

23.45%
按下载量换算19

OpenCode

17.01%
按下载量换算14

Codex

12.44%
按下载量换算10

Antigravity

7.08%
按下载量换算6

Gemini CLI

3.39%
按下载量换算3

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills