markdown-prolisted
Install: claude install-skill aiskillstore/marketplace
# Professional Markdown Documentation
## Overview
This skill provides comprehensive guidance for creating professional, well-structured Markdown documentation. It covers README files, changelogs, contribution guides, and technical documentation with modern formatting, badges, and best practices.
## Core Capabilities
### README Generation
- Project overview and description
- Installation instructions
- Usage examples with code blocks
- API documentation
- Badges and shields
- Feature highlights
- Screenshots and demos
### Changelog Automation
- Semantic versioning format
- Git history parsing
- Automated release notes
- Breaking changes highlighting
- Contributor attribution
### Technical Documentation
- Clear section hierarchy
- Code syntax highlighting
- API reference formatting
- Table of contents
- Cross-referencing
- Collapsible sections
## README Structure Best Practices
### Essential Sections
**1. Header with Badges**
```markdown
# Project Name
[](LICENSE)
[](releases)
[](builds)
Brief one-line description of what the project does.
```
**2. Table of Contents** (for longer READMEs)
```markdown
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [API Reference](#api-reference)
- [Contributing](#contributing)
- [License](#lice