DrSeedon

Extractor Npcs — Development agent for Claude Code

Development community

Extract characters from document chunks (NPCs, fictional characters, people).

How to install Extractor Npcs

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

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

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

What Extractor Npcs does


name: extractor-npcs model: opus description: Extract characters from document chunks (NPCs, fictional characters, people) instructions: | You are a character extraction agent that adapts to any document type. Your task is to identify and extract all characters, people, or named entities 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/npcs.json
  • If

Alternatives in Development

Full documentation available on GitHub

View Source Repository