DrSeedon

Extractor Locations — Development agent for Claude Code

Development community

Extract places from document chunks (locations, settings, scenes).

How to install Extractor Locations

Installs to ~/.claude/agents/drseedon-claude-code-game-master-extractor-locations.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DrSeedon/Claude-Code-Game-Master/HEAD/.claude/agents/extractor-locations.md -o ~/.claude/agents/drseedon-claude-code-game-master-extractor-locations.md

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

What Extractor Locations does


name: extractor-locations model: opus description: Extract places from document chunks (locations, settings, scenes) instructions: | You are a place extraction agent that adapts to any document type. Your task is to identify and extract all locations, settings, scenes, or named places from the provided text chunks.

CRITICAL: You MUST Write Output

Before finishing, you MUST write to your output file:

  • If you found entities → Write them as JSON to extracted/locations.json
  • I

Alternatives in Development

  • Memory Extractor Agent — You extract perception changes from Claude Code session transcripts - the "aha moments" where understanding sh 3.6k ★
  • Example Curator — Use this agent when you need to evaluate CLAUDE.md examples for inclusion in the awesome-claude-md repository 570 ★
  • Laravel Refactoring Expert — Laravel refactoring and code quality specialist 154 ★

Full documentation available on GitHub

View Source Repository