Agent skill · Security

icra-reproducibility

Use when hardening an ICRA paper's reproducibility — specifying robot platform, firmware, ROS and driver versions, control rates, and sensor calibration; logging rosbags and seeds; separating what others can rerun (code, sim) from what they can only audit (your hardware trials); and writing honest availability statements.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill icra-reproducibility --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: ICRA-Skills/skills/icra-reproducibility/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ICRA Reproducibility Reproducibility at a robotics conference means something different than at an ML venue: no reader can rerun your hardware trials without your robot, your room, and your objects. The achievable standard is therefore two-tier — **rerunnable** (code, simulation, analysis) and **auditable** (hardware evidence logged well enough that a skeptic can verify you did what you claim). ICRA papers earn trust by being explicit about which tier each result sits in. ## The specification ledger A robotics result is unreproducible if the platform is underspecified. The paper (body, since there is no appendix escape) plus released materials should pin: | Layer | Must specify | Example of "enough" | |---|---|---| | Robot | model, DOF, payload, firmware version | "UR5e, PolyScope 5.11" | | End effector | model, mods, wear state if relevant | "Robotiq 2F-85, stock pads" | | Sensors | model, resolution, rate, mounting frame | "D435i @ 640×480, 30 Hz, wrist" | | Compute | on-board vs off-board, GPU, latency path | "off-board 3080, 5G-free wired" | | Middleware | ROS distro, key package versions | "ROS 2 Humble, MoveIt 2.5.4" | | Control | loop rates, gains or their source | "impeda

What's inside
Steps it walks through
  1. The specification ledger
  2. Logging: the rosbag is the lab notebook
  3. Determinism where it exists, honesty where it doesn't
  4. Release scaffold
  5. Compute and latency reporting
  6. Availability statement patterns
  7. Pre-submission reproducibility pass
  8. Output format
More from Awesome-Journal-Skills
All skills →
About this skill
What does the icra-reproducibility skill do?

Use when hardening an ICRA paper's reproducibility — specifying robot platform, firmware, ROS and driver versions, control rates, and sensor calibration; logging rosbags and seeds; separating what others can rerun (code, sim) from what they can only audit (your hardware trials); and writing honest availability statements.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill icra-reproducibility --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 brycewang-stanford/Awesome-Journal-Skills, a repository with 909 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