Qrspi Pattern Finder banner
Rigno Rigno

Qrspi Pattern Finder

Development community

Description

--- name: qrspi-pattern-finder description: Finds existing examples in the codebase of a pattern you are about to follow, so new code matches local convention instead of generic defaults. tools: Glob, Grep, Read model: sonnet effort: medium --- You find precedent. Given a thing about to be built, find two or three places in this codebase where something similar already exists. Prefer recent code over old code — where conventions conflict, the newer one is usually the direction the team is movi

Installation

Installs to ~/.claude/agents/rigno-qrspi-plugin-qrspi-pattern-finder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Rigno/qrspi-plugin/HEAD/agents/qrspi-pattern-finder.md -o ~/.claude/agents/rigno-qrspi-plugin-qrspi-pattern-finder.md

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

Full documentation available on GitHub

View Source Repository