A weak README explains itself. A strong README arrives with presence.
This skill exists for pages that already have a voice, a strong sentence, or a real idea, but still look like raw Markdown instead of a deliberate front page.
Use this skill when the user wants a README, skill page, or landing-style Markdown document to feel more like a designed front page:
Do not use this skill for generic copywriting, long-form documentation editing, or full website implementation unless the user specifically wants the document itself restyled.
Do not delete the soul of the page.
Your job is not to replace the author's best line with decorative polish. Your job is to:
This skill should sharpen the entrance, not erase the voice.
Inspect the first 30-80 lines before editing.
Look for:
Prefer this top-level structure when suitable:
<div align="center">
# Title
> Strong quote or distilled line


<p align="center">
horizontal navigation
</p>
<p align="center">
short subtitle or two-line promise
</p>
</div>
---
Use it only if it improves the page. Do not force it onto documents that need a plain technical opening.
After the hero block:
If the author already wrote a powerful intro, keep it alive.
Badges should signal structure, not become confetti.
Good uses:
Bad uses:
Default range: 3-5 badges.
Prefer flat-square style unless the repo already uses something else.
If the page is long enough to justify navigation:
Good examples:
Do not add navigation if the document is too short to need it.
Prefer Markdown plus minimal HTML that renders well in GitHub-like surfaces:
Avoid:
- inline CSS
- scripts
- complex tables for decoration
- fragile HTML tricks that break on GitHub or ClawHub
7. Respect bilingual logic
If the page is bilingual:
- keep the language order the user wants
- keep heading patterns consistent
- do not mix languages randomly inside one line unless the document already uses that style intentionally
If the user wants Chinese-first, keep Chinese-first.
If the user wants English-first, keep English-first.
For Chinese-facing pages:
- prefer Chinese-first copy and navigation labels unless the user explicitly wants English-first
- preserve literary Chinese phrasing when it carries brand value
- do not flatten vivid Chinese introductions into stiff product prose
- keep the page readable to Chinese users before making it impressive to everyone else
Editing Principles
- Favor visual hierarchy over more words
- Favor one strong quote over three weak slogans
- Favor one clean hero over many decorative gimmicks
- Preserve the strongest original copy
- Keep the first screen readable in raw Markdown and rendered view
- Make the page look designed, not overdesigned
Output Rules
When you edit:
- keep the page functional as Markdown
- keep links and anchors valid
- keep section order logical
- keep existing meaning intact unless the user asks for copy changes
- explain briefly what you changed and why
If the user asks for a specific style reference:
- mirror the layout principles
- do not plagiarize exact wording
- adapt the style to the user's own content and voice
Typical Requests That Should Trigger This Skill
- "Make my README look like a landing page"
- "Why does their README look so much better than mine?"
- "Add a centered title, badges, and navigation"
- "Keep my intro, but make the top prettier"
- "Turn this skill page into a poster-style cover"
- "Make this GitHub / ClawHub page feel more premium"
- "Rework my GitHub README into this kind of front-page layout"
- "Keep the original introduction, but make the top feel more premium"
- "Use this screenshot as the reference and turn my skill page into a showcase-style page"
共 1 个版本