SpillwaveSolutions

Research Ingest — Development skill for Claude Code

Development community

Archive a dump from _inbox/research-dumps/ into RKC source-assets and write SourceDocument + ResearchTask shells.

How to install Research Ingest

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

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

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

What Research Ingest does


name: research-ingest description: Archive a dump from _inbox/research-dumps/ into RKC source-assets and write SourceDocument + ResearchTask shells. Pass --extract to run the Phase 2 extractor.

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

  1. Load ${CLAUDE_PLUGIN_ROOT}/skills/research-ingest/SKILL.md.
  2. Run python3 ${CLAUDE_PLUGIN_ROOT}/scripts/rkc_ingest.py --knowledge --vendor --subject .
  3. After the shell lands, run /research-extract (or

Alternatives in Development

  • Om Dump — Freeform capture mode 4.6k ★
  • Alethe Agents — A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with r 511 ★
  • Write Teaching Chapter — Write bilingual (CN+EN) Claude Code source code teaching chapters 386 ★

Full documentation available on GitHub

View Source Repository