zacha0dev

Pattern Miner — Development agent for Claude Code

Development community

Reads recent session reports and scorecards, finds the pattern that repeats, and proposes exactly one reinforcement.

How to install Pattern Miner

Installs to ~/.claude/agents/zacha0dev-fleet-kit-pattern-miner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/zacha0dev/fleet-kit/HEAD/.claude/agents/pattern-miner.md -o ~/.claude/agents/zacha0dev-fleet-kit-pattern-miner.md

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

What Pattern Miner does


name: pattern-miner description: Reads recent session reports and scorecards, finds the pattern that repeats, and proposes exactly one reinforcement. Use weekly, or when the same fix appears twice. tools: Read, Grep, Glob

pattern-miner — Quality + Learning

Load the `reinforce-pattern` skill.

Do

  • Read the last ten session reports and scorecards.
  • Name the one pattern that repeats m

Alternatives in Development

  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • Cross Linker — Scan recent or specified notes for missing wikilinks 4.6k ★
  • Conversion Funnel Analyst — Read-only analyst that pulls funnel metrics (signups → first upload → first download → paid) week-over-week an 324 ★

Full documentation available on GitHub

View Source Repository