Personal schedule, task, and meeting management. Routes mixed brain-dumps into Google Calendar events and Todoist tasks; manages agenda/minutes Google Docs linked to events; produces wrapup logs and morning briefs.
Manage meeting agendas as Google Docs — create, link to a calendar event description, share with attendees, or email. One skill, four sub-actions.
Assign due dates to Todoist tasks in batch. Walks the user through each undated task and applies their choice.
Assign priorities to Todoist tasks in batch. Walks the user through each unprioritised task and applies their choice.
Create multiple Google Calendar events from a structured list. Resolves attendees once across the batch, confirms the table, then writes.
Create multiple Todoist tasks from a structured list. Confirms the table, then writes serially.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin for personal schedule, task, and meeting management. Routes mixed brain-dumps into Google Calendar events and Todoist tasks; manages agenda/minutes Google Docs linked to events; produces wrapup logs and morning briefs.
task-to-event and event-to-task for items captured in the wrong service.wrapup (EOD/EOW summary as a Doc) + morning-brief (resume from last wrapup, overlay today's load).The plugin doesn't bundle MCPs — the user wires up three separately and the plugin reads their aliases from config.json:
| Capability | Recommended MCP |
|---|---|
| Google Calendar, Docs, Gmail | gemini-cli-extensions/workspace (Google official) |
| Google Contacts (People API) | A standalone Contacts MCP (e.g., the companion Diary-Contacts-MCP) |
| Todoist | doist/todoist-mcp (official) |
Any equivalent MCP works — the plugin only cares about the alias mapped in config.json.
| Skill | What it does |
|---|---|
onboard | First-run setup: pick MCP aliases, create Drive folder tree, optionally nominate a diary workspace |
firehose | Route a mixed dump into events vs tasks |
create-event, edit-event, delete-event, batch-create-events | Calendar CRUD |
create-task, edit-task, delete-task, batch-create-tasks | Todoist CRUD |
task-to-event, event-to-task | Two-part migration between services |
review-missing-priorities, assign-priorities | Todoist priority hygiene |
review-missing-dates, assign-dates | Todoist date hygiene |
agenda | Meeting agenda Doc lifecycle (sub-actions: create, link, share, email) |
minutes | Meeting minutes Doc lifecycle (sub-actions: capture, share, email) |
wrapup | EOD/EOW/period summary Doc with achievements + open items |
morning-brief | Resume from last wrapup + today's calendar/tasks |
log-entry | Markdown diary entry (only if diary workspace nominated) |
setup-automation | Stub: outlines options for scheduling wrapup and morning-brief |
Plugin config lives at ${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/schedule-manager/config.json.
The plugin does not write user content (diary entries, agendas, minutes, wrapups) under $CLAUDE_USER_DATA. Drive content lives in the user's Drive; diary markdown lives in a folder the user nominates during onboarding.
claude plugins install schedule-manager@danielrosehill
After installation, run the onboard skill before using anything else.
MIT
npx claudepluginhub danielrosehill/claude-code-plugins --plugin schedule-managerPlugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,640 supported skills.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Claude Code plugin for image editing, batch operations, format conversion, and filesystem organisation of image libraries — bucket by resolution, aspect ratio, orientation, format, EXIF capture time, camera, and dedupe duplicates / near-duplicates.
First-pass data analysis toolkit: correlations, PII flagging, anomalies, hypothesis tests, data dictionaries, and trend analysis on a dataset in a folder.
Claude Code plugin: ideation and planning workflow — capture, evaluate, rank, simulate, and plan ideas, with ideation/single-idea-eval/multi-idea-ranking/feature-ideas/simulation/idea-capture variants.
Manage a Proxmox VE host via SSH and the Proxmox API — guided first-run onboarding, VM/CT lifecycle, storage and ZFS inspection, log review, and update workflows. Per-host config is stored outside the plugin so the same install works across multiple Proxmox environments.
Personal budgeting workflow primitives — transaction logging, categorization, budget creation, spending analysis, goal tracking, and forecasting — plus a provisioning skill for a fresh budgeting workspace.