recipes-cookbook

Google Workspace CLI Recipes Cookbook

Content Preview
# Google Workspace CLI Recipes Cookbook

Complete catalog of 43 built-in recipes organized by category, with command sequences and persona mapping.

---

## Recipe Categories

| Category | Count | Description |
|----------|-------|-------------|
| Email | 8 | Gmail operations — send, search, label, filter |
| Files | 7 | Drive file management — upload, share, export |
| Calendar | 6 | Events, scheduling, meeting prep |
| Reporting | 5 | Activity summaries and analytics |
| Collaboration | 5 | Ch
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/recipes-cookbook.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/google-workspace-cli/references/recipes-cookbook.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/google-workspace-cli/references/recipes-cookbook.md

Related Skills