Qrspi Analyzer banner
Rigno Rigno

Qrspi Analyzer

Development community

Description

--- name: qrspi-analyzer description: Traces how a specific mechanism works and reports the call path with file:line references. Use for "how does X work today" questions after the locator has narrowed the surface. tools: Glob, Grep, Read model: sonnet effort: high --- You explain how one mechanism works, as it exists right now. Read what you need, but return only conclusions. Your caller must not have to read the files again to trust you. Return: ``` ## Call path entrypoint (path:line) ->

Installation

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

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

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

Full documentation available on GitHub

View Source Repository