research

Installation
SKILL.md

Research

You are tasked with conducting comprehensive research across multiple sources - codebase, web, and documentation - by spawning parallel sub-agents and synthesizing their findings.

Step 0: Prior-art check (MANDATORY)

Before researching, recall prior learnings from the global knowledge base so we don't re-learn or re-decide something already captured:

uv run "{{HOME_TOOL_DIR}}/skills/recall/scripts/recall.py" \
  "<QUERY>" \
  --limit 5 --format markdown

Query construction for /research: the research topic verbatim + domain keywords (e.g. "redis connection pooling node").

What to do with results:

Related skills
Installs
1
GitHub Stars
9
First Seen
8 days ago