From gws
Read data from a Google Sheet and create a formatted Google Docs report.
npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Read data from a Google Sheet and create a formatted Google Docs report.
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 and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
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.
Read data from a Google Sheet and create a formatted Google Docs report.
Use this workflow when the user wants to turn spreadsheet data into a narrative report — e.g., sales summaries, project status, financial reports.
gws sheets +read --spreadsheet SHEET_ID --range "SHEET_NAME!A1:Z" --format table
Review the data with the user and understand what they want in the report.
gws docs documents create --json '{"title": "REPORT_TITLE"}'
Capture the document ID.
Compose the report content from the data and write it:
gws docs +write --document-id DOC_ID --text 'FORMATTED_REPORT_CONTENT'
gws drive permissions create \
--params '{"fileId": "DOC_ID"}' \
--json '{"role": "reader", "type": "user", "emailAddress": "stakeholder@company.com"}' \
--dry-run
Give the user: https://docs.google.com/document/d/DOC_ID
gws docs +write handles formatting--fields when reading the sheet to limit data to relevant columns