Web Standards

Web Standards is a skill for Claude Code, Codex from systempromptio/systemprompt-template. It costs 24 tokens per session (4,998 once invoked), scanned A, original, no licence file.

A collection of web-development standards for extension systems, reusable content templates, page prerendering, and CSS management. Prerendering means generating a page before it is requested so it can be served as ready-made HTML.

In plain words
What is it for?
Use it when building or reviewing systemprompt.io web features involving extensions, templates, prerendered pages, or CSS.
Why use it?
It gives web projects consistent ways to organize extensions, templates, page generation, and styles.

Skill for Claude CodeCodex

Part of the systemprompt-dev plugin — 10 skills, 6 agents shipped together

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/systempromptio/systemprompt-template/dev-web-standards
Any agent
npx skills add systempromptio/systemprompt-template --skill dev-web-standards
Clone the repo
git clone --depth 1 https://github.com/systempromptio/systemprompt-template

Made for: Claude Code, Codex.

Or install systemprompt-dev, the plugin that ships this one along with the rest of its 10 skills, 6 agents.

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 Standards

README.md
[![agentmods](https://agentmods.dev/badge/skills/systempromptio/systemprompt-template/dev-web-standards.svg)](https://agentmods.dev/skills/systempromptio/systemprompt-template/dev-web-standards)
Your own site
<a href="https://agentmods.dev/skills/systempromptio/systemprompt-template/dev-web-standards"><img src="https://agentmods.dev/badge/skills/systempromptio/systemprompt-template/dev-web-standards.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,998 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00024 $0.04998
Opus 5 $0.00012 $0.02499
Sonnet 5 $0.00005 $0.01000
Haiku 4.5 $0.00002 $0.00500

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

Security

Grade A, and why

Web Standards 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.

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.

storage/files/plugins/systemprompt-dev/skills/dev-web-standards/SKILL.md · 876 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 876 lines · 24 tokens per session scan A db32b3293b46

Subscribe to this mod's changes

Web Standards is a skill published in the GitHub repository systempromptio/systemprompt-template (28 stars, last pushed 2d ago), with no licence file. It adds 24 tokens to every session and 4,998 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-08-30.

Related

Other skills, from other repositories

frontend-design

Produce intentional, responsive, accessible UI work and perform visual QA instead of generic component assembly.

Hmbown/CodeWhale · 21 tokens

parallel-feature-managers

Run several independent Cotal features concurrently by creating one Git worktree and one spawn-capable mesh manager per feature; each manager staffs a review panel in a dedicated channel, adds one independent cold reviewer briefed under the cold-review skill, owns plan-to-commit delivery, and escalates unresolved…

Cotal-AI/Cotal · 107 tokens

accessibility-a11y

Semantic HTML, keyboard navigation, focus states, ARIA labels, skip links, and WCAG contrast requirements. Use when ensuring accessibility compliance, implementing keyboard navigation, or adding screen reader support.

BlackBeltTechnology/pi-agent-dashboard · 44 tokens

figma-design-handoff

Figma-to-code design handoff patterns including Figma Variables to design tokens pipeline, component spec extraction, Dev Mode inspection, Auto Layout to CSS Flexbox/Grid mapping, and visual regression with Applitools. Use when converting Figma designs to code, documenting component specs, setting up design-dev…

yonatangross/orchestkit · 76 tokens

tailwind-shadcn

Tailwind CSS utility patterns with shadcn/ui component usage, theming via CSS variables, and responsive design. Use when styling components, installing shadcn components, implementing dark mode, or creating consistent design systems.

BlackBeltTechnology/pi-agent-dashboard · 50 tokens

accessibility

Accessibility patterns for WCAG 2.2 compliance, keyboard focus management, React Aria component patterns, cognitive inclusion, native HTML-first philosophy, and user preference honoring. Use when implementing screen reader support, keyboard navigation, ARIA patterns, focus traps, accessible component libraries…

yonatangross/orchestkit · 65 tokens