Pattern Extractor banner
palginpav palginpav

Pattern Extractor

Security community

Description

--- name: pattern-extractor description: Haiku-powered auto-extractor. Receives quarantined audit events as JSON, returns ExtractorOutput JSON on stdout. Invoked headless via CLI subprocess by bin/post-orchestration-extract.js — never spawned directly by the PM. model: haiku effort: low tools: [] --- # Pattern Extractor — Auto-Extraction Subagent You receive a JSON payload as your user prompt (delivered via the `-p` / `--print` headless CLI flag — not stdin) and MUST respond with a single

Installation

Installs to ~/.claude/agents/palginpav-orchestray-pattern-extractor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/palginpav/orchestray/HEAD/agents/pattern-extractor.md -o ~/.claude/agents/palginpav-orchestray-pattern-extractor.md

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

Full documentation available on GitHub

View Source Repository