
Calendrome
- Updated August 4, 2026
- mklute101/calendrome
calendrome is a Claude Code skill in the AI & Agent Building category. Calendar-as-source-of-truth task scheduling — onboarding, weekly planning, daily brief, and quick blocks for the calendrome MCP. Beta.
Key points
- calendrome
- AI & Agent Building
- AI-coding skill
Calendrome by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add mklute101/calendrome/plugin install calendrome@mklute101-calendromeAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | August 4, 2026 |
|---|---|
| Repository | mklute101/calendrome ↗ |
What it does
Calendar-as-source-of-truth task scheduling — onboarding, weekly planning, daily brief, and quick blocks for the calendrome MCP. Beta.
README.md
Calendrome — Claude Code Plugin
Calendar-as-source-of-truth task scheduling, exposed to Claude Code as a set of conversational skills over the calendrome MCP server.
What's in here
| Skill | What it does |
|---|---|
/calendrome:onboard |
First-run guided setup: detects existing connections (Jira, Harvest, Google Calendar), walks you through MCP install, imports projects, sets working hours and weekly budgets. Re-run to add projects, edit settings, or spin up a demo sandbox. |
/calendrome:status |
Show current state — projects, budgets, active tasks — and what you can do next. |
/calendrome:week |
Weekly planning session. Pulls from Google Calendar, JIRA, and calendrome; presents a unified view; helps you commit time. |
/calendrome:today |
Daily working session — morning brief, mid-day check-in, end-of-day wrap-up. |
/calendrome:block |
Quick "block this on my calendar starting now" for ad-hoc work. |
/calendrome:sandbox |
Spin up a throwaway calendrome instance on an alt port + alt DB. Pass demo to pre-seed sample data. |
/calendrome:harvest-push |
Push the week's calendrome time entries to Harvest, with a dry-run preview. |
Settings
Per-user configuration lives in ~/.claude/calendrome.local.md (created and edited by /calendrome:onboard). Includes Atlassian IDs, calendar ID/timezone, JIRA project keys, and the prefix → calendrome project ID mapping.
Installation
Two steps. The first registers the plugin; the second sets up the MCP server.
claude plugin marketplace add mklute101/calendrome
claude plugin install calendrome
That makes /calendrome:* available in every Claude Code session. Then, from any directory:
/calendrome:onboard
Onboard handles the rest: clone the calendrome MCP server, build it, register it with Claude Code, and walk through your first projects and budgets.
This is a self-hosted, GitHub-based marketplace — calendrome is in beta and is not listed on the Anthropic official marketplace. See issue #53 for the longer-term plan to ship the MCP layer via npm or release artifacts.
Prefer to install only the MCP server?
If you don't want the plugin's slash commands and just want raw MCP tools, follow the manual install in the main repo README — it skips the plugin layer entirely.