cleanup-cache
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Delete a Google Calendar event and send a cancellation email via Gmail.
$ npx -y skills add davila7/claude-code-templates --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/recipe-cancel-and-notifyContext preview
What this command does when you run it.
Delete a Google Calendar event and send a cancellation email via Gmail.
allowed-tools: Bash, Read, Write, Edit argument-hint: [task-parameters] description: Delete a Google Calendar event and send a cancellation email via Gmail.
Execute Google Workspace workflow: $ARGUMENTS
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-calendar`, `gws-gmail`
Delete a Google Calendar event and send a cancellation email via Gmail.
> [!CAUTION] > Deleting with sendUpdates sends cancellation emails to all attendees.
1. Find the meeting: `gws calendar +agenda --format json` and locate the event ID 2. Delete the event: `gws calendar events delete --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}'` 3. Send follow-up: `gws gmail +send --to attendees --subject 'Meeting Cancelled: [Title]' --body 'Apologies, this meeting has been cancelled.'`
Execute this workflow with the following parameters: $ARGUMENTS
1. **Prerequisites Check**
2. **Parameter Preparation**
3. **Execute Workflow Steps**
4. **Verify Results**
---
**License**: Apache License 2.0 **Source**: [Google Workspace CLI](https://github.com/googleworkspace/cli) **Original Skill**: `recipe-cancel-and-notify`
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Create an SEO-optimized blog article for a Claude Code component with AI-generated cover image