awdr74100

9 mods across 1 repository, 633 stars between them.

PostToolUse

01

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.

633 2d ago A tokens not measured original MIT

figwright

02

awdr74100/figwright

Settings file Claude Code

Agent settings declaring 1 hook event (PostToolUse).

633 2d ago A tokens not measured original MIT

figma-typings-audit

03

awdr74100/figwright

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…

633 2d ago A 133 tokens original MIT

mcp-sdk-audit

04

awdr74100/figwright

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…

633 2d ago A 159 tokens original MIT

figwright

05

awdr74100/figwright

MCP server Claude CodeCodexCursor +2

MCP server "figwright" as configured in awdr74100/figwright. Runs packages/mcp/dist/index.mjs with node.

633 2d ago A tokens not measured original MIT

figwright AGENTS.md

06

awdr74100/figwright

Instructions file CodexOpenCode

Instructions for awdr74100/figwright, covering agents.md, architecture, layout, tech stack and commands.

633 2d ago A 5,203 tokens original MIT

figwright CLAUDE.md

07

awdr74100/figwright

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.

633 2d ago A 720 tokens original MIT

figma-build

08

awdr74100/figwright

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.…

633 2d ago A 180 tokens original MIT

figma-codegen

09

awdr74100/figwright

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…

633 2d ago A 145 tokens original MIT