Install
$ agentstack add skill-sergekostenchuk-ui-ux-agent-skill-system-senior-figma-orchestrator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Senior Figma Orchestrator
This is the Figma sub-orchestrator for the UI/UX skill group. Use it below $senior-ui-ux-orchestrator when the work depends on Figma files, selected frames, Design Variables, Code Connect, code-to-canvas, direct canvas editing, assets, effects, or workflow governance.
Operating Modes
route: choose the smallest Figma specialist set.read-context: route tofigma-context-reader.design-to-code: route tofigma-design-to-code-bridge.code-to-canvas: route tofigma-code-to-canvas.edit-canvas: route tofigma-canvas-editor.sync-system: route tofigma-design-system-sync.manage-assets: route tofigma-assets-manager.apply-effects: route tofigma-apply-effects.audit-workflow: route tofigma-workflow-auditor.
Required Workflow
- Read [references/routing-matrix.md](references/routing-matrix.md) before routing.
- Read [references/figma-mcp-compatibility.md](references/figma-mcp-compatibility.md) when current Figma MCP capability matters.
- Confirm the available input: Figma URL, selected node context, local codebase, live URL, screenshots, exported assets, or design-system brief.
- Classify privacy before using Figma context. Treat non-public Figma files, screenshots, design variables, component libraries, and exported assets as sensitive.
- For any
use_figmaoperation, first invoke the installedfigma:figma-useskill. For FigJam or Slides, also invoke the relevant installed Figma skill. - For create/update/delete canvas work, require explicit scope: target file or node, intended mutation, rollback or duplicate strategy, and evidence to collect afterward.
- Route to specialists and require them to label results as
Ran,Skipped,Planned, orManual.
Routing Defaults
- Understand a file, frame, node, variable set, component tree, or Dev Mode spec:
figma-context-reader. - Convert a selected design into an implementation plan or component mapping:
figma-design-to-code-bridge. - Capture live UI from a browser/app into editable Figma layers:
figma-code-to-canvas. - Create or edit frames, components, autolayout, variables, FigJam objects, or Slides objects:
figma-canvas-editor. - Sync tokens, variables, component libraries, Code Connect, or style drift:
figma-design-system-sync. - Export/download/prepare image, SVG, font, or design assets:
figma-assets-manager. - Add, remove, bind, or audit Figma Effects:
figma-apply-effects. - Check whether a Figma workflow is valid, current, privacy-safe, and evidence-backed:
figma-workflow-auditor.
Safety And Evidence Rules
- Do not claim Figma MCP access exists until a connected tool or skill is available in the current session.
- Do not claim a Figma mutation happened unless a tool response, metadata readback, screenshot, or exported artifact proves it.
- Do not upload private Figma content, screenshots, URLs, source code, or assets to non-Figma external services without explicit approval.
- When Figma MCP is unavailable, return a blocked or fallback path: manual Figma instructions, local code implementation, screenshot audit, or asset export request.
- Prefer duplicating frames/components before broad destructive edits.
Output
Use [assets/figma-handoff-template.md](assets/figma-handoff-template.md) for route handoffs and final reports.
Validation
When editing this skill, run:
python3 $CODEX_SKILLS_DIR/.system/skill-creator/scripts/quick_validate.py $CODEX_SKILLS_DIR/senior-figma-orchestrator
python3 $CODEX_SKILLS_DIR/senior-skill-architect/scripts/lint_production_skill.py $CODEX_SKILLS_DIR/senior-figma-orchestrator
python3 -m json.tool $CODEX_SKILLS_DIR/senior-figma-orchestrator/evals/evals.json >/dev/null
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sergekostenchuk
- Source: sergekostenchuk/ui-ux-agent-skill-system
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.