Skill Polisher
v1.0.0Polish a skill's SKILL.md for ClawHub readability without sacrificing LLM effectiveness. Use when improving a skill's listing, making a skill look better on...
Like a lobster shell, security has layers — review code before you run it.
License
SKILL.md
Skill Polisher 🪚
Improve a skill's SKILL.md for ClawHub readability. Run after the skill is built and tested — never before.
Priority Order
- LLM execution — the agent must still be able to do the task correctly
- Triggering — the skill must still activate on the right queries
- ClawHub display — browsers should understand the skill at a glance
Readability supports these goals. Never sacrifice clarity for aesthetics.
How It Works
1. Read the existing SKILL.md
2. Rewrite for readability (apply rules from references/)
3. Audit the rewrite against the original
4. Output: polished SKILL.md + audit report + any new reference files
Before Polishing
Ensure the skill is:
- ✅ Functionally working (scripts tested)
- ✅ Validated (
quick_validate.pypasses) - ✅ Description is correct (triggers on the right queries)
If any of these fail, fix them first. Don't polish a broken skill.
Polishing Rules
Read references/rules.md for the full set of formatting rules.
Key principles:
- Short paragraphs (1-2 lines) — dense blocks kill readability
- Code blocks for lists — renders as visual boxes on ClawHub
- Emoji as section anchors — 🔒 📊 ⚡ give instant visual context
- One code block per concept — not three variations for three platforms
- "Why" and "When to Use" sections — help browsers understand value
What Gets Moved to references/
Content that's valuable but doesn't belong in the storefront:
- Platform-specific formatting examples (Slack, WhatsApp, Discord)
- Detailed credential setup tutorials
- Implementation notes (API rate limits, edge cases, gotchas)
- Extended configuration reference
- Historical changelogs
Rule: Content is moved, never deleted. Every reference file must be valid and useful.
The Audit
After rewriting, compare the original against the polished version. Flag:
⚠ Potentially risky changes:
• Security notes removed
• Credential instructions lost
• Implementation details dropped without a reference file
• Trigger phrases removed from description
• Reference files created but empty or incomplete
See references/audit-guide.md for the full audit checklist.
Output
Present three things to the user:
- The polished SKILL.md — ready to review
- Any new reference files — created from moved content
- Audit report — what changed, what was moved, anything flagged
Wait for user approval before overwriting the original.
When to Use
- "Make this skill look better on ClawHub"
- "Polish my SKILL.md"
- "Improve this skill's listing"
- "Ready to publish, but clean it up first"
Not a Replacement for skill-creator
This skill polishes existing skills. Use the built-in skill-creator to build skills from scratch. Polish after building, not during.
Files
3 totalComments
Loading comments…
