image-to-code-skill

image-to-code-skill is a skill for Claude Code, Codex from PIXARTSeu/Synapse. It costs 118 tokens per session (7,746 once invoked), scanned A, original, no licence file.

A workflow for turning important website images into matching web code. It first creates and studies design images, then builds the website to resemble them.

In plain words
What is it for?
Use it for visually important web pages that need large, readable, section-specific design references and close visual matching.
Why use it?
It helps when the visual appearance matters and small or unclear reference images would make the result hard to reproduce accurately.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/pixartseu/synapse/image-to-code-skill
Any agent
npx skills add PIXARTSeu/Synapse --skill image-to-code-skill
Clone the repo
git clone --depth 1 https://github.com/PIXARTSeu/Synapse

Made for: Claude Code, Codex.

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

agentmods badge for image-to-code-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/pixartseu/synapse/image-to-code-skill.svg)](https://agentmods.dev/skills/pixartseu/synapse/image-to-code-skill)
Your own site
<a href="https://agentmods.dev/skills/pixartseu/synapse/image-to-code-skill"><img src="https://agentmods.dev/badge/skills/pixartseu/synapse/image-to-code-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,746 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00118 $0.07746
Opus 5 $0.00059 $0.03873
Sonnet 5 $0.00024 $0.01549
Haiku 4.5 $0.00012 $0.00775

Measured 4d ago against content hash 598b95e3487b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

image-to-code-skill 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 4d 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.

.agents/skills/image-to-code-skill/SKILL.md · 1,232 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

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.

  1. 4d ago First seen · 1,232 lines · 118 tokens per session scan A 598b95e3487b

Subscribe to this mod's changes

image-to-code-skill is a skill published in the GitHub repository PIXARTSeu/Synapse (8 stars, last pushed 8d ago), with no licence file. It adds 118 tokens to every session and 7,746 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

establishing-project-context

Use when the user asks to establish shared project language, or project work exposes a conflicting, renamed, or deprecated domain term that needs active semantic modeling. Routine small tasks stay on the fast path.

GanyuanRan/Aegis · 45 tokens

map-fast

Minimal workflow for small, low-risk changes — no planning, no learning.

azalio/map-framework · 17 tokens

airtable-webhooks

Receive and verify Airtable webhooks. Use when setting up Airtable webhook handlers, debugging X-Airtable-Content-MAC signature verification, handling the thin-ping notification, or fetching base changes (tableData, tableFields, tableMetadata add/remove/update) from the webhook payloads API.

hookdeck/webhook-skills · 65 tokens

code-that-fits-in-your-head

Software-engineering heuristics based on Mark Seemann's Code That Fits in Your Head (2021), updated for agent-driven development. Use when writing or reviewing code, refactoring accidental complexity or a Big Ball of Mud, controlling technical or architectural debt in generated code, designing APIs and invariants…

CodeAlive-AI/ai-driven-development · 169 tokens

unreal-gas

Expert guide for Unreal Engine 5.x Gameplay Ability System (GAS) C++ development. Covers AbilitySystemComponent, GameplayAbilities, GameplayEffects, Attributes/AttributeSets, GameplayTags, GameplayCues, AbilityTasks, prediction/replication, and common patterns. Use when the user asks about GAS, gameplay abilities…

maystudios/claude-skills · 149 tokens

refactoring

Safe, test-backed code restructuring in small steps.

andreaswasita/copilot-agents-dojo · 13 tokens