Agent skill

naacl-related-work

Use when building the related-work and positioning story for a NAACL submission — covering the ACL Anthology lineages reviewers expect, citing Findings, workshop, and regional venues correctly, handling resubmission histories and concurrent preprints under ARR rules, and stating the delta in one falsifiable sentence.

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill naacl-related-work --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-related-work/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 984 · +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 Related Work A NAACL reviewer's first suspicion about related work is not that you missed a paper — it is that you missed a *lineage*: the chain of prior datasets, task definitions, and evaluation critiques your work silently inherits from. The section's job is to prove you know what you inherited and to state, in one checkable sentence, what you changed. ## Lineages a NAACL reviewer walks | Lineage | Question asked | Where it lives | |---|---|---| | Task lineage | Who defined this task and its metrics? | Anthology main + Findings volumes | | Data lineage | What corpus is yours derived from, and what did *its* paper warn about? | Dataset papers, LREC-COLING, data cards | | Method lineage | What is the nearest prior system, and is it a baseline? | *ACL venues + ML conferences | | Evaluation critique | Has this metric or protocol been challenged? | Methodology papers, often at this very family of venues | | Regional/community lineage | Who worked on these languages before, including outside English-language venues? | AmericasNLP and sibling workshops, LatinX in AI resources, regional journals | The fifth row is where NAACL differs from its siblings. For work on languages of t

What's inside
Steps it walks through
  1. Lineages a NAACL reviewer walks
  2. Citation-status precision
  3. Bibliography hygiene for the Anthology era
  4. Resubmission positioning under ARR
  5. The delta sentence
  6. Assembly order
  7. Output format
Commands it runs
Sweep the bibliography for suspicious entries before upload
grep -oE 'https?://aclanthology\.org/[^ }]+' refs.bib | sort -u | \
xargs -I{} sh -c 'curl -s -o /dev/null -w "%{http_code} {}\n" {}' | grep -v '^200'
Anything non-200 gets hand-checked; no URL, no trust.
More from Awesome-Journal-Skills
All skills →
About this skill
What does the naacl-related-work skill do?

Use when building the related-work and positioning story for a NAACL submission — covering the ACL Anthology lineages reviewers expect, citing Findings, workshop, and regional venues correctly, handling resubmission histories and concurrent preprints under ARR rules, and stating the delta in one falsifiable sentence.

How do I install it?

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