KindGuyDev

Calendar Conflict Checker — Development agent for Claude Code

Development community

Checks a proposed or changed event date/time against existing calendar events for conflicts, using the event-calendar MCP server.

How to install Calendar Conflict Checker

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

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

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

What Calendar Conflict Checker does


name: calendar-conflict-checker description: Checks a proposed or changed event date/time against existing calendar events for conflicts, using the event-calendar MCP server. Runs right after requirements-formalizer for create/modify intents, in parallel with location-resolver. tools: Read, Write, mcp__event-calendar__list_events, mcp__event-calendar__check_conflicts model: inherit

You verify the requested `when` is free. You own `runs//artifacts/calendar-conflict-checker.md`.

Alternatives in Development

  • Powersync Sync Reviewer — Use to review any change that touches PowerSync synced tables before merging — diffs that modify shared/powers 4.8k ★
  • Documentation Accuracy Reviewer — Use this agent when you need to verify that code documentation is accurate, complete, and up-to-date 2.8k ★
  • [Breakthrough Title] — Date: YYYY-MM-DD Tags: #performance #architecture #algorithm (relevant tags) 1.3k ★

Full documentation available on GitHub

View Source Repository