writing-web

writing-web is a skill for Claude Code, Codex from alexei-led/cc-thingz. It costs 63 tokens per session (615 once invoked), scanned A, original, MIT.

Guidance for building simple websites with HTML, CSS, JavaScript, and HTMX, a tool for adding server-driven interactions to HTML pages.

In plain words
What is it for?
Use it to change web pages, stylesheets, server-rendered templates, forms, layouts, and small browser interactions without using a frontend framework.
Why use it?
It helps keep pages semantic, responsive, accessible, and safe while fitting the project's existing templates and asset setup.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to change web pages, stylesheets, server-rendered templates, forms, layouts, and small browser interactions without using a frontend framework.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alexei-led/cc-thingz/writing-web
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 alexei-led/cc-thingz --skill writing-web
Clone the repo
git clone --depth 1 https://github.com/alexei-led/cc-thingz

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 writing-web

README.md
[![agentmods](https://agentmods.dev/badge/skills/alexei-led/cc-thingz/writing-web/github.svg)](https://agentmods.dev/skills/alexei-led/cc-thingz/writing-web)
Your own site
<a href="https://agentmods.dev/skills/alexei-led/cc-thingz/writing-web"><img src="https://agentmods.dev/badge/skills/alexei-led/cc-thingz/writing-web/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 writing-web

Your own site · 80×15
<a href="https://agentmods.dev/skills/alexei-led/cc-thingz/writing-web"><img src="https://agentmods.dev/badge/skills/alexei-led/cc-thingz/writing-web.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 615 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.00063 $0.00615
Opus 5 $0.00032 $0.00308
Sonnet 5 $0.00013 $0.00123
Haiku 4.5 $0.00006 $0.00061

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

Security

Grade A, and why

writing-web 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 9d 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.

src/skills/writing-web/SKILL.md · 58 lines

How it starts

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

Web Development

Scope

  • Use for HTML, CSS, HTMX, vanilla JS, and server-rendered templates.
  • Do not use for React, Vue, Angular, TypeScript, Node.js backends, or app architecture.
  • Follow existing template language, asset pipeline, framework, accessibility, and security conventions.
  • Do not add a dependency, build step, or framework unless the project already uses it or the user approves.

Reference Reads

  • Read references/patterns.md before layout, behavior, accessibility, or security changes; skip for copy-only edits.

Defaults

  • Prefer semantic HTML and CSS; add HTMX or JS only when native browser behavior is insufficient.
  • Use mobile-first, fluid CSS. Put repeated design tokens in custom properties; keep one-off values local.
  • Preserve usable links and forms when practical.
  • Treat accessibility, responsive behavior, and safe rendering as required behavior.
  • Escape untrusted output; avoid innerHTML unless project sanitizer marks content trusted.

Comments

  • Use HTML comments only for template boundaries, generated blocks, or security assumptions that are not obvious from markup.
  • Use CSS comments for non-obvious hacks, browser constraints, or integration boundaries.
  • Use JS comments only for non-obvious constraints, invariants, side effects, tradeoffs, or browser quirks.
  • Keep comments short. Move longer rationale to docs, issue links, or design notes.
  • Do not comment obvious markup, selectors, declarations, or event handlers.
  • Keep UI tests readable without comments; add one only for unobvious fixtures, browser setup, timing, or regression context.

Verification

  • Run project-configured format, lint, validation, tests, and browser checks for the changed files.
  • For UI changes, check mobile and desktop widths plus keyboard navigation.
  • For changed interactive behavior, run a browser test or state why it was skipped.
  • If a check is unavailable, state the gap and run the closest configured gate.
  • For rendered-browser verification (screenshots, live interaction, cross-viewport checks), use browser-automation.

Read the full file on GitHub · 58 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. 9d ago First seen · 58 lines · 63 tokens per session scan A f691bb9e2bef

Subscribe to this mod's changes

writing-web is a skill published in the GitHub repository alexei-led/cc-thingz (35 stars, last pushed today), licensed MIT. It adds 63 tokens to every session and 615 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

ui-web

Web UI - glassmorphism, Tailwind, dark mode, accessibility.

alinaqi/maggy · 17 tokens

memstack-security-csp-headers

Use this skill when the user says 'CSP', 'Content-Security-Policy', 'security headers', 'HSTS', 'X-Frame-Options', 'clickjacking', 'unsafe-inline', 'unsafe-eval', or needs to audit, generate, or fix HTTP security headers for a web application. Do NOT use for API route audits or dependency scanning.

cwinvestments/memstack · 83 tokens

ijfw-ui-spec

Use when the user says: 'ui spec', 'design contract', 'ui audit setup', 'lock the design', 'visual contract', 'ui review setup', or '/ijfw-ui-spec'. Produces UI-SPEC.md as the visual design contract before any frontend or visual-artifact build, and dispatches ijfw-ui-auditor as the final 6-pillar gate.

FerroxLabs/ijfw · 83 tokens

spotpatch

A development workflow for React that connects a selected page element to its JSX or TSX source code and gathers context for review.

huanglvjing/spotpatch · 93 tokens

ring:validating-ux-completeness

Validating that UX specifications are complete before technical design: a read-only checklist over wireframes, states, responsive behavior, accessibility, and component-library alignment, emitting a DESIGN VALIDATED / NEEDS REVISION verdict to design-validation.md. Standalone utility — run after a product-designer…

LerianStudio/ring · 113 tokens

ring:checking-frontend-quality

Checking frontend quality against changed UI via ring:qa-frontend in accessibility, visual, e2e, or performance mode and aggregating pass/fail verdicts. Use when a frontend change needs standalone a11y, visual-snapshot, Playwright e2e, or Lighthouse/Core-Web-Vitals validation outside the dev cycle. Skip for…

LerianStudio/ring · 102 tokens