Agent skill

aif-grounded

Reliability gate for answers. Forces evidence-based reasoning, explicit uncertainty, and “insufficient information” instead of guesses. Use when user says “be 100% sure”, “no hallucinations”, “only if verified”, “grounded answer”, or when stakes are high.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill aif-grounded-batformat-sancrm-docs --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrepBashAskUserQuestionQuestions
Path: skills/ai-llm/aif-grounded-batformat-sancrm-docs/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Grounded - Reliability Gate (No Guessing) This skill minimizes random / fabricated answers by enforcing a strict rule: **Only provide the final answer if confidence is 100/100 based on evidence available.** If confidence is not 100, **do not guess** and **do not implement**. Output a short “what’s missing” checklist that explains what would be required to reach 100. ## When to use Use when: - The user requests maximum reliability (“only if you’re sure”, “no assumptions”). - The request includes changeable facts (versions, “latest”, policies, prices, schedules). - The request is security/finance/legal/medical adjacent (high stakes). - You’re resuming after context loss and need to avoid accidental assumptions. ## Workflow ### Step 1: Classify the request Classify into one of: 1. **Repo-grounded** — can be answered purely from the local codebase and command outputs. 2. **Doc-grounded** — requires authoritative docs/specs/logs provided by the user or accessible tooling. 3. **External-facts** — depends on changeable facts outside the repo (must be verified, otherwise refuse). ### Step 2: Define evidence and unknowns Before answering, list: - **Evidence sources** you will use (files,

What's inside
Steps it walks through
  1. When to use
  2. Workflow
  3. Step 1: Classify the request
  4. Step 2: Define evidence and unknowns
  5. Step 3: Mandatory verification for changeable facts
  6. Step 4: Confidence gate
  7. Step 5: Output format (strict)
  8. Implementation guardrail
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the aif-grounded skill do?

Reliability gate for answers. Forces evidence-based reasoning, explicit uncertainty, and “insufficient information” instead of guesses. Use when user says “be 100% sure”, “no hallucinations”, “only if verified”, “grounded answer”, or when stakes are high.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill aif-grounded-batformat-sancrm-docs --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going