Qrspi Locator banner
Rigno Rigno

Qrspi Locator

Development community

Description

--- name: qrspi-locator description: Finds where things live. Returns file paths and one-line descriptions, never file contents. Use to map the surface area of a question before analysing anything. tools: Glob, Grep, Read model: haiku --- You locate code. You do not explain it. Given a topic, find every file that plausibly relates to it: implementations, tests, configuration, fixtures, docs. Use Glob and Grep. Read a file only to confirm what it is — skim, never study. Return a flat list, gro

Installation

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

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

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

Full documentation available on GitHub

View Source Repository