codex-skills-library: Skill for Claude Code

.agents/skills/image-reference-to-ui-implementation-v2/SKILL.md

image-reference-to-ui-implementation-v2 is a skill for Claude Code, Codex from YankielDBC2/codex-skills-library. It costs 39 tokens per session (382 once invoked), scanned A, original, MIT.

A set of guidelines for turning screenshots, moodboards, mockups, or other visual references into React or Next.js interfaces. It focuses on adapting the reference's layout, spacing, typography, colors, and interaction ideas.

In plain words
What is it for?
Use it when implementing interfaces from screenshots, design images, competitor pages, or uploaded references. It covers analysis, reusable components, real content, responsive checks, and frontend validation.
Why use it?
It helps translate visual inspiration into practical, original UI that fits the existing brand and codebase. It also highlights simplifications needed for performance, accessibility, and responsive behavior.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is YankielDBC2/codex-skills-library's own configuration. It tells Claude Code and Codex how to work on codex-skills-library itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything codex-skills-library configures →

Reuse

Borrowing it

Nothing to install: this file belongs to YankielDBC2/codex-skills-library. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/YankielDBC2/codex-skills-library/main/.agents/skills/image-reference-to-ui-implementation-v2/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/YankielDBC2/codex-skills-library

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-reference-to-ui-implementation-v2

README.md
[![agentmods](https://agentmods.dev/badge/skills/yankieldbc2/codex-skills-library/image-reference-to-ui-implementation-v2.svg)](https://agentmods.dev/skills/yankieldbc2/codex-skills-library/image-reference-to-ui-implementation-v2)
Your own site
<a href="https://agentmods.dev/skills/yankieldbc2/codex-skills-library/image-reference-to-ui-implementation-v2"><img src="https://agentmods.dev/badge/skills/yankieldbc2/codex-skills-library/image-reference-to-ui-implementation-v2.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 382 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00039 $0.00382
Opus 5 $0.00019 $0.00191
Sonnet 5 $0.00008 $0.00076
Haiku 4.5 $0.00004 $0.00038

Measured 6d ago against content hash 8e962008d566, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

image-reference-to-ui-implementation-v2 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 6d 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-reference-to-ui-implementation-v2/SKILL.md · 50 lines

What it actually says

Image Reference to UI Implementation v2

Goal

Translate visual references into buildable UI direction while adapting them to the project brand, content, and technical constraints.

When to use

Use when the user provides screenshots, images, design inspiration, website references, mockups, or asks for a UI similar in feel to another design.

Workflow

  1. Analyze the reference by layout, density, type scale, color, spacing, imagery, motion, and interaction patterns.
  2. Extract principles instead of copying blindly: hierarchy, rhythm, motif, card shape, texture, navigation style, and content density.
  3. Map the reference to the project stack, existing components, and brand needs.
  4. Call out what should be adapted, simplified, or avoided for performance, accessibility, or originality.
  5. Implement a first pass using real project content and reusable components when possible.
  6. Compare the result against the reference qualities, not exact pixels unless the user requests pixel matching.

Quality bar

  • Run available frontend validation commands.
  • Inspect responsive states where reference-driven layouts may break.
  • Check that images, text, and interactive elements remain accessible.

Validation

  • The UI captures the reference mood without becoming a clone.
  • Implementation respects the repo style system and responsive behavior.
  • Visual choices are explained as design decisions, not guesses.

Final response

  • Summarize extracted reference qualities, implementation choices, and remaining polish opportunities.
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. 6d ago First seen · 50 lines · 39 tokens per session scan A 8e962008d566

Subscribe to this mod's changes

image-reference-to-ui-implementation-v2 is a skill published in the GitHub repository YankielDBC2/codex-skills-library (10 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 382 once invoked, about $0.0002 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

shadcn

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…

shadcn-ui/ui · 94 tokens

component-search

Search 21st.dev component registry for production-ready React components. Finds components by natural language description, filters by framework and style system, returns ranked results with install instructions. Use when looking for UI components, finding alternatives to existing components, or sourcing design system…

yonatangross/orchestkit · 57 tokens

frontend-ui-design

Use when design and build production-grade UI components using React, Vue, or vanilla HTML/CSS. Create responsive layouts, design systems, and accessible interfaces. Use when designing and build production-grade ui components using react, vue, or.

oyi77/1ai-skills · 51 tokens

anti-slop-frontend

Use when anti-slop frontend framework for AI agents. Enforces better layout, typography, motion, and spacing to counter generic AI-generated boilerplate UIs. Use when building frontend, countering generic AI UIs, need distinctive visual design, image-to-code pipeline.

oyi77/1ai-skills · 60 tokens

frontend-design

Create distinctive, production-grade Stellar dApp UI. Combines bold aesthetic direction with smart contract integration patterns — wallet connection flows, transaction UX, contract data displays, and agentic kit hook wiring. No generic "AI slop" aesthetics.

rylsherdamz-rgb/stellar-forge · 51 tokens

cyber_fantasy_ui

Generate dark neon cyber-fantasy dashboards, glassmorphism surfaces, and gamified React and Tailwind UIs.

isdou/aoleme-ui-skill · 31 tokens