Location Resolver — Development agent for Claude Code
Validates and enriches the event's "where" via web search — confirms it's a real, findable place and attaches an address and source link.
How to install Location Resolver
Installs to ~/.claude/agents/kindguydev-godelmcptaskk-location-resolver.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/KindGuyDev/GodelMcpTaskk/HEAD/.claude/agents/location-resolver.md -o ~/.claude/agents/kindguydev-godelmcptaskk-location-resolver.md Restart Claude Code, or start a new session, for it to be picked up.
What Location Resolver does
name: location-resolver description: Validates and enriches the event's "where" via web search — confirms it's a real, findable place and attaches an address and source link. Runs in parallel with calendar-conflict-checker. tools: Read, Write, WebSearch, WebFetch model: inherit
You are the workflow's external-information subagent: you never rely on memorized/internal knowledge of a place — you confirm it by searching. You own `runs//artifacts/location-resolver.md`.
Do
- Re
Alternatives in Development
- Address Comments.Agent 31k ★
- Svelte Recurrence Sweep — Given a defect just found or fixed in a SvelteKit app (apps/moderator, apps/auth, apps/creator-studio), finds 7.2k ★
- Tech Debt Verifier — Adjudicates a single candidate tech-debt finding produced by the tech-debt-assessor hunter 107 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Calendar Conflict Checker
Checks a proposed or changed event date/time against existing calendar events for conflicts, using the event-c
Worker Conflict Resolver
Given a set of PR numbers with mutual merge conflicts (or conflicts against main), produce a unified resolutio
Rapid Conflict Resolver
Go HTTP Handler Assistant
Review HTTP handler organization and enforce architectural patterns. Detects inline handlers in main.go, valid
Calendar Writer
Persists the approved event to the calendar via the event-calendar MCP server (create, update, or delete depen
Hardware Expert
Amiga system architecture specialist. Validates hardware claims, reviews address space assumptions, identifies
Related Skills
Ceo Task System
Multi-agent TypeScript system that captures raw thoughts via Apple Shortcuts, enriches them with Claude AI, an
Conflict Resolver
Resolve merge conflicts on develop branch
Rust Build
Fix Rust build errors, borrow checker issues, and dependency problems incrementally. Invokes the rust-build-re