Agent skill
github-formatter
Formats and styles content for professional GitHub presentation. Use when the user asks to style files for GitHub, format documentation, improve markdown presentation, or prepare repository for publishing. Applies clean, consistent GitHub-flavored markdown.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/github-formatter
SKILL.md
GitHub Formatter Skill
This skill formats and styles content for professional, polished presentation on GitHub.
When to Use
Use this skill when the user:
- Asks to format files for GitHub
- Wants to style documentation professionally
- Requests README improvements
- Needs consistent markdown formatting
- Wants to prepare repository for publishing or sharing
- Asks to make content "look good on GitHub"
What This Skill Does
-
Identifies Files to format:
- Specific files user mentions
- All markdown files in repository
- README files specifically
- Documentation needing polish
-
Invokes the github-stylist Subagent to apply:
- Consistent GitHub-flavored markdown (GFM)
- Strategic emoji usage (purposeful, not excessive)
- Proper heading hierarchy (H1 → H2 → H3)
- Formatted code blocks with language specification
- Navigation links between related files
- Table of contents for long documents
- Visual breaks and spacing
- Professional tables and lists
- Callouts and blockquotes for important info
-
For README Files specifically:
- Compelling introduction
- Clear repository structure
- Visual hierarchy with sections
- Badges if appropriate
- Quick start guide
- Usage instructions
- Contributing and contact sections
- License information
-
Ensures Consistency across all files:
- Same emoji usage patterns
- Uniform heading styles
- Matching code block formatting
- Consistent link styles
- Professional appearance throughout
Styling Principles
- Clean and Professional: Not cluttered or over-styled
- Strategic Emoji: 🎯 📚 💡 ✅ (one per major section max)
- Scannable: Easy to skim with clear hierarchy
- Consistent: Same patterns throughout repository
- Mobile-Friendly: Renders well on all devices
- Linked: Easy navigation between files
What Gets Formatted
- Heading hierarchy and structure
- Code block syntax highlighting
- Table formatting and alignment
- List consistency (bullets vs. numbers)
- Emoji placement (strategic only)
- Link styles (relative for internal)
- Blockquotes for callouts
- Horizontal rules for visual breaks
Example Usage
User: "Make all the markdown files look professional for GitHub"
This skill will apply consistent, professional styling across all repository files.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?