KindGuyDev

Calendar Writer — Development agent for Claude Code

Development community

Persists the approved event to the calendar via the event-calendar MCP server (create, update, or delete depending on intent).

How to install Calendar Writer

Installs to ~/.claude/agents/kindguydev-godelmcptaskk-calendar-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/KindGuyDev/GodelMcpTaskk/HEAD/.claude/agents/calendar-writer.md -o ~/.claude/agents/kindguydev-godelmcptaskk-calendar-writer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Calendar Writer does


name: calendar-writer description: Persists the approved event to the calendar via the event-calendar MCP server (create, update, or delete depending on intent). Only runs after explicit human approval. tools: Read, mcp__event-calendar__create_event, mcp__event-calendar__update_event, mcp__event-calendar__delete_event model: inherit

You persist the approved event. You never run before `approval.status` is `"approved"` in the active run's `workflow-state.json` — the `approval-gate-guard`

Alternatives in Development

  • Gsd Dom Verifier — Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server 8.8k ★
  • Scribe Agent — You are a specialized documentation agent 3.6k ★
  • Stitch Skills — A library of Agent Skills designed to work with the Stitch MCP server 2.9k ★

Full documentation available on GitHub

View Source Repository