plugins/google-workspace/skills/recipe-send-team-announcement/SKILL.md
Send a team announcement via both Gmail and a Google Chat space.
npx skillsauth add pleaseai/claude-code-plugins recipe-send-team-announcementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.'development
Get best practices for developing applications with Spring Boot.
development
Get best practices for JUnit 5 unit testing, including data-driven tests
development
Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.
development
Create Spring Boot Java Project Skeleton