Agent skill · Workflow & Productivity

argument-evaluation

Systematic evaluation of arguments for structure, validity, soundness, and charitable interpretation. Covers premise identification, conclusion extraction, argument mapping, steel-manning, and the distinction between validity (form) and soundness (form plus true premises). Use when assessing an argument, reconstructing an opponent's position fairly, or preparing a rebuttal.

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

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

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

# Argument Evaluation An argument is a set of statements in which some (the premises) are offered as reasons for believing another (the conclusion). Critical thinkers evaluate arguments by reconstructing them, testing their logical form, checking the truth of the premises, and engaging with the strongest version of the opposing case. This skill provides a systematic procedure for doing all four. **Agent affinity:** paul (overall framing, elements of reasoning), elder (structural reconstruction) **Concept IDs:** crit-argument-structure, crit-deductive-reasoning, crit-inductive-reasoning, crit-charitable-interpretation ## The Evaluation Toolbox at a Glance | # | Operation | Purpose | Key signal | |---|---|---|---| | 1 | Premise extraction | Pull claims that support the conclusion | "Because," "since," "given that" | | 2 | Conclusion extraction | Identify what is being argued for | "Therefore," "so," "thus," "hence" | | 3 | Argument mapping | Show dependency structure | Some premises support sub-conclusions | | 4 | Reconstruction | Restate in standard form | Numbered premises, explicit conclusion | | 5 | Validity check | Does conclusion follow if premises are true? | Counterexample to

What's inside
Steps it walks through
  1. The Evaluation Toolbox at a Glance
  2. Operation 1 — Premise Extraction
  3. Operation 2 — Conclusion Extraction
  4. Operation 3 — Argument Mapping
  5. Operation 4 — Reconstruction in Standard Form
  6. Operation 5 — Validity Check
  7. Operation 6 — Soundness Check
  8. Operation 7 — Strength Check (Inductive Arguments)
  9. Operation 8 — Steel-Manning (Charitable Interpretation)
  10. Operation 9 — Hidden Premise Detection
  11. Operation 10 — Scope Check
  12. Standard Evaluation Procedure
  13. When to Use
  14. When NOT to Use
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the argument-evaluation skill do?

Systematic evaluation of arguments for structure, validity, soundness, and charitable interpretation. Covers premise identification, conclusion extraction, argument mapping, steel-manning, and the distinction between validity (form) and soundness (form plus true premises). Use when assessing an argument, reconstructing an opponent's position fairly, or preparing a rebuttal.

How do I install it?

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