Skip to content

v0.1.9 — bundle gws-* + recipe-* skills, remove persona-*

Choose a tag to compare

@the-sid-dani the-sid-dani released this 11 May 17:50
· 22 commits to main since this release

What's new

Re-shape the skill bundle to make the Google Workspace toolchain available out of the box.

Net skill count: 57 → 117 (+70 added, -10 removed)

Added — 32 gws-* skills

Google Workspace CLI wrappers (Gmail, Calendar, Drive, Docs, Sheets, Slides, Tasks, Chat, Meet, Script, Workflow). Each requires the gws CLI on PATH:

brew install googleworkspace-cli
gws auth login -s drive,gmail,calendar,sheets,docs,chat,tasks,slides

/briefing already gates on command -v gws for graceful degradation (v0.1.7 T4 invariant) — fork users without the CLI will see Gmail/Calendar sections silently skip; users with it get them auto-composed.

Added — 38 recipe-* skills

Composed multi-step workflows over the gws-* primitives. Examples:

  • /recipe-forward-labeled-emails — find Gmail messages by label, forward to a list
  • /recipe-block-focus-time — recurring Calendar focus blocks
  • /recipe-share-doc-and-notify — Drive permission + Gmail send in one step
  • /recipe-find-free-time — query Calendar free/busy for multiple users
  • /recipe-create-vacation-responder — Gmail out-of-office with custom message + dates
  • /recipe-batch-invite-to-event — add attendees to a Calendar event from a list
  • /recipe-create-events-from-sheet — read events from a Google Sheet, create Calendar entries

Full list of 38 in the commit message.

Removed — 10 persona-* skills

Intentional. Fork users pick their own persona during /bootstrap (identity + role + vibe + emoji). The role-modeled persona skills weren't carrying their weight relative to the bootstrap-driven model.

Removed: persona-content-creator, persona-customer-support, persona-event-coordinator, persona-exec-assistant, persona-hr-coordinator, persona-it-admin, persona-project-manager, persona-researcher, persona-sales-ops, persona-team-lead.

NOT bundled (intentional)

10 niche gws-* skills not shipped — available locally via gws generate-skills if a fork user needs them, but most users don't have access to the underlying feature:

  • gws-admin-reports (Workspace admin only)
  • gws-classroom (educators only)
  • gws-events, gws-events-renew, gws-events-subscribe (Workspace Events API)
  • gws-forms (programmatic Forms management)
  • gws-modelarmor + 3 variants (GCP Model Armor security)

3 recipe-* orphans also dropped because they composed the niche gws-* above: recipe-collect-form-responses, recipe-create-feedback-form, recipe-create-classroom-course.

What stayed the same

  • 15 first-party skills (/briefing, /find, /contact, /new-project, etc.) — unchanged
  • 26 design skills, 3 Atlassian skills, 2 research skills, samba-publish — unchanged
  • v0.1.8 workspace folder READMEs — unchanged
  • v0.1.7 /briefing graceful degradation — unchanged
  • v0.1.8 install flow (manual 3-line primary) — unchanged

Verification

  • 117 skills copied (0 missing)
  • Phase 6 (Sid/Beru leakage) — clean
  • Phase 10 (PII + path refs) — clean
  • gws-* and recipe-* symlinks dereferenced into real SKILL.md files via cp -RL

🤖 Generated with Claude Code