Personal page polish
Skill danger-English/agent-zero-to-one-cn/starter/personal-page-polish
面向中文初学者的 AI Coding Agent 入门与 Agent Skill 导航;官方路径优先,第三方多模型兼容实验明确标注。
npx -y skills add danger-English/agent-zero-to-one-cn --skill personal-page-polishAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Polish an existing single-file personal page after the user asks for a clearer, more readable design while preserving its content and no-build setup.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.2 KB, as published. Nobody here has run it
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.