figma-use-figjam

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

use_figma — Figma Plugin API Skill for FigJam

use_figma — 适用于FigJam的Figma插件API Skill

This skill contains FigJam-specific context for the
use_figma
MCP tool. The figma-use skill provides foundational context for plugin API execution via MCP as well as the full Figma plugin API for more advanced use-cases that are not described here.
Always pass
skillNames: "figma-use-figjam"
when calling
use_figma
for FigJam operations.
This is a logging parameter used to track skill usage — it does not affect execution.
本Skill包含针对
use_figma
MCP工具的FigJam专属场景信息。figma-use Skill提供了通过MCP执行插件API的基础场景信息,以及完整的Figma插件API,可用于本文档未提及的更高级场景。
在调用
use_figma
执行FigJam操作时,请务必传入
skillNames: "figma-use-figjam"
。这是用于跟踪Skill使用情况的日志参数,不会影响执行过程。

Reference Docs

参考文档

  • plan-board-content - Read this for any board content request — board template, retro, brainstorm, ice breaker, meeting board, scaffold
    • Covers planning of generated board content, including sequential outline, sections, intents, and hierarchical text
    • Delegates to other references for specific API details
  • create-section — Create and configure FigJam sections (sizing, naming, colors, content visibility, organizing nodes, column layouts)
  • create-sticky — Create and configure FigJam sticky notes (colors, sizing, text, author visibility, batch creation)
  • create-connector — Create and configure FigJam connectors (endpoints, arrows, line types, labels, colors, diagram wiring)
  • create-text — Create and configure FigJam text nodes (font loading, preset fonts and colors, sizing, lists, mind map operations)
  • position-figjam-nodes — Position, size, and reparent nodes on the canvas (including within sections)
  • create-shape-with-text — Create and configure FigJam shapes with embedded text (shape types, color presets, sizing to fit text, diagram layouts)
  • create-code-block — Create and configure FigJam code block nodes (languages, syntax highlighting, positioning, embedding in sections)
  • create-table — Create and configure FigJam tables (rows, columns, cell text, color presets, resizing)
  • edit-text — Edit existing text nodes (font loading, styled ranges, find/replace, FigJam Charcoal default color)
  • create-label — Create and configure FigJam label nodes (small numbered/lettered circle callout markers, sequences, positioning)
  • batch-modify — Patterns for modifying many existing nodes at once (bulk style changes, repositioning, property updates)
  • plan-board-content - 任何看板内容需求(看板模板、回顾会议、头脑风暴、破冰活动、会议看板、框架搭建)都可参考本文档
    • 涵盖生成看板内容的规划,包括顺序大纲、板块、意图和层级文本
    • 针对特定API细节,可参考其他相关文档
  • create-section — 创建并配置FigJam板块(尺寸、命名、颜色、内容可见性、节点整理、列布局)
  • create-sticky — 创建并配置FigJam便签(颜色、尺寸、文本、作者可见性、批量创建)
  • create-connector — 创建并配置FigJam连接线(端点、箭头、线条类型、标签、颜色、图表连线)
  • create-text — 创建并配置FigJam文本节点(字体加载、预设字体和颜色、尺寸、列表、思维导图操作)
  • position-figjam-nodes — 在画布上定位、调整大小并重新设置节点父级(包括板块内的节点)
  • create-shape-with-text — 创建并配置带有嵌入文本的FigJam形状(形状类型、颜色预设、自适应文本尺寸、图表布局)
  • create-code-block — 创建并配置FigJam代码块节点(语言、语法高亮、定位、嵌入板块)
  • create-table — 创建并配置FigJam表格(行、列、单元格文本、颜色预设、调整大小)
  • edit-text — 编辑现有文本节点(字体加载、样式范围、查找/替换、FigJam Charcoal默认颜色)
  • create-label — 创建并配置FigJam标签节点(带编号/字母的小型圆形标注标记、序列、定位)
  • batch-modify — 批量修改多个现有节点的模式(批量样式更改、重新定位、属性更新)