From schedule-manager
Manage meeting agendas as Google Docs — create, link to a calendar event description, share with attendees, or email. One skill, four sub-actions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/schedule-manager:agendaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Single skill, four sub-actions: `create`, `link`, `share`, `email`. The user names the action when invoking; if absent, ask.
Single skill, four sub-actions: create, link, share, email. The user names the action when invoking; if absent, ask.
createCreate a new Google Doc agenda for an upcoming event.
drive_folders.agendas.Agenda — <event title> — YYYY-MM-DD.drive_folders.agendas via workspace MCP. Return the link.link next.linkAdd an agenda doc link to a calendar event's description.
Agenda: <doc URL>.shareShare an agenda doc with the event's attendees via Google Drive permissions.
drive_folders.agendas.commenter, ask if user wants editor or viewer.emailEmail an agenda doc as a link (or attached PDF, on request) via Gmail.
Agenda — <event title>link step appends rather than overwrites — events may already carry meeting URLs (Meet/Zoom).npx claudepluginhub danielrosehill/claude-code-plugins --plugin schedule-managerGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.