Xray banner
hverma99 hverma99

Xray

Data community

Description

--- description: Cross-check every quantitative claim in a paper against the code/data that produced it. argument-hint: [path to paper, or "." for current project] --- Run the `code-paper-audit` skill against the paper located at `$ARGUMENTS` (if `$ARGUMENTS` is `.` or empty, treat the current project directory as the paper location and locate the manuscript source and results/code within it). Follow the code-paper-audit workflow: extract every quantitative claim from the paper's text, tables,

Installation

Installs to ~/.claude/skills/hverma99-phd-skills-xray/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hverma99-phd-skills-xray && curl -fsSL https://raw.githubusercontent.com/hverma99/phd-skills/HEAD/commands/xray.md -o ~/.claude/skills/hverma99-phd-skills-xray/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository