skills/markdown-documentation/SKILL.md
Master markdown formatting, GitHub Flavored Markdown, README files, and documentation formatting. Use when writing markdown docs, READMEs, or formatting documentation.
npx skillsauth add aj-geddes/useful-ai-prompts markdown-documentationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Master markdown syntax and best practices for creating well-formatted, readable documentation using standard Markdown and GitHub Flavored Markdown (GFM).
# H1 Header
## H2 Header
### H3 Header
#### H4 Header
##### H5 Header
###### H6 Header
# Alternative H1
## Alternative H2
Detailed implementations in the references/ directory:
| Guide | Contents | |---|---| | Text Formatting | Text Formatting | | Lists | Lists | | Links and Images | Links and Images, Code Blocks, Tables | | Extended Syntax (GitHub Flavored Markdown) | Extended Syntax (GitHub Flavored Markdown) | | Collapsible Sections | Collapsible Sections, Syntax Highlighting, Badges | | Alerts and Callouts | Alerts and Callouts | | Mermaid Diagrams | Mermaid Diagrams |
development
Implement Zero Trust security model with identity verification, microsegmentation, least privilege access, and continuous monitoring. Use when building secure cloud-native applications.
development
Prevent Cross-Site Scripting (XSS) attacks through input sanitization, output encoding, and Content Security Policy. Use when handling user-generated content in web applications.
tools
Create wireframes and interactive prototypes to visualize user interfaces and gather feedback early. Use tools and techniques to communicate design ideas before development.
development
Implement real-time bidirectional communication with WebSockets including connection management, message routing, and scaling. Use when building real-time features, chat systems, live notifications, or collaborative applications.