Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
testdino-hq avatar

Markdown

  • 3 installs
  • 8 repo stars
  • Updated February 25, 2026
  • testdino-hq/google-styleguides-skills

Applies Google's official Markdown style guide for headers, links, lists, and fenced code blocks in documentation.

About

Google's official Markdown style guide covering formatting, headers, links, lists, and code blocks. A developer uses it to write consistent documentation.

  • Google's official Markdown style guide for documentation
  • Covers ATX headers, one-sentence-per-line, fenced code blocks, and lists

Markdown by the numbers

  • 3 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #1,268 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/testdino-hq/google-styleguides-skills --skill markdown

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3
repo stars8
Last updatedFebruary 25, 2026
Repositorytestdino-hq/google-styleguides-skills

What it does

Applies Google's official Markdown style guide for headers, links, lists, and fenced code blocks in documentation.

Files

SKILL.mdMarkdownGitHub ↗

Google Markdown Style Guide

Official Google Markdown formatting standards for consistent documentation.

Quick Reference

Golden Rules

1. One sentence per line — easier diffs and reviews 2. ATX-style headers — use # not underlines 3. Fenced code blocks — use `` with language 4. **Reference-style links** — for repeated URLs 5. **Consistent list markers** — - for unordered, 1.` for ordered 6. Blank lines around blocks — improve readability 7. 80-character line limit — for prose

Headers (Preview)

# Top Level Header

## Second Level

### Third Level

Code Blocks (Preview)

````markdown

def hello():
    print("Hello, world!")

````

Lists (Preview)

- First item
- Second item
  - Nested item
  - Another nested

1. Ordered first
2. Ordered second

Links (Preview)

[Google](https://google.com)

[Google][google-link]

[google-link]: https://google.com

When to Use This Guide

  • Writing documentation
  • README files
  • Technical writing
  • Code reviews
  • Onboarding new team members

Install

npx skills add testdino-hq/google-styleguides-skills/markdown

Full Guide

See markdown.md for complete details, examples, and edge cases.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.