Agent skill · Content & Marketing

naacl-supplementary

Use when deciding what goes into the content pages, the uncounted sections, the appendix, and the optional uploads of a NAACL-bound ARR submission — allocating material by what reviewers are actually obliged to read, and keeping glossed language examples and long tables from starving the main argument.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill naacl-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: 5 KB
Bundled scripts: none
Path: NAACL-Skills/skills/naacl-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

# NAACL Supplementary An ARR submission bound for NAACL has four storage tiers with different review contracts, and misfiling material across them is a self-inflicted wound. The tiers, from strongest contract to weakest: | Tier | Counted? | Reviewer obligation | Belongs here | |---|---|---|---| | Content pages (8 long / 4 short) | Yes | Must read; sole basis of judgment | Claims, method, main results, decisive analysis | | Limitations (+ optional ethics) | No | Read and audited | Real scope boundaries, risk discussion | | Appendix (same PDF, after refs) | No | May consult | Full prompt sets, extra tables, proofs of preprocessing | | Uploaded supplements (archives) | No | Discretionary | Code, data samples, guidelines, raw outputs | The operating rule: a reviewer who reads *only* tier 1 must be able to accept the paper. If a claim's only support lives in tier 3 or 4, the claim is unsupported for decision purposes. ## The NAACL-specific space pressure: examples in other languages Papers on Spanish, Portuguese, Haitian Creole, or Indigenous American languages carry a cost English-only papers never pay: every example needs the original line, a gloss, and a translation — three lines whe

What's inside
Steps it walks through
  1. The NAACL-specific space pressure: examples in other languages
  2. Limitations: uncounted but not unread
  3. Appendix construction discipline
  4. Tier migration during revision cycles
  5. Upload-tier packaging check
  6. Allocation walkthrough
  7. Output format
Commands it runs
Pre-upload sweep of the supplement archive
unzip -l supp.zip | grep -Ei '\.git/|DS_Store|__pycache__|\.ipynb_checkpoints'
unzip -p supp.zip '*.md' '*.py' '*.txt' | grep -nEi '/(home|Users)/[a-z]+|university|lab\b'
Size and openability on a clean machine
du -h supp.zip && unzip -t supp.zip > /dev/null && echo OK
More from Awesome-Journal-Skills
All skills →
About this skill
What does the naacl-supplementary skill do?

Use when deciding what goes into the content pages, the uncounted sections, the appendix, and the optional uploads of a NAACL-bound ARR submission — allocating material by what reviewers are actually obliged to read, and keeping glossed language examples and long tables from starving the main argument.

How do I install it?

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