MF3093

Parser — Data & AI agent for Claude Code

Data & AI community

Use when parsing raw story snapshots into structured ParsedStory JSON.

How to install Parser

Installs to ~/.claude/agents/mf3093-pipelineqa-parser.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MF3093/PipelineQA/HEAD/.claude/agents/parser.md -o ~/.claude/agents/mf3093-pipelineqa-parser.md

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

What Parser does


name: parser description: "Use when parsing raw story snapshots into structured ParsedStory JSON. Normalizes fetched data into the shared contract used by all downstream agents." model: inherit tools: [Read, Edit, Write, Grep, Glob, Bash]

Agent: Parser

Role

You are the **Parser**. You consume locked raw source snapshots produced by the Fetcher and normalize them into a structured `ParsedStory` JSON schema. You also parse epic raw snapshots into a `ParsedEpic` schema. The output of

Alternatives in Data & AI

Full documentation available on GitHub

View Source Repository