PostToolUse
01Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing format-on-edit.mjs via node. From awdr74100/figwright.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing format-on-edit.mjs via node. From awdr74100/figwright.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Skill Claude CodeCodex
Upgrade @figma/plugin-typings and absorb what the new version exposes. Diffs the .d.ts between the installed and the target version (that package ships no changelog), sorts the changes into breakage / new API / silently-added fields, maps each onto the sandbox handlers, the hand-written Zod mirrors in shared, and the…
Skill Claude CodeCodex
Upgrade @modelcontextprotocol/server (the MCP TypeScript SDK v2) and prove the wire contract survived. The SDK is a runtime dependency whose breakage lands on the wire, not in the type checker — so this sorts each release by which SDK source files it touched (Figwright uses only the server + stdio slice of a…
MCP server Claude CodeCodexCursor +2
MCP server "figwright" as configured in awdr74100/figwright. Runs packages/mcp/dist/index.mjs with node.
Instructions file CodexOpenCode
Instructions for awdr74100/figwright, covering agents.md, architecture, layout, tech stack and commands.
Instructions file
Instructions for awdr74100/figwright: Read AGENTS.md first — it's the single source of guidance for this repo: architecture, layout, tech stack, commands, conventions, release flow, and gotchas.
Skill Claude CodeCodex
Build a Figma design from code or a description — the reverse of figma-codegen. Reuses the connected file's existing design system (components, variables, styles) instead of drawing primitives with hardcoded values. Triggers whenever the user wants something created or updated IN Figma from code or a spec — e.g.…
Skill Claude CodeCodex
Generate framework-aware code from a Figma design. Reads the project's stack profile and emits code matching the existing framework (React/Vue/Svelte/Next/etc.) and styling (Tailwind/CSS/CSS-in-JS), reusing existing components and design tokens instead of regenerating from scratch. Triggers whenever the user wants a…