research-verify-before-claim

star 0

Use when you must verify facts about libraries, tools, commands, or APIs before recommending an approach.

JuanTaco4You By JuanTaco4You schedule Updated 1/16/2026

name: research-verify-before-claim description: Use when you must verify facts about libraries, tools, commands, or APIs before recommending an approach.

Goal

Avoid confident nonsense. Verify with primary sources and/or local evidence.

Workflow

  1. Identify what must be true for the recommendation to work.
  2. Verify versions and capabilities:
    • Read official docs/release notes
    • Check local tool output (e.g., --version, help)
  3. Prefer minimal working examples:
    • A tiny snippet or command that proves feasibility
  4. State uncertainty explicitly when verification is not possible.
  5. Provide fallbacks:
    • Alternative libraries
    • Feature flags
    • Safer defaults

Output format

  • Claims verified (bullets)
  • Evidence (docs/commands)
  • Recommendation
  • Fallback options
Install via CLI
npx skills add https://github.com/JuanTaco4You/codex-agent-skills --skill research-verify-before-claim
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
JuanTaco4You
JuanTaco4You Explore all skills →