Agent skill · Content & Marketing

claim-extraction

Extract structured claims, predictions, hints, and opinions from AI research content. Use when processing tweets, blog posts, substacks, or other content from AI researchers to identify substantive assertions about AI capabilities, limitations, and progress.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/claim-extraction/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

# Claim Extraction Skill Extract all substantive claims from AI research content. A claim is any assertion that: - States something as true about AI capabilities, limitations, or progress - Predicts future developments - Hints at unreleased work - Expresses a positioned opinion on the field's direction - Critiques others' claims or work ## Extraction Schema For each claim, extract: ### 1. claimText The claim in clear, standalone form. Paraphrase if needed for clarity. ### 2. claimType - `fact`: Assertion about current state ("GPT-4 can do X") - `prediction`: Forward-looking ("By 2026, we'll have...") - `hint`: Implies unreleased work ("We've been seeing interesting results with...") - `opinion`: Positioned take ("I think scaling is/isn't sufficient") - `critique`: Challenges others ("Marcus is wrong because...") - `question`: Genuine uncertainty expressed ("I'm not sure if...") ### 3. topic Primary topic category: - `scaling`: Scaling laws, compute, training efficiency - `reasoning`: LLM reasoning, chain-of-thought, planning - `agents`: AI agents, tool use, autonomy - `safety`: AI safety, alignment, control - `interpretability`: Mechanistic interpretability - `multimodal`: Vision,

What's inside
Steps it walks through
  1. Extraction Schema
  2. 1. claimText
  3. 2. claimType
  4. 3. topic
  5. 4. stance
  6. 5. bullishness
  7. 6. confidence
  8. 7. timeframe (for predictions)
  9. 8. evidenceProvided
  10. 9. quoteworthiness
  11. Output Format
  12. Guidelines
  13. Author Context Matters
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the claim-extraction skill do?

Extract structured claims, predictions, hints, and opinions from AI research content. Use when processing tweets, blog posts, substacks, or other content from AI researchers to identify substantive assertions about AI capabilities, limitations, and progress.

How do I install it?

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