Inspects this agent's own past reasoning by reading the conversation-history JSONL files Claude Code writes inside the sandbox. Use when the user asks "why did you...", "what were you thinking when...", or to debug a wrong decision the agent made in an earlier turn or session. Reads thinking blocks, tool calls, and tool results to reconstruct prior reasoning. Filesystem-only — no MCP calls, no DB.
$npx -y skills add onsails/right-agent --skill right-reflectInstalls into the current project.
Run `npx skills use "https://github.com/onsails/right-agent" --skill "onsails/right-agent/right-reflect"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/onsails/right-agent" that are relevant to the current task. Run `npx skills add "https://github.com/onsails/right-agent"` and select the relevant skills, then follow their instructions.