From gws
Create a recurring Google Calendar event with attendees.
npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Create a recurring Google Calendar event with attendees.
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 recurring Google Calendar event with attendees.
Use this workflow when the user wants to set up a repeating meeting — weekly standups, biweekly 1:1s, monthly reviews, etc.
Ask the user for:
Common RRULE patterns:
RRULE:FREQ=WEEKLY;BYDAY=MORRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=TURRULE:FREQ=MONTHLY;BYDAY=1WERRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FRgws calendar events insert \
--params '{"calendarId": "primary"}' \
--json '{"summary": "TITLE", "start": {"dateTime": "START", "timeZone": "TZ"}, "end": {"dateTime": "END", "timeZone": "TZ"}, "recurrence": ["RRULE"], "attendees": [{"email": "ATTENDEE"}]}' \
--dry-run
Confirm with the user, then execute.
gws calendar +agenda --days 14 --format table
--dry-run first — recurring events create many instancesCOUNT=N to the RRULE to limit the number of occurrencesUNTIL=20261231T000000Z in the RRULE to set an end datestart field, not the RRULE