research-brainstorm

research-brainstorm is a skill for Claude Code from Axect/magi-researchers. It costs 0 tokens per session (16,493 once invoked), scanned A, original, MIT.

A research-idea workflow that compares suggestions from Gemini and Codex, then combines them with Claude. It supports topics such as physics, artificial intelligence, statistics, mathematics, and research papers.

In plain words
What is it for?
Brainstorming and comparing research questions, with controls for subject area, depth, ranking criteria, and the number of model perspectives.
Why use it?
It reduces the chance of relying on one model's ideas by checking suggestions across several models and ranking the results.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions subagents; names the AskUserQuestion tool; mentions Codex.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the magi-researchers plugin — 9 skills shipped together

Good fit Brainstorming and comparing research questions, with controls for subject area, depth, ranking criteria, and the number of model perspectives.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Axect/magi-researchers
Claude Code
/plugin install magi-researchers

Made for: Claude Code.

Or install magi-researchers, the plugin that ships this one along with the rest of its 9 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for research-brainstorm

README.md
[![agentmods](https://agentmods.dev/badge/skills/axect/magi-researchers/research-brainstorm/github.svg)](https://agentmods.dev/skills/axect/magi-researchers/research-brainstorm)
Your own site
<a href="https://agentmods.dev/skills/axect/magi-researchers/research-brainstorm"><img src="https://agentmods.dev/badge/skills/axect/magi-researchers/research-brainstorm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for research-brainstorm

Your own site · 80×15
<a href="https://agentmods.dev/skills/axect/magi-researchers/research-brainstorm"><img src="https://agentmods.dev/badge/skills/axect/magi-researchers/research-brainstorm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 16,493 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.16493
Opus 5 $0.00000 $0.08247
Sonnet 5 $0.00000 $0.03299
Haiku 4.5 $0.00000 $0.01649

Measured 11d ago against content hash 34850e9200e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

research-brainstorm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/openalex_search.py, scripts/parse_verdicts.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/research-brainstorm/SKILL.md · 836 lines

How it starts

The opening of the file, as written. The whole thing — 836 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Research Brainstorm Skill

Description

Generates and cross-validates research ideas using Gemini and Codex in parallel, then synthesizes results with Claude.

Usage

/research-brainstorm "research topic" [--domain physics|ai_ml|statistics|mathematics|paper] [--weights '{"novelty":0.4,...}'|adaptive] [--depth low|medium|high|max|auto] [--personas N] [--claude-only] [--substitute "Gemini -> Opus"]

Arguments

  • $ARGUMENTS — The research topic and optional flags:
    • --domain — Research domain (physics, ai_ml, statistics, mathematics, paper). Auto-inferred if omitted.
    • --weights — Scoring mode for finding ranking:
      • Omitted (default — holistic mode): Claude ranks findings based on its own expert judgment, with detailed rationale for each ranking position. No numeric dimension weights are used.
      • JSON object (e.g., '{"novelty":0.4,"feasibility":0.2,"impact":0.2,"rigor":0.1,"scalability":0.1}'): Weighted scoring — dimensions novelty, feasibility, impact, rigor, scalability with values summing to 1.0.
      • adaptive: Claude analyzes the prompt, adjusts domain defaults, and asks for user confirmation before scoring (see Step 0c).
    • --depth — Controls review depth (default: medium):
      • low — Skip cross-review, go directly to synthesis
      • medium — Standard one-shot cross-review (current behavior)
      • high — Cross-review + evidence anchoring + adversarial debate round
      • max — Hierarchical MAGI-in-MAGI: N persona subagents run parallel mini-MAGI pipelines, then meta-review + evidence anchoring + adversarial debate across all perspectives
      • auto — Adaptive depth: starts as medium, auto-escalates to high or deep based on cross-review disagreement signals (see T12)
    • --personas N|auto — Number of domain-specialist subagents for --depth max (default: auto, range: 2-4). When auto, Claude analyzes the topic to determine the optimal persona count. Ignored for other depth levels.
    • --claude-only — Replace all Gemini/Codex MCP calls with Claude Agent subagents. Use when external model endpoints are unavailable or for a Claude-only workflow. Two subagents with distinct cognitive styles (Creative-Divergent and Analytical-Convergent) ensure perspective diversity.
    • --substitute "Agent -> Opus" — Replace a specific MAGI agent with a Claude (Opus) subagent. Accepted forms: "Gemini -> Opus", "Codex -> Opus". Can be specified multiple times. Use when a specific model hits rate limits but other models are still available. The substituted agent uses the same cognitive style mapping as --claude-only mode. If both agents are substituted, functionally equivalent to --claude-only. Mutually exclusive with --claude-only (if both provided, --claude-only takes precedence).

Read the full file on GitHub · 836 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 836 lines · 0 tokens per session scan A 34850e9200e7

Subscribe to this mod's changes

research-brainstorm is a skill published in the GitHub repository Axect/magi-researchers (13 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 16,493 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

gemini-code-exec

Run Python code in Gemini's sandboxed execution environment to verify math, test regex patterns, simulate logic, or validate algorithms without local execution. Use when you need computational verification without side effects.

azmym/gemini-plugin · 38 tokens

proof-checker

A mathematical proof review and repair workflow for LaTeX documents. It checks whether a proof has valid reasoning, addresses identified gaps, reviews the fixes, and produces an audit report.

wanshuiyin/Auto-claude-code-research-in-sleep · 87 tokens

paper-illustration

A workflow for generating academic illustrations, such as architecture diagrams and method visuals, with image generation and repeated review. Claude plans and checks the figure during the process.

wanshuiyin/Auto-claude-code-research-in-sleep · 67 tokens

paper-illustration-image2

Generate publication-quality academic illustrations through a local Codex app-server bridge that uses Codex native image generation. This is a separate experimental alternative to paper-illustration, intended for Claude Code users who want a GPT-image-style renderer without modifying the original skill.

wanshuiyin/Auto-claude-code-research-in-sleep · 59 tokens

experiment-audit

A review step that checks whether an experiment's reported results are supported by real data and a sufficiently broad test.

wanshuiyin/Auto-claude-code-research-in-sleep · 70 tokens

result-to-claim

Use when experiments complete to judge what claims the results support, what they don't, and what evidence is still missing. Codex MCP evaluates results against intended claims and routes to next action (pivot, supplement, or confirm). Use after experiments finish — before writing the paper or running ablations.

wanshuiyin/Auto-claude-code-research-in-sleep · 63 tokens