jtims

Reasoning Bundle — Data skill for Claude Code

Data community

Claude Code plugin: structured-reasoning skills, opt-in calibration and convergence hooks, and a model-tiered graph-of-thought tournament.

How to install Reasoning Bundle

This entry records only its repository, not the path inside it, so there is no exact command to give. Open jtims/reasoning-bundle and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Reasoning Bundle does

Claude Code plugin: structured-reasoning skills, opt-in calibration and convergence hooks, and a model-tiered graph-of-thought tournament. Zero data egress.

Alternatives in Data

  • A Stock Data — A股全栈数据工具包 · 十一层架构 · 54端点 · 19数据源 · 零鉴权 Full-stack China A-share data toolkit for AI agents — 11 layers, 54 end 9.4k ★
  • Global Stock Data — US stock market data for AI coding assistants — zero-auth, official sources 1.5k ★
  • Web Agent — 🔥 Open-source web data agent optimized for structured web research 1.2k ★

README

reasoning-bundle

A Claude Code plugin that packages structured-reasoning discipline as skills, commands, opt-in hooks and a tiered reasoning tournament. The reasoning stays in your own model. Nothing is sent to a third party.

Why it exists

The "reasoning tool" products sold as external MCP servers deliver scaffolds: argue the other side, weigh the options, reason in stages. They also see your task content. An assessment of one such service found that everything it sold was already matched, and usually exceeded, by in-house discipline (an operating manual, a structured adjudication protocol, and adversarial-verify swarm patterns), and that routing conversation content to a new vendor was a data-boundary downgrade. This bundle ships those methods as a portable plugin and adds the two capabilities the assessment found missing: loop detection and calibration tracking.

What it installs

Seven skills that load on their triggers: staged-reasoning, perspective-switch, decision-matrix, devils-advocate, logic-check, convergence-detector, graph-of-thought. Two commands: `/reasoning-bundle:graph-of-thought` and `/reasoning-bundle:calibration-review`. Two hooks, both inert until you create their enable files: a Stop hook that records calibration labels to a local ledger, and a PreToolUse guard that routes a repeating tool call to a human question. One workflow, graph-of-thought, with its own bundled three-agent roster: rb-worker on Sonnet at high effort, rb-judge on Opus at extra-high effort, rb-auditor on Opus at extra-high effort and read-only.

`plugin/README.md` holds the full tables.

Install

/plugin marketplace add jtims/reasoning-bundle
/plugin install reasoning-bundle@reasoning-bundle

Layout

Path Holds
.claude-plugin/marketplace.json The directory-source marketplace this repository publishes
plugin/ The shippable plugin: manifest, skills, commands, agents, hooks, scripts, workflow
`docs/AUDIT_Reasoning-Bundle