SkillAgentSearch skills...

Google

A Vale-compatible implementation of the Google Developer Documentation Style Guide.

Install / Use

/learn @vale-cli/Google
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Google

NOTE: This project is neither maintained nor endorsed by Google.

This repository contains a Vale-compatible implementation of the Google Developer Documentation Style Guide (CC BY 4.0).

Getting Started

To get started, add the package to your configuration file (as shown below) and then run vale sync.

StylesPath = styles
MinAlertLevel = suggestion

Packages = Google

[*]
BasedOnStyles = Vale, Google

See Packages for more information.

Repository Structure

<dl> <dt><a href="https://github.com/errata-ai/Google/tree/master/Google"><code>/Google</code></a></dt> <dd>The <a href="http://yaml.org/">YAML</a>-based rule implementations that make up our style.</dd> <dt><a href="https://github.com/errata-ai/Google/tree/master/fixtures"><code>/fixtures</code></a></dt> <dd>The individual unit tests. Each directory should be named after a rule found in <code>/Google</code> and include its own <code>.vale.ini</code> file that isolates its target rule.</dd> <dt><a href="https://github.com/errata-ai/Google/tree/master/features"><code>/features</code></a></dt> <dd>The <a href="https://docs.cucumber.io/cucumber/step-definitions/">Cucumber Step Definitions</a> we use to test our fixtures. Essentially, we use the <a href="https://github.com/cucumber/aruba">aruba</a> framework to test Vale's output after running it on each of our fixture directories.</dd> </dl>

Related Skills

View on GitHub
GitHub Stars84
CategoryDevelopment
Updated24d ago
Forks27

Languages

Gherkin

Security Score

100/100

Audited on Mar 18, 2026

No findings