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
- Decide the document's purpose, audience, content structure, and visual hierarchy before writing.
- Run
target/debug/goog auth listand record the active account before any live mutation. - Run
target/debug/goog docs --helpand the relevant nested--helpcommand before the first mutation. - Create or inspect the document.
- Prefer high-level
goog docscommands overbatch-update. - Use dry runs for supported edits, then apply the confirmed operation.
- Map the document again after structural edits because indexes and entry numbers can change.
- Open the finished native document at 100% zoom and inspect every page from top to bottom.
- Correct content, hierarchy, tables, spacing, page breaks, and formatting before delivery.
- Return the Google Docs URL and a short description of the finished result.