npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Create a Google Classroom course and invite students.
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.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Create a Google Classroom course and invite students.
Use this workflow when the user needs to set up a new course in Google Classroom, including inviting students or teachers.
Ask the user for:
Use --dry-run first:
gws classroom courses create \
--json '{"name": "COURSE_NAME", "section": "SECTION", "room": "ROOM", "ownerId": "me"}' \
--dry-run
Confirm with the user, then execute.
For each student email:
gws classroom invitations create \
--json '{"courseId": "COURSE_ID", "userId": "student@school.edu", "role": "STUDENT"}'
gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format table
--dry-run before creating courses"role": "TEACHER" to invite co-teachersownerId can be "me" for the authenticated user