What problem does it solve? Working with the gws CLI for Google Workspace can lead to errors like broken document formatting, failed Drive link access, or irreversible data deletion. This Skill provides the operational rules that prevent these mistakes. ## Core Features & Use Cases - Google Docs Creation Workflow: Generate documents locally with python-docx, then upload via gws drive files create with automatic conversion to Google Docs format. - Correct Text Formatting in Slides: Explains when to use \n (new paragraph) versus \v (soft line break) in gws slides presentations batchUpdate calls. - Data Safety Guardrails: Prohibits permanent deletion commands, requiring trash/archive operations instead, and directs all Drive link access through gws commands rather than a browser. - Use Case: When asked to create a formatted Google Doc with headings and tables, follow the python-docx generation and upload workflow to produce a properly converted document with a shareable link. ## Quick Start Use the gws best practices skill to create a Google Doc from a locally generated docx file and upload it to Drive.