SpillwaveSolutions

Research Retrieve — Development skill for Claude Code

Development community

Spawn research-retriever.

How to install Research Retrieve

Installs to ~/.claude/skills/spillwavesolutions-research-knowledge-capture-research-retrieve/SKILL.md

Terminal
mkdir -p ~/.claude/skills/spillwavesolutions-research-knowledge-capture-research-retrieve && curl -fsSL https://raw.githubusercontent.com/SpillwaveSolutions/research-knowledge-capture/HEAD/commands/research-retrieve.md -o ~/.claude/skills/spillwavesolutions-research-knowledge-capture-research-retrieve/SKILL.md

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

What Research Retrieve does


name: research-retrieve description: Spawn research-retriever. Parent gets a summary card only. Do not pack inline.

Follow the **research-retrieve** skill completely.

  1. Load ${CLAUDE_PLUGIN_ROOT}/skills/research-retrieve/SKILL.md.
  2. Spawn the research-retriever agent. Do not run rkc_pack.py in the parent for Q&A.
  3. Accept the retrieval card only. Do not ask the sub-agent for pack JSON or Evidence bodies.

Alternatives in Development

  • Battle — Head-to-head graded battle card between two sites — eight dimensions, bar-by-bar, verdict line 3.6k ★
  • Cashclaw — An autonomous agent that takes work, does work, gets paid, and gets better at it 973 ★
  • Query Address Info — Retrieve all token holdings and portfolio positions for any wallet address on BSC, Base, or Solana 483 ★

Full documentation available on GitHub

View Source Repository