From google-workspace-cli
Sends team announcements via Gmail email and Google Chat space using gws CLI commands. Requires gws-gmail and gws-chat skills. Useful for broadcasting updates across channels.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-send-team-announcementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-gmail`, `gws-chat`
PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail,gws-chat
Send a team announcement via both Gmail and a Google Chat space.
gws gmail +send --to [email protected] --subject 'Important Update' --body 'Please review the attached policy changes.'gws chat +send --space spaces/TEAM_SPACE --text '📢 Important Update: Please check your email for policy changes.'npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceSends team announcements via Gmail and Google Chat space using gws commands. Requires gws-gmail and gws-chat skills. Useful for quick team notifications.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.