πŸ”Œ

storm-research

πŸ”ŒPlugin

RationalDynamics/claude-skills

VibeIndex|
What it does
|

Perspective-driven, outline-first long-form research (Stanford STORM): multi-perspective research conversations, an evidence-grounded outline, a sectioned cited article, and a deterministic citation audit.

πŸͺ

Part of

RationalDynamics/claude-skills

research

Installation

Add marketplace in Claude Code:
/plugin marketplace add RationalDynamics/skills
Step 2. Install plugin:
/plugin install storm-research@devo-skills
0
-
AddedJul 15, 2026

More from this repository10

πŸͺ
RationalDynamics/claude-skillsπŸͺMarketplace

STORM-based research skills (storm-research one-shot, costorm-session interactive) plus an example eval skill, for Claude Code / Cowork.

πŸ”Œ
costorm-sessionπŸ”ŒPlugin

Interactive, human-in-the-loop Co-STORM research: a steerable, turn-based discourse among LLM experts and a moderator over web sources, growing a shared mind map, then synthesizing a cited report. Resumable.

πŸ”Œ
breakpointπŸ”ŒPlugin

Insert /breakpoint context-checkpoint markers that divide a session into logical blocks so /neuralize can later evict irrelevant context. Slash-invoked only (model auto-invocation disabled).

πŸ”Œ
esoteric-elucidationπŸ”ŒPlugin

Explain unfamiliar code, systems, or domains by orienting in plain English, scoping blast radius, and walking concrete data flows before diving into implementation detail. Repo-agnostic.

πŸ”Œ
the-orchestratorπŸ”ŒPlugin

Decompose a design doc into a parallelizable DAG of tasks and run them across git worktrees with an interactive visual workflow. Repo-agnostic.

πŸ”Œ
tddπŸ”ŒPlugin

Test-driven development with a red-green-refactor loop, plus references on deep modules, interface design, mocking, and refactoring.

πŸ”Œ
session-costπŸ”ŒPlugin

Report token usage, wall-clock time, and per-model cost for Claude Code sessions from the on-disk ~/.claude/projects JSONL transcripts β€” grouped by session or git worktree, with a compare mode. Dedups streamed/re-serialized usage and prices per model so totals reconcile with ccusage. Read-only.

πŸ”Œ
scaffold-agent-teamπŸ”ŒPlugin

Scaffold a repo-coupled multi-agent team (lead / architect / backend / qa / reviewer / devops) tuned to a target repo's conventions β€” emits project-local agents, slash commands, and a coordination protocol, then adversarially verifies the generated claims.

πŸ”Œ
neuralizeπŸ”ŒPlugin

Selectively evict irrelevant context blocks and reload only what matters (/neuralize) β€” the surgical alternative to clearing a whole session. Pairs with breakpoint. Slash-invoked only.

πŸ”Œ
grill-meπŸ”ŒPlugin

Interview the user relentlessly about a plan or design, resolving each branch of the decision tree until shared understanding. Use to stress-test a plan.