Agent skill

claimify

Extract and structure claims from discourse into analyzable argument maps with logical relationships and assumptions. Use when analyzing arguments, red-teaming reasoning, synthesizing debates, or transforming conversations into structured claim networks. Triggers include "what are the claims," "analyze this argument," "map the logic," or "find contradictions.

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

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

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

# Claimify Extract claims from text and map their logical relationships into structured argument networks. ## Overview Claimify transforms messy discourse (conversations, documents, debates, meeting notes) into analyzable claim structures that reveal: - Explicit and implicit claims - Logical relationships (supports/opposes/assumes/contradicts) - Evidence chains - Argument structure - Tension points and gaps ## Workflow 1. **Ingest**: Read source material (conversation, document, transcript) 2. **Extract**: Identify atomic claims (one assertion per claim) 3. **Classify**: Label claim types (factual/normative/definitional/causal/predictive) 4. **Map**: Build relationship graph (which claims support/oppose/assume others) 5. **Analyze**: Identify structure, gaps, contradictions, implicit assumptions 6. **Output**: Format as requested (table/graph/narrative/JSON) ## Claim Extraction Guidelines ### Atomic Claims Each claim should be a single, testable assertion. **Good:** - "AI adoption increases productivity by 15-30%" - "Psychological safety enables team learning" - "Current training methods fail to build AI fluency" **Bad (not atomic):** - "AI is useful and everyone should use it" → S

What's inside
Steps it walks through
  1. Overview
  2. Workflow
  3. Claim Extraction Guidelines
  4. Atomic Claims
  5. Claim Types
  6. Relationship Types
  7. Output Formats
  8. Table Format (default)
  9. Graph Format
  10. Narrative Format
  11. JSON Format
  12. Analysis Depth Levels
  13. Best Practices
  14. Common Patterns
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the claimify skill do?

Extract and structure claims from discourse into analyzable argument maps with logical relationships and assumptions. Use when analyzing arguments, red-teaming reasoning, synthesizing debates, or transforming conversations into structured claim networks. Triggers include "what are the claims," "analyze this argument," "map the logic," or "find contradictions.

How do I install it?

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