personal-page-polish

personal-page-polish is a skill for Claude Code, Codex from danger-English/agent-zero-to-one-cn. It costs 33 tokens per session (247 once invoked), scanned A, original, MIT.

A skill for improving the layout and readability of an existing single-file personal web page while keeping its content and no-build setup. A no-build page works directly as one file without a preparation step.

In plain words
What is it for?
Use it to polish an existing index.html, then check desktop and mobile layout, keyboard access, reduced-motion behavior, console errors, and unexpected network requests.
Why use it?
It improves hierarchy, spacing, contrast, and mobile reading without adding dependencies, new features, or personal data.

Skill for Claude CodeCodex

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

Good fit Use it to polish an existing index.html, then check desktop and mobile layout, keyboard access, reduced-motion behavior, console errors, and unexpected network requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/danger-english/agent-zero-to-one-cn/personal-page-polish
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 danger-English/agent-zero-to-one-cn --skill personal-page-polish
Clone the repo
git clone --depth 1 https://github.com/danger-English/agent-zero-to-one-cn

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 personal-page-polish

README.md
[![agentmods](https://agentmods.dev/badge/skills/danger-english/agent-zero-to-one-cn/personal-page-polish/github.svg)](https://agentmods.dev/skills/danger-english/agent-zero-to-one-cn/personal-page-polish)
Your own site
<a href="https://agentmods.dev/skills/danger-english/agent-zero-to-one-cn/personal-page-polish"><img src="https://agentmods.dev/badge/skills/danger-english/agent-zero-to-one-cn/personal-page-polish/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 personal-page-polish

Your own site · 80×15
<a href="https://agentmods.dev/skills/danger-english/agent-zero-to-one-cn/personal-page-polish"><img src="https://agentmods.dev/badge/skills/danger-english/agent-zero-to-one-cn/personal-page-polish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 247 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.00033 $0.00247
Opus 5 $0.00016 $0.00123
Sonnet 5 $0.00007 $0.00049
Haiku 4.5 $0.00003 $0.00025

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

Security

Grade A, and why

personal-page-polish 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 12d 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.

starter/personal-page-polish/SKILL.md · 27 lines

What it actually says

Personal Page Polish

Use this first-party Skill only when an existing index.html already works and the user asks to improve its presentation.

Workflow

  1. Read index.html and restate the requested mood plus any content that must not change.
  2. Make the smallest HTML/CSS edit that improves hierarchy, spacing, contrast, and mobile readability.
  3. Keep the page single-file and dependency-free. Do not add personal data, analytics, remote assets, or new features.
  4. Show the changed sections and ask the user to inspect them before making another pass.

Acceptance check

  • Open the page at desktop size and at 390 × 844.
  • Confirm there is no horizontal overflow and all text remains readable.
  • Use Tab and Enter to reach every interactive element in a logical order.
  • Enable reduced motion and confirm the page remains usable.
  • Confirm the console has no errors and the page makes no unexpected network requests.

Stop when these checks pass and the user accepts the visual change.

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. 12d ago First seen · 27 lines · 33 tokens per session scan A 0f24a6b812fc

Subscribe to this mod's changes

personal-page-polish is a skill published in the GitHub repository danger-English/agent-zero-to-one-cn (3 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 247 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-08-31.

Related

Other skills, from other repositories

ui-web

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

alinaqi/maggy · 17 tokens

frontend-ui-ux-system

A company-level guide for designing web interfaces and user experiences. It covers visual styles, design tokens (named values for colors, spacing, and typography), layout, interaction, accessibility, motion, and review checks.

hashgraph-online/awesome-codex-plugins · 60 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

page-prototype

An HTML wireframe tool for making a rough, clickable model of one page or screen. A wireframe shows structure and interactions with simple gray boxes rather than finished visual design.

VKirill/claude-lane-stack · 94 tokens

accessibility

Use when making a web UI conform to WCAG 2.2 Level AA — axe-core or Lighthouse a11y violations, keyboard operability, focus management, ARIA roles/names/live regions, contrast, tap-target size. NOT palette or visual intent (that is design), NOT test-runner setup (that is testing-web), NOT LCP/page-speed (that is…

ericrisco/rsc-harness · 86 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