Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/microsoft/researchstudio/idea_sparknpx skills add microsoft/ResearchStudio --skill idea_sparkgit clone --depth 1 https://github.com/microsoft/ResearchStudioWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00065 | $0.13848 |
| Opus 5 | $0.00032 | $0.06924 |
| Sonnet 5 | $0.00013 | $0.02770 |
| Haiku 4.5 | $0.00006 | $0.01385 |
Grade A, and why
idea-spark 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 2d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 272 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Idea Spark Skill
Convert an under-specified research direction into ONE reviewer-defensible Oral-level research proposal — grounded in 1947 ICLR/ICML/NeurIPS papers (2021-2025) — via a 5-phase workflow: retrieve recent literature, diagnose the bottleneck, select + generate a candidate using corpus-derived ideation pattern cards, run it through a quality gauntlet, expand into an idea card.
This file is the operational runbook. Design rationale (the 7 design principles, why each contract is shaped this way, removed-check history) lives in references/design-notes.md — read it only when modifying or evaluating the skill, never needed to run it. When MODIFYING the skill, also replay the cross-shape regression set in references/regression-directions.md (deterministic subset: python3 "$SKILL_DIR/scripts/regression_check.py" <run_dir>; routing/merger branch fixtures — including every guard/retry branch that real runs rarely exercise: python3 "$SKILL_DIR/scripts/selftest_routing.py"; unit fixtures for the helpers every phase sits on — the multi-query round-robin and the tolerant LLM-JSON loader: python3 "$SKILL_DIR/scripts/selftest_units.py"). First-time installation lives in references/setup.md.
When to use
- "Give me a research idea in {area} I could pursue." / "What's the most impactful next step in this direction?"
- "Help me sharpen this vague direction into an Oral-level proposal."
- "What's the bottleneck of this problem?" / "Run a novelty audit on this idea."
When NOT to use
- Code review, debugging, refactoring. Summarizing one paper. Cross-decade survey writing.
- Free-association brainstorming with no research context. Engineering integration tasks ("ship this feature in our system").
- Pure benchmark / dataset construction work — the 15-pattern vocabulary handles benchmark audit (controlled_diagnostic_design) but not benchmark construction.
Setup (first use only)
What ships with it
60 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.
- references/anti-patterns.md 5.7 KB
- references/design-notes.md 51 KB
- references/ideation-patterns/adapt_via_conditioning.md 13 KB
- references/ideation-patterns/algebraic_equivalence_unification.md 13 KB
- references/ideation-patterns/architectural_operator_substitution.md 13 KB
- references/ideation-patterns/assumption_audit_and_pivot.md 13 KB
- references/ideation-patterns/characterize_limit_then_surpass.md 11 KB
- references/ideation-patterns/companion-combos.md 7.1 KB
- references/ideation-patterns/controlled_diagnostic_design.md 12 KB
- references/ideation-patterns/decompose_and_delegate.md 13 KB
- references/ideation-patterns/generative_process_redesign.md 12 KB
- references/ideation-patterns/heterogeneous_decomposition.md 14 KB
- references/ideation-patterns/overview.md 13 KB
- references/ideation-patterns/reframe_as_solvable_object.md 13 KB
- references/ideation-patterns/relax_discrete_search_to_continuous.md 13 KB
- references/ideation-patterns/self_supervised_signal_engineering.md 13 KB
- references/ideation-patterns/structural_prior_encoding.md 14 KB
- references/ideation-patterns/targeted_self_supervised_objective.md 11 KB
- references/ideation-patterns/unify_into_shared_representation.md 14 KB
- references/ideation-sub-patterns/C00.md 9.3 KB
- references/ideation-sub-patterns/C01.md 8.7 KB
- references/ideation-sub-patterns/C02.md 8.5 KB
- references/ideation-sub-patterns/C03.md 8.4 KB
- references/ideation-sub-patterns/C04.md 8.2 KB
- references/ideation-sub-patterns/C05.md 9.4 KB
- references/ideation-sub-patterns/C06.md 8.2 KB
- references/ideation-sub-patterns/C07.md 9.4 KB
- references/ideation-sub-patterns/C08.md 8.8 KB
- references/ideation-sub-patterns/C09.md 8.3 KB
- references/ideation-sub-patterns/C10.md 8.1 KB
- references/ideation-sub-patterns/C11.md 9.5 KB
- references/ideation-sub-patterns/C12.md 9.2 KB
- references/ideation-sub-patterns/C13.md 8.8 KB
- references/ideation-sub-patterns/C14.md 9.3 KB
- references/ideation-sub-patterns/C15.md 9.0 KB
- references/ideation-sub-patterns/C16.md 9.1 KB
- references/ideation-sub-patterns/C17.md 7.9 KB
- references/ideation-sub-patterns/C18.md 8.2 KB
- references/ideation-sub-patterns/C19.md 9.6 KB
- references/ideation-sub-patterns/C20.md 8.8 KB
- references/ideation-sub-patterns/C21.md 8.7 KB
- references/ideation-sub-patterns/C22.md 8.6 KB
- references/ideation-sub-patterns/C23.md 8.6 KB
- references/ideation-sub-patterns/C24.md 9.3 KB
- references/ideation-sub-patterns/C25.md 8.2 KB
- references/ideation-sub-patterns/C26.md 8.8 KB
- references/ideation-sub-patterns/C27.md 8.3 KB
- references/ideation-sub-patterns/C28.md 8.9 KB
- references/ideation-sub-patterns/C29.md 9.1 KB
- references/ideation-sub-patterns/C30.md 9.7 KB
- references/ideation-sub-patterns/overview.md 3.0 KB
- references/intake-routing.md 2.4 KB
- references/intent-recognition.md 11 KB
- references/pattern-summary-rubric.md 8.2 KB
- references/regression-directions.md 4.2 KB
- references/relevance-partition-rubric.md 3.1 KB
- references/schemas.md 4.5 KB
- references/setup.md 5.5 KB
- references/source-routing.md 3.7 KB
- references/system-prompts/bottleneck_identify.txt 29 KB
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.
- 2d ago First seen · 272 lines · 65 tokens per session scan A 5dfb79c52a00
idea-spark is a skill published in the GitHub repository microsoft/ResearchStudio (2,614 stars, last pushed 3d ago), licensed MIT. It adds 65 tokens to every session and 13,848 once invoked, about $0.0003 per session on Opus 5. 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.
Other skills, from other repositories
ppt-master
AI-driven presentation workflow for generating editable PPTX decks and slides, reconstructing page visuals, creating reusable Brand/Style/Layout/Deck workspaces, filling native PPTX templates, and enhancing finished PPTX files. Use when the user asks to create, generate, reconstruct, regenerate, beautify, redesign…
slidev
Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, code walkthroughs, teaching materials, or developer decks.
guizang-ppt-skill
生成横向翻页网页 PPT(单 HTML 文件),含 WebGL 背景、演讲者视图、观众屏同步、讲稿备注、章节幕封、数据大字报、图片网格等模板。提供两种风格:① "电子杂志 × 电子墨水"(衬线 + 流体背景 + 暖色) ② "瑞士国际主义"(无衬线 + 网格点阵 + IKB/柠檬黄/柠檬绿/安全橙高亮)。当用户需要制作分享 / 演讲 / 发布会风格的网页 PPT,或提到"杂志风 PPT"、"瑞士风 PPT"、"Swiss Style"、"horizontal swipe deck"时使用。.
Presentation Skills Index
Skills for creating presentations, slides, and visual documentation.
fin-arch-diagram
生成研究/项目架构图、流程图、层次图(swimlane / processflow / hierarchytree)。适合 PPT 汇报、技术文档、综述插图。输出风格接近 draw.io,可选 graphviz(高质量)/ matplotlib(零依赖)双后端。.
impress-presentations
Use when creating, opening, or editing LibreOffice Impress ODP presentations, or PPTX decks only when PowerPoint compatibility is explicitly required.