Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .claude/agents/calibration/converter.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: calibration-converter
description: Converts the entire scoped Figma design to a single HTML page and measures pixel-perfect accuracy via visual comparison.
tools: Bash, Read, Write, Glob, mcp__figma__get_design_context
tools: Bash, Read, Write, Glob
model: claude-sonnet-4-6
---

Expand Down Expand Up @@ -38,8 +38,6 @@ Read the original fixture JSON directly when you need to verify a value from the
> **Rule: If design tree and fixture disagree, trust the fixture.**
> The design tree is a compressed representation. The fixture JSON contains the authoritative raw values from Figma.

If the input is a Figma URL, call `get_design_context` MCP tool instead (no fixture JSON available in that case — use design context as the sole source).

## Code Generation Prompt

Read and follow `.claude/skills/design-to-code/PROMPT.md` for all code generation rules. Key points:
Expand All @@ -50,7 +48,7 @@ Read and follow `.claude/skills/design-to-code/PROMPT.md` for all code generatio
## Steps

1. Read `docs/DESIGN-TO-CODE-PROMPT.md` for code generation rules
2. Generate design tree (CLI) or get design context (MCP)
2. Generate design tree (CLI)
3. Convert the design tree to a single standalone HTML+CSS file
- Each node in the tree maps 1:1 to an HTML element
- Copy style values directly — they are already CSS-ready
Expand Down
168 changes: 0 additions & 168 deletions .claude/commands/calibrate-loop-deep.md

This file was deleted.

2 changes: 1 addition & 1 deletion .claude/commands/calibrate-loop.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Run a calibration debate loop using local fixture directories. No Figma MCP needed.
Run a calibration debate loop using local fixture directories.

Input: $ARGUMENTS (fixture directory path, e.g. `fixtures/material3-kit`)

Expand Down
41 changes: 0 additions & 41 deletions .claude/commands/mcp-vs-cli.md

This file was deleted.

Loading
Loading