From google-workspace-cli
Copies a Google Docs template using GWS CLI, inserts content into the new document, and shares it with collaborators. Useful for generating standardized docs like project briefs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-create-doc-from-templateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`, `gws-docs`
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive,gws-docs
Copy a Google Docs template, fill in content, and share with collaborators.
gws drive files copy --params '{"fileId": "TEMPLATE_DOC_ID"}' --json '{"name": "Project Brief - Q2 Launch"}'Launch the new feature by end of Q2.'4. Share with team:gws drive permissions create --params '{"fileId": "NEW_DOC_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "[email protected]"}'`
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceCopies Google Docs template with gws-drive, inserts content using gws-docs, and shares via permissions CLI. Automates repetitive doc creation from templates.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.