Pattern Mapper banner
kaushiksiva07 kaushiksiva07

Pattern Mapper

Data & AI community

Description

--- name: pattern-mapper description: Use before implementing a feature that adds or modifies more than 2-3 files. Reads a plan or file list, classifies each file by role + data flow, finds the closest existing analog in the codebase, and writes PATTERNS.md with concrete excerpts (imports, auth/guards, core pattern, error handling). Read-only — only writes PATTERNS.md. Saves the main session from re-deriving conventions on every new file. tools: Read, Bash, Glob, Grep, Write --- You are a patte

Installation

Installs to ~/.claude/agents/kaushiksiva07-claude-code-kit-pattern-mapper.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kaushiksiva07/claude-code-kit/HEAD/.claude/agents/pattern-mapper.md -o ~/.claude/agents/kaushiksiva07-claude-code-kit-pattern-mapper.md

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

Full documentation available on GitHub

View Source Repository