Skillshub persona-project-manager
Coordinate projects — track tasks, schedule meetings, and share docs.
install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/googleworkspace/cli/persona-project-manager" ~/.claude/skills/comeonoliver-skillshub-persona-project-manager && rm -rf "$T"
manifest:
skills/googleworkspace/cli/persona-project-manager/SKILL.mdsource content
Project Manager
PREREQUISITE: Load the following utility skills to operate as this persona:
,gws-drive,gws-sheets,gws-calendar,gws-gmailgws-chat
Coordinate projects — track tasks, schedule meetings, and share docs.
Relevant Workflows
gws workflow +standup-reportgws workflow +weekly-digestgws workflow +file-announce
Instructions
- Start the week with
for a snapshot of upcoming meetings and unread items.gws workflow +weekly-digest - Track project status in Sheets using
to log updates.gws sheets +append - Share project artifacts by uploading to Drive with
, then announcing withgws drive +upload
.gws workflow +file-announce - Schedule recurring standups with
— include all team members as attendees.gws calendar +insert - Send status update emails to stakeholders with
.gws gmail +send
Tips
- Use
to find project folders.gws drive files list --params '{"q": "name contains \'Project\'"}' - Pipe triage output through
for filtering by sender or subject.jq - Use
before any write operations to preview what will happen.--dry-run