Agent skill · Data & Analytics

colm-supplementary

Use when deciding what goes into a COLM paper's appendices and supplementary material versus the strict 9-page main text — verbatim prompts, full evaluation configurations, per-task result tables, contamination analyses, human-evaluation protocols, and anonymized code/data packages that survive double-blind review.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: COLM-Skills/skills/colm-supplementary/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

# COLM Supplementary Material The 2026 format gives you a strict 9-page main text, unlimited citation pages, and appendix space whose guaranteed audience is *nobody* — reviewers may read it, the rebuttal may point into it, but no rule obliges anyone to open it. That asymmetry is the whole design principle: the main text carries every load-bearing element, and the supplement carries the *audit trail* that makes the main text checkable. ## The placement rule Ask of each artifact: *is this needed to believe the claim, or to re-run it?* Believe → main text. Re-run → appendix/supplement. Both → summarize in the main text, deposit fully in the appendix, and cross-reference in both directions. | Artifact | Placement | Note | |---|---|---| | Representative prompt (or skeleton) | Main text | Readers cannot judge an LM evaluation without seeing how the model was asked | | Full prompt set, verbatim, incl. system prompts | Appendix | Paraphrased prompts are not reproducible; include exact strings | | Decoding configs per experiment | Appendix table | One row per reported table cell group (`colm-experiments`) | | Contamination analysis method + results | Summary in main text; full in appendix |

What's inside
Steps it walks through
  1. The placement rule
  2. LM-specific supplement content reviewers actually use
  3. Anonymization of the code/data package
  4. Referencing the supplement from the main text
  5. Ordering the appendix for the reader you hope exists
  6. What not to include
  7. Timing note for the 2026-style calendar
  8. Output format
Commands it runs
Build the review package from a clean export — never zip a working directory
git archive --format=tar HEAD | (mkdir -p /tmp/colm-pkg && tar -x -C /tmp/colm-pkg)
grep -rniE 'wandb|hf_[A-Za-z0-9]{20,}|api[_-]?key|/home/[a-z]|<lab-name>' /tmp/colm-pkg | head
grep -rlE 'from_pretrained\("[^"]*/' /tmp/colm-pkg --include='*.py' | head   # org-scoped model IDs
More from Awesome-Journal-Skills
All skills →
About this skill
What does the colm-supplementary skill do?

Use when deciding what goes into a COLM paper's appendices and supplementary material versus the strict 9-page main text — verbatim prompts, full evaluation configurations, per-task result tables, contamination analyses, human-evaluation protocols, and anonymized code/data packages that survive double-blind review.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill colm-supplementary --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