npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Set up a new Google Tasks list with initial tasks.
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.
Set up a new Google Tasks list with initial tasks.
Use this workflow when the user wants to create a new task list and populate it with initial items.
gws tasks tasklists insert --json '{"title": "TASK_LIST_NAME"}'
Capture the task list ID from the response.
For each task the user wants to add:
gws tasks tasks insert \
--params '{"tasklist": "TASKLIST_ID"}' \
--json '{"title": "TASK_TITLE", "notes": "OPTIONAL_NOTES", "due": "DUE_DATE_ISO8601"}'
gws tasks tasks list --params '{"tasklist": "TASKLIST_ID"}' --format table
2026-04-01T00:00:00Znotes for additional contextdue out of the JSON if the task has no deadline