ワンクリックで
markdown-formatter
Format, validate, and optimize Markdown documents for consistency, readability, and professional presentation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Format, validate, and optimize Markdown documents for consistency, readability, and professional presentation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Maintains versions of skills, prompts, or documents. Provides version tagging, release management, changelogs, and rollback capabilities. Tracks changes to SKILL.md files, scripts, and resources using git-based version control with semantic versioning.
Maintains versions of skills, prompts, or documents. Provides version tagging, release management, changelogs, and rollback capabilities. Tracks changes to SKILL.md files, scripts, and resources using git-based version control with semantic versioning.
Retrieves and analyzes content from user-provided URLs or search results using the WebFetch tool. Manages domain filtering and max_uses limits to prevent data exfiltration. Use when users provide URLs to fetch, when analyzing web pages, or when following up on search results.
Process and analyze PDF documents including text extraction, table extraction, chart analysis, and visual content understanding. Use when working with PDFs, extracting structured data, generating summaries, or converting PDFs to other formats (markdown, JSON, CSV).
Analyzes and processes images using Claude's vision capabilities. Supports OCR, image classification, diagram comparison, chart analysis, visual Q&A, and more. Use when users need to understand, extract, or analyze visual content.
Condenses long documents, conversation logs, or transcripts into concise summaries. Supports retrieval from memory/files, multiple output formats (bullet points, paragraphs, executive summary), and customizable detail levels. Use when the user needs to quickly understand large amounts of text content.
| name | markdown-formatter |
| description | Format, validate, and optimize Markdown documents for consistency, readability, and professional presentation |
Create beautifully formatted Markdown documents that are consistent, readable, and professionally presented. This skill helps you maintain high-quality documentation standards.
This skill helps you:
Use this skill when you need to:
When using this skill:
Input (Raw Markdown):
# My Project
this is a great project
## Installation
pip install myproject
## Usage
use it like this
```python
import myproject
**Output (Formatted):**
```markdown
# My Project
This is a great project.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
## Installation
```bash
pip install myproject
Use it like this:
import myproject
### Example 2: Generate Table of Contents
**Command:**
Format this document and generate a table of contents
**Generated TOC:**
```markdown
## Table of Contents
1. [Introduction](#introduction)
2. [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
3. [Usage Examples](#usage-examples)
- [Basic Usage](#basic-usage)
- [Advanced Features](#advanced-features)
4. [Configuration](#configuration)
5. [Troubleshooting](#troubleshooting)
6. [Contributing](#contributing)
7. [License](#license)
# H1: Document Title
## H2: Main Sections
### H3: Subsections
#### H4: Sub-subsections
### Unordered Lists
- Item 1
- Item 2
- Nested item
- Another nested
### Ordered Lists
1. First step
2. Second step
3. Third step
```language
code goes here
```
```python
def hello():
print("Hello, World!")
```
```bash
echo "This is a bash command"
```
[Link text](https://example.com)
[Reference link][1]

![Reference image][logo]
[1]: https://example.com
[logo]: /path/to/logo.png
| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Data 1 | Data 2 | Data 3 |
| Data 4 | Data 5 | Data 6 |
*italic* or _italic_
**bold** or __bold__
***bold italic***
~~strikethrough~~
`inline code`
| Issue | Fix |
|---|---|
| Inconsistent heading levels | Normalize to proper hierarchy |
| Broken links | Update or remove broken links |
| Missing blank lines | Add proper spacing |
| Misaligned tables | Reformat for readability |
| Inconsistent code block language tags | Add or correct language identifiers |
| Unordered links | Organize using reference-style links |
| Missing alt text | Add meaningful alt text to images |
The formatter validates:
This skill can export to:
For Markdown formatting help:
references/scripts/assets/templates/