static-page-stack

static-page-stack is a skill for Claude Code, Codex from terrylica/cc-skills. It costs 30 tokens per session (2,251 once invoked), scanned A, original, MIT.

A recommended technology stack for elegant static HTML pages such as dashboards, post-mortems, and technical reports. It combines document-oriented authoring, modern CSS, and SVG charts or diagrams.

In plain words
What is it for?
Use it to plan static dashboards, investigation reports, technical documentation sites, and pages containing Vega-Lite, Observable Plot, D3, or hand-authored SVG graphics.
Why use it?
It helps choose a consistent approach for pages that mix prose, code, mathematics, charts, and illustrations. It also addresses the problem of large, hard-to-maintain collections of utility CSS classes.

Skill for Claude CodeCodex

Part of the doc-tools plugin — 13 skills shipped together , and of cc-skills

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/terrylica/cc-skills/static-page-stack
Any agent
npx skills add terrylica/cc-skills --skill static-page-stack
Clone the repo
git clone --depth 1 https://github.com/terrylica/cc-skills

Made for: Claude Code, Codex.

Or install doc-tools, the plugin that ships this one along with the rest of its 13 skills.

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 static-page-stack

README.md
[![agentmods](https://agentmods.dev/badge/skills/terrylica/cc-skills/static-page-stack.svg)](https://agentmods.dev/skills/terrylica/cc-skills/static-page-stack)
Your own site
<a href="https://agentmods.dev/skills/terrylica/cc-skills/static-page-stack"><img src="https://agentmods.dev/badge/skills/terrylica/cc-skills/static-page-stack.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,251 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.1 $0.00030 $0.02251
Opus 5 $0.00015 $0.01125
Sonnet 5 $0.00006 $0.00450
Haiku 4.5 $0.00003 $0.00225

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

Security

Grade A, and why

static-page-stack 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.

plugins/doc-tools/skills/static-page-stack/SKILL.md · 126 lines

How it starts

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

Static Page Stack (SOTA, 2026)

Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.

When to use this skill

The user wants to produce static HTML pages that combine three aesthetic DNAs:

  • Magazine / data-journalism (The Pudding, NYT Upshot)
  • Technical documentation (Material/Docusaurus/Starlight)
  • Computational notebook (Quarto/Observable/Jupyter Book)

…and embed three kinds of SVG:

  • Programmatic charts (Vega-Lite / Observable Plot / D3)
  • Hand-authored inline SVG (illustrative)
  • Whiteboard-style (Excalidraw / tldraw)

Triggers include: "create a static page", "build a dashboard", "design a post-mortem", "set up a technical-doc site", "what HTML/CSS stack should I use", "this Tailwind soup is unmaintainable".

Layer Pick Backup Why
Authoring Quarto Quartz, Jupyter Book 2 / MyST Multi-page, native code+prose+math+execution, MIT, used by Bundesbank/BIS/USGS
Visual system Open Props + native modern CSS Pico.css Replaces Tailwind utility soup with semantic tokens (4 KB Brotli); OKLCH + container queries + light-dark() are production-ready in 2026
Typography Inter + Crimson Pro + Fira Code IBM Plex family All FOSS; pairing tested at NYT/Pudding-grade
Programmatic charts Observable Plot Vega-Lite, ECharts Cleaner defaults than Vega-Lite, ~95% of needs without going to D3, ISC, Bostock-led
Whiteboard Excalidraw + excalidraw_export CLI tldraw (note: $6k/yr commercial license) MIT, mature, build-time SVG render works
Hand-drawn programmatic rough.js (sparingly) roughViz, chart.xkcd Only for "this is exploratory / uncertainty implied" framing
Hand-authored inline SVG CSS-vars-in-SVG pattern <symbol><use> for shared icons var(--token) propagates through inline SVG, giving single design-token surface
Scrollytelling Closeread (Quarto-native) Scrollama Closeread is purpose-built for Quarto; Scrollama (~7 KB) for non-Quarto

Read the full file on GitHub · 126 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. today First seen · 126 lines · 30 tokens per session scan A 049646a24add

Subscribe to this mod's changes

static-page-stack is a skill published in the GitHub repository terrylica/cc-skills (62 stars, last pushed today), licensed MIT. It adds 30 tokens to every session and 2,251 once invoked, about $0.0002 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-05.

Related

Other skills, from other repositories

readable-measure

Set line length and measure for comfortable reading across type sizes and breakpoints. Use when tuning body text. Covers measure only — for the full size and weight scale, use typography-scale.

Owl-Listener/designer-skills · 44 tokens

von-restorff-effect

Apply the Von Restorff Effect — the element that differs from its neighbours is the one remembered. Use when a single action must dominate. For overall ordering rather than single-element emphasis, use visual-hierarchy.

Owl-Listener/designer-skills · 49 tokens

animation-principles

Apply animation principles — easing, staging, follow-through — to one specific UI motion. Use when tuning how an animation feels. For product-wide duration and easing tokens use motion-system (design-systems); for a full interaction spec use micro-interaction-spec.

Owl-Listener/designer-skills · 59 tokens

dark-mode-design

Adapt an existing palette to dark mode — surface elevation, contrast rebalancing, and desaturation rules. Use when you already have a light palette to translate. For building the base palette first, use color-system.

Owl-Listener/designer-skills · 48 tokens

responsive-design

Design layouts and interactions that adapt across screen sizes and input methods. Use when one design must serve many viewports. For the underlying column grid use layout-grid; for OS-specific patterns use platform-conventions.

Owl-Listener/designer-skills · 46 tokens

spacing-system

Create a spacing scale from a base unit with rules for when each step applies. Use when standardising padding and margins. For page-level columns and gutters, use layout-grid.

Owl-Listener/designer-skills · 39 tokens