agentsclimarketplace

Evidence backed research

Skill KyleBrierley/agent-ops-skills/skills/evidence-backed-research

Build a citation-ready evidence packet that separates sourced facts, inference, conflicts, staleness, and open gaps before any narrative is written.From its SKILL.md

Install
npx -y skills add KyleBrierley/agent-ops-skills --skill evidence-backed-research

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

2.7 KB, 527 tokens by cl100k_base, as published. Nobody here has run it

Evidence-backed research

Use this skill when an answer, brief, record, or article must be defensible at the claim level. The skill stops at structured evidence; it does not write promotional prose or decide that weak evidence is sufficient.

Inputs

  • A bounded research question or target.
  • A list of allowed source types or domains, if constrained.
  • The date at which the research should be considered current.
  • An optional output schema.

Outputs

  • One evidence packet using the structure in examples/evidence-packet.json.
  • A list of conflicts, stale sources, unsupported assumptions, and unanswered questions.
  • A clear recommendation: ready_for_synthesis, needs_more_evidence, or blocked.

Workflow

  1. Restate the exact question and define what would count as sufficient evidence.
  2. Gather primary sources first, then credible secondary sources where necessary.
  3. For every claim, record:
    • the normalized claim;
    • source title and URL;
    • publication or access date;
    • a short supporting excerpt or faithful paraphrase;
    • confidence: confirmed, inferred, or reported;
    • temporal status: current, historical, or unknown.
  4. Record conflicting evidence side by side. Do not silently choose the preferred answer.
  5. Separate source-backed facts from analyst inference.
  6. Check whether precise numbers, dates, and superlatives are directly supported.
  7. List evidence gaps and issue the readiness recommendation.

Confidence rules

  • confirmed: the subject or authoritative primary source states it directly.
  • inferred: strong technical evidence supports it, but the subject did not state it.
  • reported: a credible third party states it.

Confidence describes the relationship between claim and source, not how persuasive the claim sounds.

Failure handling

  • If a source cannot be opened, record it as unavailable; do not rely on a search snippet as confirmed evidence.
  • If evidence is older than the user-defined freshness window, label it historical.
  • If sources conflict, return needs_more_evidence unless the output can honestly retain both possibilities.
  • If the central claim has no direct support, return blocked.

Boundaries

  • Do not invent citations, quotes, dates, or source contents.
  • Do not transform inference into fact.
  • Do not write publication-ready narrative as part of this skill.
  • Do not expose private documents or credentials in the packet.
  • Preserve uncertainty when the evidence does not resolve it.

What ships with it: 1 file

1.1 KB alongside SKILL.md

examples/

Keep looking

Skills are one crate of 326,144. 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.