Agent skill

persona-project-manager

Coordinate projects — track tasks, schedule meetings, and share docs.

Google Workspace30,193★ · 1 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add googleworkspace/cli --skill persona-project-manager --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.22.5
Path: skills/persona-project-manager/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 30,193
Language: Rust
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Project Manager > **PREREQUISITE:** Load the following utility skills to operate as this persona: `gws-drive`, `gws-sheets`, `gws-calendar`, `gws-gmail`, `gws-chat` Coordinate projects — track tasks, schedule meetings, and share docs. ## Relevant Workflows - `gws workflow +standup-report` - `gws workflow +weekly-digest` - `gws workflow +file-announce` ## Instructions - Start the week with `gws workflow +weekly-digest` for a snapshot of upcoming meetings and unread items. - Track project status in Sheets using `gws sheets +append` to log updates. - Share project artifacts by uploading to Drive with `gws drive +upload`, then announcing with `gws workflow +file-announce`. - Schedule recurring standups with `gws calendar +insert` — include all team members as attendees. - Send status update emails to stakeholders with `gws gmail +send`. ## Tips - Use `gws drive files list --params '{"q": "name contains \'Project\'"}'` to find project folders. - Pipe triage output through `jq` for filtering by sender or subject. - Use `--dry-run` before any write operations to preview what will happen.

What's inside
Steps it walks through
  1. Relevant Workflows
  2. Instructions
  3. Tips
More from cli
All skills →
About this skill
What does the persona-project-manager skill do?

Coordinate projects — track tasks, schedule meetings, and share docs.

How do I install it?

Run `npx skills add googleworkspace/cli --skill persona-project-manager --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From googleworkspace/cli, a repository with 30,193 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going