fd

fd is a skill for Claude Code, Codex from dgk-dev/dgk-gpt. It costs 58 tokens per session (1,788 once invoked), scanned A, original, MIT.

A frontend design mode for improving the look, layout, usability, and visual direction of web interfaces.

In plain words
What is it for?
Use it for redesigning pages, creating landing pages, refining layouts and styling, or improving the user experience of a web interface.
Why use it?
It helps turn functional but rough interfaces into designs that feel deliberate and polished.

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/dgk-dev/dgk-gpt/fd
Any agent
npx skills add dgk-dev/dgk-gpt --skill fd
Clone the repo
git clone --depth 1 https://github.com/dgk-dev/dgk-gpt

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 fd

README.md
[![agentmods](https://agentmods.dev/badge/skills/dgk-dev/dgk-gpt/fd.svg)](https://agentmods.dev/skills/dgk-dev/dgk-gpt/fd)
Your own site
<a href="https://agentmods.dev/skills/dgk-dev/dgk-gpt/fd"><img src="https://agentmods.dev/badge/skills/dgk-dev/dgk-gpt/fd.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,788 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 $0.00058 $0.01788
Opus 5 $0.00029 $0.00894
Sonnet 5 $0.00012 $0.00358
Haiku 4.5 $0.00006 $0.00179

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

Security

Grade A, and why

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

skills/fd/SKILL.md · 173 lines

How it starts

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

FD

Use this as a frontend design and polish mode. The goal is not to make every UI louder; the goal is to make it feel intentionally designed.

Claude-First Mode

If local claude CLI is available, treat it as the design specialist for meaningful frontend work instead of relying on Codex's taste alone.

  • Use a single default workflow: delegate the first pass with claude-design-bridge fd --apply, then inspect Claude's diff, fix any integration issues, and run verification yourself.
  • Only use claude-design-bridge fd --plan when the user explicitly wants critique-only guidance without edits, or when apply mode is clearly unsafe for the task.
  • Include the user request, relevant paths, constraints, and any established design language in the delegated prompt.
  • Treat Claude's visual direction and implementation choices as the primary design authority, then use Codex to inspect, integrate, test, and clean up.
  • Fall back to Codex-native design work only if the bridge is unavailable, unauthenticated, or clearly fails.

Post-Claude Audit

When Claude handled the first implementation pass, Codex should assume responsibility for the final integration quality.

  • review the actual diff instead of trusting the visual pass blindly
  • fix truncation, overflow, wrapping, density, spacing collisions, and awkward responsive breakpoints
  • check keyboard/focus states, aria state integrity, and reduced-motion or contrast regressions when relevant
  • preserve filtering, routing, data flow, and existing interaction logic unless the user explicitly asked for behavior changes
  • catch SSR, hydration, typing, lint, and small-but-important maintainability issues that a design-first pass may miss
  • keep the design intent, but tighten the engineering finish

Default Taste

Unless the user explicitly asks for a different direction, bias the design toward:

  • Apple HIG-style clarity and restraint
  • Jony Ive-style product thinking: simple, refined, modern, reduced, calm
  • crisp hierarchy, generous spacing, careful materials, subtle motion, and high legibility
  • elegance through reduction, not decoration

Read the full file on GitHub · 173 lines

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 · 173 lines · 58 tokens per session scan A 82cd3947d2a2

Subscribe to this mod's changes

fd is a skill published in the GitHub repository dgk-dev/dgk-gpt (53 stars, last pushed 5mo ago), licensed MIT. It adds 58 tokens to every session and 1,788 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-30.

Related

Other skills, from other repositories

web-taste

Learn, visualize, confirm, store, and apply reusable frontend visual taste from reference webpage URLs. Use when a user asks to study, learn, save, imitate, or apply a website's style, layout, UI, typography, components, art direction, motion, or responsive behavior; when prior taste cases should inform a frontend; or…

lllkn/web-taste · 82 tokens

Shade ShadCN install

Guardrails for running pnpm dlx shadcn@latest add in Shade — never overwrite existing components, fresh branch first, swap raw colours for semantic tokens after integrating. Trigger when the user proposes a shadcn add, or when a fresh ShadCN-shaped file lands in apps/shade/src/components/ui.

TryGhost/Ghost · 72 tokens

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

frontend-visual-qa

Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…

daymade/claude-code-skills · 145 tokens

better-colors

Helps you build a color system and answer anything about color in your project. You can generate palettes, use semantic tokens, convert between formats, check contrast and more.

jakubkrehel/skills · 38 tokens

prototype-web

可点击的功能性 Web 原型, 含导航、英雄区、特性区、CTA.

nexu-io/html-anything · 24 tokens