From gws
Review your Google Calendar week, identify gaps, and add events to fill them.
npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Review your Google Calendar week, identify gaps, and add events to fill them.
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.
Review your Google Calendar week, identify gaps, and add events to fill them.
Use this workflow when the user wants to plan their week — review what's scheduled, find open slots, and add new events.
gws calendar +agenda --week --format table
gws calendar freebusy query \
--json '{"timeMin": "WEEK_START_ISO8601", "timeMax": "WEEK_END_ISO8601", "items": [{"id": "primary"}]}'
Analyze the schedule and present free slots to the user. Suggest what they might want to add (focus time, 1:1s, planning sessions, etc.).
For each event the user wants to add, use --dry-run first:
gws calendar +insert \
--summary 'EVENT_TITLE' \
--start 'START_TIME' \
--end 'END_TIME' \
--dry-run
gws calendar +agenda --week --format table
--dry-run before creating eventsgws calendar +agenda (no flags) for just today's view