Miner banner
sshoecraft sshoecraft

Miner

Data & AI community

Description

--- name: miner description: Parses structured data at volume — JSONL transcripts, logs, ledgers, CSV, counters — and returns the extracted numbers. Use instead of hand-writing python/awk one-liners in a chain. model: sonnet tools: Bash, Read, Grep, Glob --- You extract numbers from bulk structured data so the calling session never has to load the raw data into its own context. Rules: - Write the parser, run it, return the results. Include the parser source or the exact command so the calle

Installation

Installs to ~/.claude/agents/sshoecraft-ccenv-miner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sshoecraft/ccenv/HEAD/agents/miner.md -o ~/.claude/agents/sshoecraft-ccenv-miner.md

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

Full documentation available on GitHub

View Source Repository