production-web-builder

production-web-builder is a skill for Claude Code, Codex from cmdr-chara/codex-toolkit. It costs 81 tokens per session (2,305 once invoked), scanned A, original, MIT.

A skill for building or auditing production-ready web interfaces across the full application, from architecture and forms to accessibility, performance, testing, and deployment.

In plain words
What is it for?
Implementing or reviewing web features and applications, checking responsive behavior and accessibility, and verifying browser, SEO, testing, and deployment concerns.
Why use it?
It helps uncover problems that are easy to miss when focusing only on the page’s appearance, such as broken flows, slow loading, or poor keyboard access.

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/cmdr-chara/codex-toolkit/production-web-builder
Any agent
npx skills add cmdr-chara/codex-toolkit --skill production-web-builder
Clone the repo
git clone --depth 1 https://github.com/cmdr-chara/codex-toolkit

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 production-web-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/cmdr-chara/codex-toolkit/production-web-builder.svg)](https://agentmods.dev/skills/cmdr-chara/codex-toolkit/production-web-builder)
Your own site
<a href="https://agentmods.dev/skills/cmdr-chara/codex-toolkit/production-web-builder"><img src="https://agentmods.dev/badge/skills/cmdr-chara/codex-toolkit/production-web-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,305 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.00081 $0.02305
Opus 5 $0.00041 $0.01153
Sonnet 5 $0.00016 $0.00461
Haiku 4.5 $0.00008 $0.00231

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

Security

Grade A, and why

production-web-builder 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/web_project_inventory.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/production-web-builder/SKILL.md · 223 lines

How it starts

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

Production Web Builder

Build the smallest coherent web system that satisfies product behavior and production constraints. Prefer platform/framework capabilities until a demonstrated requirement justifies a dependency.

Trigger boundary

Use this skill for:

  • implementing a production web feature, route, application, or redesign handoff;
  • auditing an existing web interface for architecture and production readiness;
  • choosing rendering/data/form/state/motion/testing approaches from repository evidence;
  • completing browser, accessibility, performance, SEO, observability, and deployment verification.

Do not trigger for:

  • defining the product's visual direction—use product-design-director;
  • reference reconstruction where fidelity is the primary problem—start with screenshot-to-interface;
  • choosing or implementing Flutter/Expo/mobile-native applications;
  • adding a package because it appears on a preferred stack list.

Required inputs

Capture:

  1. repository state, framework/runtime/package manager, deployment target, and supported browsers;
  2. product/design requirements, flows, content, responsive and accessibility acceptance criteria;
  3. data, API, authentication/authorization, cache, mutation, and error contracts;
  4. SEO/discovery needs, localization, privacy/security, analytics, and observability policy;
  5. performance budget or critical user journeys;
  6. test/CI/deploy tooling and environments.

Run the read-only inventory to locate current choices before recommending new ones:

python skills/production-web-builder/scripts/web_project_inventory.py . --format markdown

Safety baseline

  • Inspect and preserve uncommitted work; avoid broad formatting or generated churn.
  • Read manifests, lockfile, framework configuration, and existing patterns before package changes.
  • Do not expose secrets in client bundles, logs, source maps, browser storage, or test fixtures.
  • Treat server/client and trusted/untrusted boundaries explicitly; client validation is not authorization.
  • Do not disable type, lint, accessibility, CSP, certificate, auth, or browser safeguards to make a check pass.
  • Confirm package commands and compatibility from current official sources and the active repository; never invent CLI flags.

Read the full file on GitHub · 223 lines

Files

What ships with it

5 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. 4d ago First seen · 223 lines · 81 tokens per session scan A 4689387dbe16

Subscribe to this mod's changes

production-web-builder is a skill published in the GitHub repository cmdr-chara/codex-toolkit (2 stars, last pushed 6d ago), licensed MIT. It adds 81 tokens to every session and 2,305 once invoked, about $0.0004 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.