Calendar Conflict Checker — Development agent for Claude Code
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
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 RepositoryRelated Agents
Requirements Formalizer
Classifies the request intent (create/modify/cancel/query) and formalizes the request plus any clarifying answ
Location Resolver
Validates and enriches the event's "where" via web search — confirms it's a real, findable place and attaches
Worker Conflict Resolver
Given a set of PR numbers with mutual merge conflicts (or conflicts against main), produce a unified resolutio
Git Reconciler
Git branch reconciliation specialist using git and the gh CLI. Use whenever there are merge conflicts, a diver
Ga4 Conversions
GA4 key events (conversions) configuration auditor. Validates which events are marked as key events, checks co
Ga4 Events Editor
GA4 event editor. Proposes EventEditRule and EventCreateRule definitions to fix taxonomy issues found by ga4-e
Related Skills
Precedent Check
Show what was decided before on a topic, and flag conflicts with a proposed choice
Rebase PR
Use when: rebasing a PR branch onto main and the rebase produces conflicts. Triggers on: rebase origin/main, r
Conflict Resolver
Resolve merge conflicts on develop branch