← Back to list

markdown-formatter
by dredd-us
Web-based SSH session manager with chat-like interface
⭐ 0🍴 0📅 Nov 1, 2025
SKILL.md
name: markdown-formatter description: Format and lint Markdown documents with consistent style, proper heading hierarchy, link validation, and code block formatting. Use when working with Markdown files, documentation, README files, or technical writing. Checks for common issues like broken links, inconsistent formatting, and missing alt text. Triggers on "format markdown", "lint markdown", "markdown style", ".md file", "documentation formatting".
Markdown Formatter
Purpose
Format and lint Markdown documents to ensure consistent style, proper structure, and best practices.
When to Use
- Formatting Markdown documentation
- Linting README files
- Checking markdown syntax
- Validating links in documentation
- Ensuring consistent style across docs
Core Instructions
- Read File: Load the Markdown file
- Check Syntax: Validate Markdown syntax
- Format: Apply consistent formatting
- Heading hierarchy (h1 -> h2 -> h3, no skips)
- List indentation (2 spaces)
- Code block language tags
- Link format consistency
- Validate: Check for common issues
- Broken internal links
- Missing alt text on images
- Empty links
- Output: Write formatted file or report issues
Formatting Rules
- Headings: ATX style (
#,##,###) - Lists: 2-space indentation for nested items
- Code blocks: Always specify language
- Links: Use reference style for repeated links
- Line length: 80-120 characters (guidance)
Example Pattern
# Main Title
## Section
### Subsection
Regular paragraph text.
- List item 1
- Nested item
- List item 2
```python
def example():
return "formatted"
## Dependencies
- Markdown parser (built-in)
- No external dependencies required
## Version
v1.0.0
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon