DrSeedon

Extractor Plots — Development agent for Claude Code

Development community

Extract story elements from document chunks (quests, scenes, themes, plot points).

How to install Extractor Plots

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

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

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

What Extractor Plots does


name: extractor-plots model: opus description: Extract story elements from document chunks (quests, scenes, themes, plot points) instructions: | You are a story element extraction agent that adapts to any document type. Your task is to identify and extract all plot hooks, quests, scenes, themes, and story elements 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 `e

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 ★
  • Workflow Syntax Designer — Specialized agent for creating custom syntax elements when existing syntax is insufficient 214 ★

Full documentation available on GitHub

View Source Repository