milkywayrules/dioilham-skills

dio-dont-trust-your-memory-check-the-docs-first

Before stating external facts, check official docs or repo sources — not training memory.

First seen Jul 22, 2026

Installation

$ npx skills add milkywayrules/dioilham-skills --skill dio-dont-trust-your-memory-check-the-docs-first

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from milkywayrules/dioilham-skills · top by installs.

npx skills add milkywayrules/dioilham-skills

Browse all from milkywayrules/dioilham-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,484 B
  • docs SUMMARY.md 146 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 22 installs

SKILL.md

Training memory drifts. Wrong assumptions compound across turns. This is a quick source check, not full deep research.

When this applies

External systems: CLIs, install flows, API behavior, registry or publish claims, version-specific flags, third-party tool behavior.

Skip for: code already in the workspace, pure opinion, or conversation recap macros.

Process

  1. Name the claim — one sentence you were about to assert.
  2. Verify — Read in-repo docs or WebFetch / search official source once. Do not chain guesses.
  3. Answer with a label:

- verified — cite URL or file path (one line) - unverified — say what you tried; do not state as fact - memory — not checked — only if the user explicitly asked to skip lookup

Output shape

Reply with only:

claim

<what was at risk of being wrong>

source check

<what was read or fetched, or "none — unverified">

answer

<corrected statement, or honest "don't know yet">

label

verified | unverified | memory — not checked

Hard rules

  • Do not invent CLI flags, install steps, or directory layouts from memory.
  • If docs conflict with memory, docs win.
  • For ledger-grade research with confidence scoring, use the verasic-deep-research skill instead.