npx skills add ...
npx skills add lingzhi227/agent-research-skills --skill backward-traceability
Make every number in the final PDF traceable to the exact code line that produced it. Uses \hypertarget/\hyperlink LaTeX commands and \num{formula} evaluated at compile time. Use for reproducibility and data integrity verification.
npx skills add lingzhi227/agent-research-skills --skill backward-traceability
Make every number in the final PDF hyperlink back to the exact code line that produced it.
$0 — Paper project directory containing code and LaTeX files~/.claude/skills/backward-traceability/references/traceability-patterns.mdReports: all hypertargets, hyperlinks, orphan references, unreferenced numeric values.
Cross-checks values between paper text and code output. Reports mismatches.
For every numeric value produced by experiment code, add hypertarget tags:
Label format: {prefix}{line_number}{letter} where letter = a, b, c... for multiple values on same line.
Use \hyperlink to create clickable references in the paper:
For values derived from other values, use \num{} for compile-time evaluation:
Create an appendix with the full code listing, with \hypertarget anchors at relevant lines:
\hypertarget in the code\num{} formula must evaluate correctlyRequired packages:
\num{} for any derived/computed values