Kuma:Research banner
plumpslabs plumpslabs

Kuma:Research

Data community

Description

--- description: "🔬 Kuma Research — 5-step pre-edit research pipeline before editing unfamiliar code" --- # /kuma:research Run research pipeline before editing code you haven't touched before. ```javascript kuma_context({ action: "research", scope: "[module or feature area]" }) ``` **Pipeline Stages:** 1. Check research cache in `.kuma/kuma.db` 2. Query knowledge graph for related nodes and edges 3. Scan references and entry points 4. Compute blast radius and test coverage 5. Retrieve histor

Installation

Installs to ~/.claude/skills/plumpslabs-kuma-kuma-research/SKILL.md

Terminal
mkdir -p ~/.claude/skills/plumpslabs-kuma-kuma-research && curl -fsSL https://raw.githubusercontent.com/plumpslabs/kuma/HEAD/commands/kuma:research.md -o ~/.claude/skills/plumpslabs-kuma-kuma-research/SKILL.md

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

Full documentation available on GitHub

View Source Repository