persona-profiles

Google Workspace CLI Persona Profiles

Content Preview
# Google Workspace CLI Persona Profiles

10 role-based bundles that scope recipes and commands to your daily workflow.

---

## 1. Executive Assistant

**Description:** Managing schedules, emails, and communications for executives.

**Top Commands:**
- `gws helpers morning-briefing` — Start the day with schedule + inbox overview
- `gws helpers find-time` — Find available slots for meetings
- `gws helpers meeting-prep --event-id <id>` — Prepare meeting agenda
- `gws gmail users.messages send me` 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/persona-profiles.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/google-workspace-cli/assets/persona-profiles.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/assets/persona-profiles.md

Related Skills