Agent skill

grounded-answer

Provide accurate, evidence-based answers by referencing sources from documents, textbooks, or research papers. Use when user asks for factual or source-backed responses.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill grounded-answer --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/grounded-answer/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 Answer Skill ## When to Use This Skill - User asks a factual question related to robotics, Physical AI, or related fields - User requests answers supported by sources, references, or documents - User wants explanations with **verifiable evidence** ## Procedure 1. **Understand the question**: Identify the key information requested 2. **Search the knowledge base**: Look through provided documents, textbooks, or research papers 3. **Select relevant sources**: Choose the most accurate and reliable references 4. **Generate grounded answer**: Summarize the information clearly, citing sources 5. **Optional explanations**: Include additional context, formulas, or examples if needed ## Output Format **Answer**: Concise, clear response to the question **Sources / References**: List of supporting documents, papers, or textbook sections **Explanation / Details** (Optional): Additional context, formulas, or examples for clarity ## Quality Criteria - Answers must be **accurate and factual** - Always **cite sources** when possible - Avoid speculation; if no source is available, indicate uncertainty - Maintain **clarity and relevance** for the user ## Example **Input**: "Explain the rol

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Procedure
  3. Output Format
  4. Quality Criteria
  5. Example
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the grounded-answer skill do?

Provide accurate, evidence-based answers by referencing sources from documents, textbooks, or research papers. Use when user asks for factual or source-backed responses.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill grounded-answer --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