npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Create a Google Form for collecting feedback and share it via email.
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.
Create a Google Form for collecting feedback and share it via email.
Use this workflow when the user wants to create a feedback form, survey, or questionnaire and distribute it.
gws forms forms create \
--json '{"info": {"title": "FORM_TITLE", "documentTitle": "FORM_DOCUMENT_TITLE"}}'
Capture the form ID and responderUri from the response.
Use --dry-run first:
gws gmail +send \
--to recipients@company.com \
--subject 'Please share your feedback' \
--body 'We would appreciate your feedback. Please fill out this form: FORM_URL' \
--dry-run
Confirm with the user, then send.
--dry-run before sending the emailresponderUri in the form creation response is the shareable linkgws to distribute it