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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- The NAACL-specific space pressure: examples in other languages
- Limitations: uncounted but not unread
- Appendix construction discipline
- Tier migration during revision cycles
- Upload-tier packaging check
- Allocation walkthrough
- Output format
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
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.