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.
npx skills add danger-English/agent-zero-to-one-cn --skill personal-page-polishgit clone --depth 1 https://github.com/danger-English/agent-zero-to-one-cnWrote 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.
[](https://agentmods.dev/skills/danger-english/agent-zero-to-one-cn/personal-page-polish)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
- Read
index.htmland restate the requested mood plus any content that must not change. - Make the smallest HTML/CSS edit that improves hierarchy, spacing, contrast, and mobile readability.
- Keep the page single-file and dependency-free. Do not add personal data, analytics, remote assets, or new features.
- 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.
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.
- 12d ago First seen · 27 lines · 33 tokens per session scan A 0f24a6b812fc
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.
Other skills, from other repositories
ui-web
Web UI - glassmorphism, Tailwind, dark mode, accessibility.
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.
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.
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.
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…
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…