Agent
Consolidates scattered Figma API calls into FigmaService. Not in the @ autocomplete — invoked programmatically by primary agents.
Agent
Consolidates scattered Figma API calls into FigmaService. Not in the @ autocomplete — invoked programmatically by primary agents.
Agent
Recommends where new code belongs, identifies separation of concerns violations, and suggests module boundaries.
Agent
Reviews git diffs for code quality, project conventions, and risks. Read-only analysis.
Agent
Knows the Figma REST API, CSS property mappings, token extraction, and SVG generation patterns in this codebase.
Agent
Scans the codebase for structural issues and open refactoring topics. Reports findings without executing changes.
Agent
Writes vitest tests following project conventions: seam injection, fixture files, and integration test gates.
Command
Run type-check, lint, and tests with verbose output. Same as /qa but with raw output visible.
Command
Runs type-check, lint, and tests. Reports pass/fail and triages failures.
Skill Claude CodeCodex
Complete Figma REST API reference — all endpoints, tier levels, auth, geometry parameters, and rate limits.
Skill Claude CodeCodex
Design token extraction pipeline — frequency counting, semantic naming, token replacement, and varRef stripping.
Skill Claude CodeCodex
How to register new MCP tools — tool object pattern, Zod schemas, handler conventions, and conditional registration.
Skill Claude CodeCodex
Release workflow — release-please, npm publish, server.json version sync, and MCP registry publishing.
Skill Claude CodeCodex
SVG vector generation from Figma VECTOR nodes — caching, path merging, bounds calculation, and disk writing.
Instructions file CodexOpenCode
AGENTS.md instructions for felixAnhalt/figma-to-code-mcp, covering agents.md — figma-context-mcp, agent scratchpad, commands, build & development and type checking & linting.
MCP server Claude CodeCodexCursor +2
LLM-optimized Figma MCP server. Runs locally from the @tmegit/figma-to-code-mcp npm package. Needs 1 environment variable to run.