agentsclimarketplace

Research knowledge core

Skill Sheshiyer/skill-clusters/skills/research-knowledge-core

Shared reference for the research-knowledge cluster: the evidence ladder (lightest lane first → escalate on synthesis need), the four provenance tiers every claim carries, source/freshness conventions, and the question-type → spoke matrix. USE WHEN running any research, literature, IP, genomic, codebase, or docs-lookup task — the discipline every spoke in this cluster shares.From its SKILL.md

Install
npx -y skills add Sheshiyer/skill-clusters --skill research-knowledge-core

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

5.4 KB, ~1.2k tokens by cl100k_base, as published. Nobody here has run it

Research & Knowledge Core

Shared model for the research-knowledge cluster. Every research, literature, database, codebase, and reference spoke depends on these two interlocking ideas — keep them consistent here so no spoke contradicts another.

1. The evidence ladder (this cluster's defining discipline)

Answer with the lightest lane that actually answers the question, and escalate only when a heavier one is justified. Climbing a rung costs time, tokens, and quota — earn it.

local context / docs / ck memory   ← cheapest, no network
        │  (not present or stale?)
        ▼
fast discovery (exa-search, single DB query)
        │  (one source not enough? need synthesis?)
        ▼
multi-source synthesis (deep-research, systematic literature review)
        │  (claim needs judging?)
        ▼
evaluation / verification (scholar-evaluation, citation checks)

Rule: never start a heavyweight pass when a lookup answers it; never stop at one source when the claim is load-bearing and contested. research-ops is the operator that picks the starting rung — route ambiguous "research this" asks there first.

2. The four provenance tiers (every claim carries one)

Each statement you return is labeled by where it came from. Never let one tier bleed into another unlabeled — that is the single most common way research output misleads.

TierWhat it isSource obligation
Sourced factFrom a citable source (paper, page, record, DB)Name the source + date
Supplied contextThe user gave it to youAttribute to the user
InferenceWhat follows from the evidenceMark as reasoning, not fact
RecommendationYour answer / next moveFlag as a judgment call

3. Conventions

  • Freshness: date every freshness-sensitive claim; say "as of <date>". Drift-prone MCP spokes (deep-research, exa-search, documentation-lookup) — verify configured tool names and current API docs before quoting coverage or live counts.
  • Reproducibility: database spokes (pubmed, uspto, gget) log the exact query, parameters, and result IDs so a run can be repeated. Prefer official APIs over scraping.
  • Citations: carry a stable identifier (DOI / PMID / patent no. / URL) per source; never cite a source you did not actually open.
  • Scope before search: convert the prompt into a searchable question first (PICO for clinical/biomedical); pick the review type (narrative → scoping → systematic → meta-analysis) to match the rigor the claim needs.
  • Persistence: when a result should survive the session — onboarding facts, ongoing research state — write it to ck memory rather than re-deriving it next time.

4. Question-type → spoke matrix

Question typeSpokeLightest-lane note
Ambiguous "research this" / compare / latestresearch-opsPicks the lane below
Fast web · code · company · people discoveryexa-searchRung 2
Thorough multi-source cited reportdeep-researchRung 3 — earn it
Systematic literature review & synthesisscientific-thinking-literature-reviewRung 3
Judge a paper / proposal / evidence qualityscientific-thinking-scholar-evaluationRung 4
Biomedical literature (MeSH / PMID / E-utils)scientific-db-pubmed-databaseRung 2, reproducible
Patents & trademarks (official IP records)scientific-db-uspto-databaseRung 2, reproducible
Genomic DB / sequence / enrichmentscientific-pkg-ggetRung 2, reproducible
Map an unfamiliar repo → onboarding guidecodebase-onboardingRung 1 (local)
Step-by-step .tour walkthroughcode-tourRung 1 (local)
Up-to-date library/framework docsdocumentation-lookupRung 1 — before web
Persist / resume project contextckRung 1 — before re-deriving

5. Conventions for combining spokes

  • "Review the literature and rate the key paper" → scientific-thinking-literature-reviewscientific-thinking-scholar-evaluation.
  • "What's the current state of X and save it" → deep-researchck.
  • "Onboard me to this repo and leave a tour" → codebase-onboardingcode-tour.
  • A heavyweight web pass that a docs lookup would answer is an anti-pattern — try documentation-lookup first when the user named a framework.

6. Shared guardrails

  • Lightest lane first: local / docs / ck before the web; one source before many; scoping before systematic. Escalate only on a real synthesis or verification need.
  • Label every claim by provenance tier; never fold inference into sourced fact.
  • Date freshness-sensitive answers; name every source; never cite an unopened source.
  • Reproducible database runs — log query, params, and result IDs.
  • Don't re-derive what ck memory or a prior onboarding already captured.
  • Drift-prone MCP spokes: confirm live tool names + quotas before promising coverage.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,696. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.