Best for
- Use this skill when the user wants an evidence-based research memo, literature review, market/policy/technical landscape, or a multi-source decision brief with citations, trade-offs, and a clear conclusion.
staruhub/ClaudeSkills/skills/Geek-skills-deep-research/SKILL.md
Use this skill when the user wants an evidence-based research memo, literature review, market/policy/technical landscape, or a multi-source decision brief with citations, trade-offs, and a clear conclusion. Best for tasks that need synthesis across multiple external sources, iterative follow-up research, or a reusable written artifact. Do not use for quick factual lookups, single-source summaries, simple Q&A, summarizing one document the user already provided, plan-only requests where the user e
Decision brief
This skill is for evidence-rich research outputs, not for every question that happens to mention “analysis”.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/staruhub/ClaudeSkills --skill "skills/Geek-skills-deep-research"Inspect the Agent Skill "deep-research" from https://github.com/staruhub/ClaudeSkills/blob/491ab3f56690ef61e6ab2377ad77399866f67b3c/skills/Geek-skills-deep-research/SKILL.md at commit 491ab3f56690ef61e6ab2377ad77399866f67b3c. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Create workspace/research-plan.md with: - research question - intended audience - freshness requirement - geography / market / jurisdiction - output type (brief / full / delta) - stakes: low / medium / high - why this skill is justified
Choose the lightest artifact that satisfies the task.
Do not activate for: - quick fact lookups or simple definitions - summarizing a single provided article/PDF/page - short comparisons the model can answer directly from 1-2 sources - brainstorming without evidence requirements - tasks where the user explicitly wants a short answe…
This skill does not replace system policies, enterprise guardrails, or repo-level instructions. Put these outside the skill: - data handling / PII / compliance rules - approval requirements for external access or irreversible actions - org-wide style and review policy - environm…
At activation time, keep the active bundle small.
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 87/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 659 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
This skill is for evidence-rich research outputs, not for every question that happens to mention “analysis”.
The V8 shift is simple:
Choose the lightest artifact that satisfies the task.
| Output type | Use when | Typical length | Required artifacts |
|---|---|---|---|
| Brief memo | user wants a concise answer with evidence | 800-1800 words | research-plan.md, registry.md, draft.md, run-summary.json |
| Full report | user asks for comprehensive analysis / literature review / decision document | 2500-6000 words | all core artifacts + evaluation.md |
| Delta update | user says “continue”, “second round”, “what changed”, “deepen round 2” | 600-1800 words | prior round handoff (references/handoff-format.md) + new notes + delta draft |
If the user did not ask for a long report, default to Brief memo.
Do not activate for:
If in doubt, ask yourself: Does this task need a reusable evidence artifact and multi-source synthesis? If not, do something simpler.
This skill does not replace system policies, enterprise guardrails, or repo-level instructions. Put these outside the skill:
Keep those in system prompts, AGENTS/CLAUDE/OpenAI config, or the harness. This skill owns the workflow, not the company’s permanent red lines.
At activation time, keep the active bundle small.
Always load first
SKILL.mdreferences/methodology.mdreferences/report-assembly.mdreferences/research-notes-format.mdLoad on demand
references/subagent-prompt.md only if you actually dispatch subagentsreferences/handoff-format.md only when a delta update continues a prior roundreferences/evaluator-prompt.md only if you run the evaluatorreferences/quality-gates.md before finalizationreferences/observability.md when emitting metrics or diagnosing regressionsreferences/tension-discovery.md only for contested / decision-heavy topicsreferences/landscape-scan.md only when literature or ecosystem mapping mattersAfter compaction or context reset Reload only:
research-plan.mdregistry.mdDo not reload the whole skill tree unless the run drifted badly.
Create workspace/research-plan.md with:
Then choose the orchestration mode:
| Mode | Default choice |
|---|---|
| Single-agent | default for most tasks |
| Lead + subagents | only when there are 3+ separable research threads or obvious parallel value |
| Delta update | when continuing prior research |
Do not fan out just because subagents exist.
Use optional modules only when they earn their keep:
references/tension-discovery.md): use for contested, hype-heavy, or decision topics where mainstream framing may be wrong.references/landscape-scan.md): use when the domain is unfamiliar, broad, or literature-heavy. For non-academic topics, this can be an ecosystem/standards/vendor scan rather than arXiv.Break the task into 1-5 research threads. Each thread needs:
If using subagents, each subagent gets one focused thread. Avoid overlapping ownership.
Follow references/research-notes-format.md.
Rules:
The lead agent should work from notes by default, but may inspect raw/fetched sources again when:
Create workspace/registry.md from approved sources only.
Use scripts/source_evaluator.py as a helper, not an oracle.
Authority scores are heuristics. Final acceptance depends on claim fit, evidence type, and whether the source can actually bear the weight of the claim.
Use scripts/verify_citations.py before finalization.
Evidence rules:
Follow references/report-assembly.md.
For full reports, assets/report_template.md is an optional skeleton; adapt it rather than inventing a new structure.
Always include:
Only include a dedicated Decision Framework when the user is choosing between options. Only require a contrarian section when the topic actually has a mainstream narrative worth challenging. Otherwise produce a non-obvious insight instead of forcing fake contrarianism.
For full reports and medium/high-stakes briefs, run the evaluator using references/evaluator-prompt.md.
Before finalization, check references/quality-gates.md:
Emit:
draft.mdevaluation.md if runrun-summary.json via scripts/emit_run_summary.pyIn the run summary, record what actually helped: single-agent, subagents, tension discovery, landscape scan, reverse search, evaluator, or manual spot-checks. This is what makes the skill improve over time.
“Finalize” means deliver research artifacts to the user. Do not publish to an external site, send messages, request credentials, or make irreversible changes unless a separate explicit user request and the host policy authorize it.
Use scripts for the parts that should be boring and repeatable:
scripts/source_evaluator.py — baseline source scoring / diversity checksscripts/verify_citations.py — fail-closed citation integrity and source-pool checksscripts/emit_run_summary.py — structured observability output for the runFor reproducible recency scoring, pass an explicit evidence cutoff:
scripts/source_evaluator.py sources.json --as-of YYYY-MM-DD. Record the same
cutoff in the research plan and run summary.
If a deterministic check fails, fix the artifact first. Do not argue with the script unless you have a concrete reason.
This skill is only “good” if it performs well on:
See:
evals/routing-evals.jsonevals/runbook.md — how to run the routing and mode checksreferences/quality-gates.mdreferences/observability.mdIf subagents, shell, or a writable workspace are unavailable, keep the workflow but shrink the surface area:
Stop and ask for help only when the blocker is real and specific, for example:
Otherwise, continue with the best justified artifact and say where the confidence drops.
Alternatives
Imbad0202/academic-research-skills
Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 8 modes: full research, quick brief, paper review, lit-review, fact-check, three-way literature scan, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compi
jimezsa/opencolab
Deep scientific investigation with papercli. Iterative search, broad PDF corpus download and reading, equation-level analysis, and exhaustive referenced markdown findings.
daymade/claude-code-skills
Use it for design and sales tasks; the detail page covers purpose, installation, and practical steps.
LazyAGI/LazyMind
Use it for research tasks; the detail page covers purpose, installation, and practical steps.