docs

Installation
SKILL.md

Google Docs

Create and edit native Google Docs with goog docs. Use target/debug/goog from the goog-cli repository, or cargo run --, because the development binary is the authoritative command surface.

Required workflow

  1. Decide the document's purpose, audience, content structure, and visual hierarchy before writing.
  2. Run target/debug/goog auth list and record the active account before any live mutation.
  3. Run target/debug/goog docs --help and the relevant nested --help command before the first mutation.
  4. Create or inspect the document.
  5. Prefer high-level goog docs commands over batch-update.
  6. Use dry runs for supported edits, then apply the confirmed operation.
  7. Map the document again after structural edits because indexes and entry numbers can change.
  8. Open the finished native document at 100% zoom and inspect every page from top to bottom.
  9. Correct content, hierarchy, tables, spacing, page breaks, and formatting before delivery.
  10. Return the Google Docs URL and a short description of the finished result.
Installs
3
First Seen
Jul 13, 2026
docs — sainytk/goog-cli