design-implement

design-implement is a skill for Claude Code from atretyak1985/swarmery. It costs 163 tokens per session (3,664 once invoked), scanned A, original, Apache-2.0.

A step-by-step workflow for turning a finished visual design into a screen in the project's existing code stack and checking the result against the design.

In plain words
What is it for?
It helps implement screens from design exports, handoff prompts, or screenshots, with token checks, approval steps, and pixel-difference verification.
Why use it?
It breaks design implementation into measurable stages so visual matching is based on a rendered comparison rather than someone’s impression.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PROJECT_DIR} variable. Also seen: mentions CLAUDE.md.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the design-pack plugin — 3 skills, 1 command, 1 agent shipped together

Good fit It helps implement screens from design exports, handoff prompts, or screenshots, with token checks, approval steps, and pixel-difference verification.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add atretyak1985/swarmery
Claude Code
/plugin install design-pack

Made for: Claude Code.

Or install design-pack, the plugin that ships this one along with the rest of its 3 skills, 1 command, 1 agent.

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 design-implement

README.md
[![agentmods](https://agentmods.dev/badge/skills/atretyak1985/swarmery/design-implement.svg)](https://agentmods.dev/skills/atretyak1985/swarmery/design-implement)
Your own site
<a href="https://agentmods.dev/skills/atretyak1985/swarmery/design-implement"><img src="https://agentmods.dev/badge/skills/atretyak1985/swarmery/design-implement.svg" alt="Measured on agentmods" height="20"></a>
Per session 163 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,664 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00163 $0.03664
Opus 5 $0.00081 $0.01832
Sonnet 5 $0.00033 $0.00733
Haiku 4.5 $0.00016 $0.00366

Measured 5d ago against content hash 1edef2c86aff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

design-implement 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.

plugins/design-pack/skills/design-implement/SKILL.md · 282 lines

How it starts

The opening of the file, as written. The whole thing — 282 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Purpose

Six phases that carry a screen from "here is a design" to "here is a measured diff". Each phase has exactly one output, and the next phase does not start until that output exists.

Two rules hold the whole workflow up: the token inventory comes from a real headless render, never from reading the design's CSS by eye; and completion is a number plus an image, never an impression.

This document is the procedure only. Input shapes and what each one can promise live in design-acquire; the measurement procedure lives in design-verify; the precision rules live in references/fidelity-checklist.md and the named failure modes in references/anti-patterns.md. Nothing here repeats them.

Step 0 — Prerequisites

0.1 — Read ${CLAUDE_PROJECT_DIR}/.claude/project.json, the design block.

Required: design.tokensFile, design.componentsRoot, design.routesRoot, design.devUrl, design.verify (both verify.lint and verify.typecheck).

If the block is missing, or any required field is empty, stop loudly. Name the specific fields that are not filled in — not "the config is incomplete", but the list of them — and say where the form is: the project dashboard → plugins → design-pack. Do not guess a path, do not infer a components root from a directory listing, do not run on a partial block.

Optional fields and their defaults:

Field Default Read by
design.fontLoader Phase 3 font check (next-font | link-tag | self-hosted | none)
design.devCommand Phase 6, when design.devUrl does not answer
design.diff.threshold 0.5 Phase 6 verdict
design.diff.pixelTolerance 0.1 Phase 6 per-pixel comparison
design.budget.maxIterations 4 Phase 5 correction loop cap
design.budget.maxFiles 12 Phase 4 sanity cap on the approved file list

0.2 — Read the project's CLAUDE.md in full, before any edit. In a large repository that file carries the decision history that changes how a screen is built — which layer owns styling, which component library is already committed to, what is deliberately not abstracted. Skipping it produces work that is locally correct and architecturally wrong.

Read the full file on GitHub · 282 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 282 lines · 163 tokens per session scan A 1edef2c86aff

Subscribe to this mod's changes

design-implement is a skill published in the GitHub repository atretyak1985/swarmery (4 stars, last pushed today), licensed Apache-2.0. It adds 163 tokens to every session and 3,664 once invoked, about $0.0008 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-09-03.

Related

Other skills, from other repositories

brand-landingpage

Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established…

wshobson/agents · 112 tokens

smui

Local copy of the smui ("spacemolt") design system ( ), adapted for the CAD Viewer. smui is a Nord-inspired terminal aesthetic for shadcn/ui with light and dark modes: sharp edges, monospace everything. Read this whole document before restyling viewer UI.

earthtojake/text-to-cad · 0 tokens

web-animation-design

Design and implement web animations that feel natural and purposeful. Use this skill proactively whenever the user asks questions about animations, motion, easing, timing, duration, springs, transitions, or animation performance. This includes questions about how to animate specific UI elements, which easing to use…

vercel-labs/open-agents · 177 tokens

frontend-ui-dark-ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

microsoft/skills · 48 tokens

openkb-html-critic

Use to review a generated HTML deck or single-page artifact for visual quality and structural correctness. Especially good at catching CSS specificity bugs where slide-modifier classes (.divider, .center, .q, .flow etc.) accidentally override the base .slide{display:none} and cause one slide to stack on top of every…

VectifyAI/OpenKB · 132 tokens

design-tokens-transformer

A converter for design tokens, which are named values for colors, fonts, spacing, borders, shadows, and motion. It translates one shared token source into CSS variables and Tailwind or shadcn-style theme files, and can convert them back for checking.

modu-ai/moai-cowork · 255 tokens