sheets
Installation
SKILL.md
Google Sheets
Build production-quality native spreadsheets with goog sheets.
Use target/debug/goog from the goog-cli repository, or cargo run --, while developing the CLI.
Required workflow
- Define the workbook's audience, decisions, inputs, outputs, and update cadence.
- Plan the tabs, table boundaries, formulas, formats, and validation rules before writing values.
- Run
target/debug/goog auth listand record the active account before any live mutation. - Run
target/debug/goog sheets --helpand the relevant nested--helpcommand before the first mutation. - Create or inspect the workbook.
- Write source data in bounded tables, then add formulas and formatting.
- Prefer high-level
goog sheets valuesandgoog sheets sheetcommands overbatch-update. - Re-read important ranges after every write phase.
- Inspect metadata and grid data for formulas, formats, and sheet structure.
- Open the live workbook at 100% zoom and inspect each delivered tab in its normal reading position.
- Return the live Google Sheets URL and summarize the finished workbook.