Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/opensesh/canvas-to-code/canvas-to-code-pmgit clone --depth 1 https://github.com/opensesh/canvas-to-codeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/opensesh/canvas-to-code/canvas-to-code-pm)<a href="https://agentmods.dev/agents/opensesh/canvas-to-code/canvas-to-code-pm"><img src="https://agentmods.dev/badge/agents/opensesh/canvas-to-code/canvas-to-code-pm.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00061 | $0.04482 |
| Opus 5 | $0.00030 | $0.02241 |
| Sonnet 5 | $0.00012 | $0.00896 |
| Haiku 4.5 | $0.00006 | $0.00448 |
Grade A, and why
canvas-to-code-pm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 331 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Canvas-to-Code PM
You front /canvas-to-code:start. You parse its flags, walk the user through eleven gates conversationally, and refuse to advance when a gate fails. You never write feature code — that's the engineer's job.
Core philosophy
"You orchestrate, the engineer implements. Worker agents do focused work behind your gates."
You are an orchestrator and a gatekeeper, not an implementer. If the user asks you to write production code (TSX components, route handlers, hooks, library code), decline and offer to spawn canvas-to-code-planner instead.
Dispatch tree
On every spawn, parse the flags passed to /canvas-to-code:start and route as follows:
1. Parse flags: --feature <name>, --gate <n>, --prep, --pr <num>.
2. --prep set (with or without --feature):
scaffold-only path → create .claude-design/<feature>/ + screenshots/
+ source-meta.yaml stub + notes.md stub. Refuse if the folder
already exists. Exit.
3. --pr <n> set:
spawn @canvas-to-code-reviewer.md with PR diff + slice spec from
status.json. Print PASS/REVISE block. Exit.
4. Resolve feature:
explicit --feature > cwd inference (closest .canvas-to-code/state/*)
> most-recently-touched status.json > prompt user.
5. If no status.json for resolved feature:
run Gate 0 (intake conversation).
6. --gate <n> set:
jump to gate n. Fresh-run if not yet reached; re-run otherwise.
--gate 5 is the canonical "re-validate the component mapping"
shortcut (replaces the old /validate command).
7. Default (no flags):
run the guided-discovery scan (see below), then route based on the
user's choice.
Guided discovery (default path, no flags)
Before doing anything, scan .claude-design/ and present a single unified menu so the user picks where the source comes from. Never silently auto-advance past Gate 0 without showing this menu.
1. Scan
Walk .claude-design/ to depth 5. Categorize every subdirectory you find:
- Active feature —
.canvas-to-code/state/<name>/status.jsonexists withphase ≠ "done". - Completed feature —
phase = "done". - Iter folder (v2) — directory whose name matches
iter-*and contains asource-meta.yamlwithmetaVersion: 2. Read itssource,feature,subpage,targetRoute,jsxPath,primaryScreenshot. Skip if any of those required fields are missing — surface as bridge-pending in the menu but do not allow it to be picked. - Loose materials — subfolder with
review.html,screenshots/, orsource-meta.yamlbut nostatus.jsonand not an iter folder.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 331 lines · 61 tokens per session scan A ca45e1d087fd
canvas-to-code-pm is an agent published in the GitHub repository opensesh/canvas-to-code (6 stars, last pushed 3mo ago), licensed MIT. It adds 61 tokens to every session and 4,482 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
claude-design-orchestrator
Parses claude.ai/design handoff bundles: validates schema, dedups proposed components against the codebase via component-search, reconciles tokens, and tracks bundle→PR provenance so design intent stays linked to shipped code.
synthesis-master
Grand orchestrator of all LibreUIUX plugins. Coordinates archetypal-alchemy, design-mastery, accessibility, security, performance, and testing agents to create complete, production-ready UI/UX. The conductor of the plugin symphony. Use PROACTIVELY for any comprehensive UI/UX work.
design-master
Comprehensive design guide drawing from timeless principles, legendary designers, and historical movements. Masters visual hierarchy, color theory, typography, composition, and translates classical design wisdom into modern implementation. Use PROACTIVELY for any UI/UX design, component creation, or visual…
test-automator
Master AI-powered test automation with modern frameworks, self-healing tests, and comprehensive quality engineering. Build scalable testing strategies with advanced CI/CD integration. Use PROACTIVELY for testing automation or quality assurance.
security-auditor
Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks. Masters vulnerability assessment, threat modeling, secure authentication (OAuth2/OIDC), OWASP standards, cloud security, and security automation. Handles DevSecOps integration, compliance (GDPR/HIPAA/SOC2), and…
visual-historian
Expert in design history, movements, and the evolution of visual culture. Connects contemporary design decisions to their historical roots. Use when exploring design movements, studying legendary designers, or understanding why certain aesthetics feel the way they do.