From gws
Create a new Google Slides presentation and add initial slides.
npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Create a new Google Slides presentation and optionally share it with collaborators.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Create a new Google Slides presentation and optionally share it with collaborators.
Use this workflow when the user wants to create a new blank presentation or set up a shared deck.
gws slides presentations create --json '{"title": "PRESENTATION_TITLE"}'
Capture the presentation ID from the response.
gws drive permissions create \
--params '{"fileId": "PRESENTATION_ID"}' \
--json '{"role": "writer", "type": "user", "emailAddress": "collaborator@company.com"}' \
--dry-run
Confirm, then execute.
Give the user: https://docs.google.com/presentation/d/PRESENTATION_ID
"role": "reader" for view-only access, "writer" for edit access