web-style-director

web-style-director is a skill for Codex from TheGoat395/Codex-Skills. It costs 12 tokens per session (192 once invoked), scanned A, original, MIT.

A guide for choosing and enforcing a specific visual style for modern websites, from luxury and editorial to product and commerce sites.

In plain words
What is it for?
Use it when building or redesigning websites and user interfaces that need a defined visual direction.
Why use it?
It prevents broad style requests from producing an inconsistent or generic interface.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it when building or redesigning websites and user interfaces that need a defined visual direction.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thegoat395/codex-skills/web-style-director
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.

Any agent
npx skills add TheGoat395/Codex-Skills --skill web-style-director
Clone the repo
git clone --depth 1 https://github.com/TheGoat395/Codex-Skills

Made for: 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 web-style-director

README.md
[![agentmods](https://agentmods.dev/badge/skills/thegoat395/codex-skills/web-style-director/github.svg)](https://agentmods.dev/skills/thegoat395/codex-skills/web-style-director)
Your own site
<a href="https://agentmods.dev/skills/thegoat395/codex-skills/web-style-director"><img src="https://agentmods.dev/badge/skills/thegoat395/codex-skills/web-style-director/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for web-style-director

Your own site · 80×15
<a href="https://agentmods.dev/skills/thegoat395/codex-skills/web-style-director"><img src="https://agentmods.dev/badge/skills/thegoat395/codex-skills/web-style-director.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 192 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00012 $0.00192
Opus 5 $0.00006 $0.00096
Sonnet 5 $0.00002 $0.00038
Haiku 4.5 $0.00001 $0.00019

Measured today against content hash c7994e323cbc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

web-style-director 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 today.

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/web-style-director/SKILL.md · 23 lines

What it actually says

Web Style Director

Purpose

Refine type, color, media and motion within the selected visual direction.

Scoped execution

Apply the shared web contract once when execution crosses phases; reuse it if already read. Load only the specialist guidance relevant to the requested surface and deliverable.

Detailed Guide

Read web style director guide for the selected workflow. Apply only the requested surface; review-only work reports findings, while authorized changes continue through implementation and relevant verification.

Scope and evidence

Refine the visual protagonist, coherent lane and type/color/media/motion choices within the shared direction spec. Do not create a parallel plan or restart an approved direction. Verify named-creator traits from the selected source before attributing them.

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. today Changed · -4 lines c7994e323cbc
  2. 5d ago Changed · -57 tokens per session 6aa8d152806e
  3. 8d ago First seen · 27 lines · 69 tokens per session scan A ba94d666baec

Subscribe to this mod's changes

web-style-director is a skill published in the GitHub repository TheGoat395/Codex-Skills (122 stars, last pushed today), licensed MIT. It adds 12 tokens to every session and 192 once invoked, about $0.0001 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

web-typography

Expert front-end web typography — apply this whenever you are styling text on the web or making type decisions in HTML/CSS/JSX/Tailwind. Use it to choose and pair fonts, build a type scale, set body copy and headings, tune fluid/responsive type with clamp(), fix line-height, rhythm, measure and heading wraps, improve…

simongonzalezdc/web-typography-skill · 156 tokens

motion-guide

Use when designing, adding, changing, suggesting, or reviewing UI motion. Motion Guide is a default-trigger motion decision advisor for AI coding agents: it decides whether motion should exist, selects an appropriate functional or expressive pattern, and constrains implementation with timing, easing, accessibility…

JarvixGaby/motion-guide-skill · 65 tokens

baseline-ui

Skill "baseline-ui" from humanerd-drew/opencode-drewgent, covering baseline ui, when to apply, rule categories by priority, 1. stack defaults and 2. html semantics.

humanerd-drew/opencode-drewgent · 52 tokens

conversion-accessibility-polish

Improve an existing website or web app's decision clarity, trust, forms, UX copy, and accessibility without dark patterns. Use when an agent must polish CTAs, navigation, pricing, onboarding, empty or error states, keyboard behavior, semantic HTML, focus, contrast, or the end-to-end conversion path.

divyanshu-iitian/agent-website-design-skills · 68 tokens

product-motion-design

Design, implement, audit, or repair purposeful motion for React and web interfaces, including GSAP timelines, scroll choreography, micro-interactions, and optional Three.js scenes, with cleanup, responsive behavior, reduced-motion support, and browser verification.

divyanshu-iitian/agent-website-design-skills · 52 tokens

web-design-system

Extract, create, or refine an implementation-ready design system for a website or web app. Use when an agent needs semantic tokens, component anatomy, variants, interaction states, responsive rules, accessibility defaults, or consistency improvements grounded in an existing frontend codebase.

divyanshu-iitian/agent-website-design-skills · 55 tokens