cleanup-cache
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Google Calendar: Create a new event.
$ npx -y skills add davila7/claude-code-templates --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/gws-calendar-insertContext preview
What this command does when you run it.
Google Calendar: Create a new event.
allowed-tools: Bash, Read, Write, Edit argument-hint: [resource] [method] [flags] description: Google Calendar: Create a new event.
Execute Google Workspace Calendar Insert operations: $ARGUMENTS
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
create a new event
gws calendar +insert --summary <TEXT> --start <TIME> --end <TIME>
| Flag | Required | Default | Description | |------|----------|---------|-------------| | `--calendar` | — | primary | Calendar ID (default: primary) | | `--summary` | ✓ | — | Event summary/title | | `--start` | ✓ | — | Start time (ISO 8601, e.g., 2024-01-01T10:00:00Z) | | `--end` | ✓ | — | End time (ISO 8601) | | `--location` | — | — | Event location | | `--description` | — | — | Event description/body | | `--attendee` | — | — | Attendee email (can be used multiple times) |
gws calendar +insert --summary 'Standup' --start '2026-06-17T09:00:00-07:00' --end '2026-06-17T09:30:00-07:00' gws calendar +insert --summary 'Review' --start ... --end ... --attendee alice@example.com
> [!CAUTION] > This is a **write** command — confirm with the user before executing.
# List available resources and methods gws calendar-insert --help # Inspect method schema before calling gws schema calendar-insert.<resource>.<method> # Execute command with arguments gws calendar-insert $ARGUMENTS
Execute the requested Calendar Insert operation: $ARGUMENTS
1. **Verify Prerequisites**
2. **Inspect Method Schema**
3. **Execute Operation**
4. **Error Handling**
---
**License**: Apache License 2.0 **Source**: [Google Workspace CLI](https://github.com/googleworkspace/cli) **Original Skill**: `gws-calendar-insert`
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