google-style-guide

codatio's avatarfrom codatio

Use when writing or reviewing technical documentation to follow Google's documentation style guide - https://developers.google.com/style

18stars🔀41forks📁View on GitHub🕐Updated Jan 9, 2026

When & Why to Use This Skill

This Claude skill automates the application of the Google Developer Documentation Style Guide to your technical writing and reviews. It ensures your documentation is professional, consistent, and reader-focused by enforcing standards for active voice, present tense, inclusive language, and specific formatting for code and UI elements. By integrating these industry-standard principles, the skill helps developers and technical writers produce high-quality documentation that is accessible to a global audience.

Use Cases

  • Reviewing API documentation to convert passive voice into active voice and ensure the use of present tense.
  • Formatting technical tutorials to follow standardized heading structures and sequential list patterns.
  • Auditing existing documentation for inclusive language and accessibility to meet global professional standards.
  • Ensuring consistent formatting for UI elements and code snippets, such as using bold text for interactive buttons and code fonts for filenames.
  • Refining complex technical explanations into clear, concise, and developer-friendly content.
namegoogle-style-guide
# IMPORTANTKeep description on ONE line for Claude Code compatibility
descriptionUse when writing or reviewing technical documentation to follow Google's documentation style guide - https://developers.google.com/style

Google Style Guide

Quick Start

Apply Google's documentation style guide principles to technical writing:

  • Use active voice and present tense
  • Write clear, concise headings
  • Use numbered lists for procedures, bulleted lists for non-sequential items
  • Put conditional clauses before instructions

Core Principles

  • Clarity first: Write for software developers and technical practitioners
  • Consistency: Follow project-specific > Google > third-party style guides
  • Accessibility: Use inclusive language and consider global audiences
  • Timeless: Avoid time-specific references; use "currently" or "as of [date]"
  • Reader-focused: Prioritize user understanding over strict grammatical rules

Common Patterns

Voice and Tense

Use active voice and present tense. Example: "The API returns..." not "The API will return..."

Headings

Use sentence case for headings. Make them descriptive and actionable.

Lists and Procedures

  • Numbered lists: For sequential steps
  • Bulleted lists: For non-sequential items
  • Start each item with a capital letter

Code and UI Elements

  • Use code font for code elements, filenames, and UI elements
  • Use bold for UI elements users interact with
  • Use descriptive placeholder names like YOUR_PROJECT_ID

Reference Files

For detailed documentation, see:

Notes

  • Official guide: https://developers.google.com/style
  • Third-party references: Merriam-Webster (spelling), Chicago Manual of Style
  • When in doubt: Choose clarity over strict rule adherence
google-style-guide – AI Agent Skills | Claude Skills