willoscar/claims-extractor
| Use when a review workspace has manuscript text and needs a traceable claim ledger.
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill claims-extractor
Transforms manuscript text into a traceable claim ledger for paper-review.
output/PAPER.mdoutput/CLAIMS.mdoutput/CLAIMS.jsonl (review-claim.v1, one addressable claim per line)Each claim block must include:
empirical or conceptualoutput/PAPER.mdThe Markdown and JSONL files are two views of the same claim records. Downstream
skills should prefer JSONL and retain Markdown fallback for older Workspaces.
scripts/run.py should:
Keep parsing and ranking heuristics in shared review tooling, not in the skill script.
output/CLAIMS.md existsoutput/CLAIMS.jsonl exists and every record has a stable claim_idTake willoscar/claims-extractor from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.