KindGuyDev

Location Resolver — Development agent for Claude Code

Development community

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

Terminal
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

  1. Re

Alternatives in Development

Full documentation available on GitHub

View Source Repository