acl-artifact-evaluation

acl-artifact-evaluation is a skill for Claude Code from brycewang-stanford/Awesome-Journal-Skills. It costs 63 tokens per session (1,221 once invoked), scanned C, original, MIT.

A guide to preparing code, datasets, prompts, model outputs, and annotation materials for an ACL Rolling Review submission. It covers the anonymous supplement archive and the scientific-artifact section of the Responsible NLP checklist.

In plain words
What is it for?
Use it to prepare an anonymized ZIP or TGZ supplement containing research code, data, outputs, evaluation materials, or human-subject documentation.
Why use it?
It helps make research materials checkable while avoiding identifying information that could break anonymous review. It also explains packaging, licensing, intended use, and data documentation.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ACL-Skills plugin — 12 skills shipped together

Good fit Use it to prepare an anonymized ZIP or TGZ supplement containing research code, data, outputs, evaluation materials, or human-subject documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/brycewang-stanford/awesome-journal-skills/acl-artifact-evaluation
About the project

Awesome Journal Skills is a collection of agent skill packs tailored to hundreds of academic journals across fields including economics, social science, medicine, science, and engineering. Researchers use the packs for tasks such as choosing topics, designing empirical strategies, preparing tables and figures, submitting papers, and responding to reviewers. The catalogue entries are the project's journal-specific skills and related plugins.

brycewang-stanford/Awesome-Journal-Skills · 1,097 stars · on GitHub · copaper.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill acl-artifact-evaluation
Clone the repo
git clone --depth 1 https://github.com/brycewang-stanford/Awesome-Journal-Skills

Made for: Claude Code.

Or install ACL-Skills, the plugin that ships this one along with the rest of its 12 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for acl-artifact-evaluation

README.md
[![agentmods](https://agentmods.dev/badge/skills/brycewang-stanford/awesome-journal-skills/acl-artifact-evaluation/github.svg)](https://agentmods.dev/skills/brycewang-stanford/awesome-journal-skills/acl-artifact-evaluation)
Your own site
<a href="https://agentmods.dev/skills/brycewang-stanford/awesome-journal-skills/acl-artifact-evaluation"><img src="https://agentmods.dev/badge/skills/brycewang-stanford/awesome-journal-skills/acl-artifact-evaluation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for acl-artifact-evaluation

Your own site · 80×15
<a href="https://agentmods.dev/skills/brycewang-stanford/awesome-journal-skills/acl-artifact-evaluation"><img src="https://agentmods.dev/badge/skills/brycewang-stanford/awesome-journal-skills/acl-artifact-evaluation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,221 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.01221
Opus 5 $0.00032 $0.00611
Sonnet 5 $0.00013 $0.00244
Haiku 4.5 $0.00006 $0.00122

Measured 13d ago against content hash a866cc248683, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade C, and why

acl-artifact-evaluation scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf .git; # or re-init a fresh repo for the archive copy
ACL-Skills/skills/acl-artifact-evaluation/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ACL Artifact Evaluation

Use this to plan the evidence package around an ACL paper. ACL has no separate artifact-badge track; instead, artifact scrutiny is folded into review through the supplement archive and Section B ("scientific artifacts") of the Responsible NLP checklist, which reviewers cross-check against the PDF.

What counts as an artifact here

  • Code: training/inference scripts, evaluation harnesses, prompt templates.
  • Data: new corpora, annotations, filtered subsets of existing corpora, test suites, adversarial sets.
  • Model outputs: generations, ranked lists, logits used in analysis — often the cheapest way to make an LLM paper checkable without GPUs.
  • Human-subject materials: annotation guidelines, interface screenshots, consent text, compensation description.

Submission-time packaging rules

  • Supplements upload as .tgz/.zip through the OpenReview form; links to tracked cloud storage are not acceptable, and any linked page must be anonymous.
  • Scrub identity everywhere reviewers can look: file paths, git metadata, notebook author fields, license headers, dataset hosting pages, README contact lines.
  • Reviewers are not required to open supplements. The paper plus checklist must stand alone; the archive is for verification, not for essential content.

Checklist items your artifact must satisfy

Responsible NLP item (Section B) Artifact implication
Cited creators + versions of used artifacts Pin dataset/model versions in the README and bibliography
License / terms of use stated Include the license you release under and those you consumed under
Use consistent with intended use Justify research use of scraped or user-generated data
PII and offensive content handled Describe scanning/anonymization steps actually performed
Documentation of domains, languages, demographics Ship a data statement or datasheet, not just row counts
Statistics on splits reported Train/dev/test sizes in both paper and README

Read the full file on GitHub · 124 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 124 lines · 63 tokens per session scan C a866cc248683

Subscribe to this mod's changes

acl-artifact-evaluation is a skill published in the GitHub repository brycewang-stanford/Awesome-Journal-Skills (1,097 stars, last pushed 16d ago), licensed MIT. It adds 63 tokens to every session and 1,221 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

alterlab-clinical-reports

Writes comprehensive clinical reports — case reports (CARE guidelines), diagnostic reports (radiology, pathology, lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP notes, H&P, discharge summaries) — with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and validation tools. Use…

AlterLab-IEU/AlterLab-Academic-Skills · 133 tokens

food-ppt

Turn a food & nutrition review report, evidence brief, or manuscript into a fully EDITABLE PowerPoint (.pptx) that opens in PowerPoint / Keynote / Google Slides with every title, bullet, table, and figure as a native editable object — nothing flattened to an image. Converts the outputs of food-research…

PangenomeAI/academic-skills-food-nutrition · 208 tokens

agri-ppt

Turn an agricultural-science review report, evidence brief, or manuscript into a fully EDITABLE PowerPoint (.pptx) — every title, bullet, table, and figure a native editable object, nothing flattened to an image. Same machinery as food-ppt, but for agricultural work: converts the outputs of agri-research…

PangenomeAI/academic-skills-food-nutrition · 184 tokens

thesis-consistency-audit

A consistency audit for quantitative master’s and doctoral theses in management, finance, or strategy. It checks whether numbers, tables, analyses, and claims agree, and can inspect hidden author information in office documents.

Nero1688/claude-academic-skills · 500 tokens

anonymize-paper

Deep anonymization sweep for double-blind paper submissions, plus clean de-anonymization for camera-ready. Use when a researcher says "anonymize my paper", "double-blind check", "blind this submission", "remove author names", "did I leak my identity" — or, after acceptance, "de-anonymize" / "restore authors for…

ShaishavMaisuria/research-paper-lifecycle-skills · 219 tokens

preflight-check

Deterministic desk-reject preflight linter for LaTeX paper submissions. Use it when a researcher asks "is my paper ready to submit", or mentions preflight, desk reject, submission check, page limit, anonymization, double-blind, missing checklist, or format/template compliance for a conference (NeurIPS, ICML, CHI…

ShaishavMaisuria/research-paper-lifecycle-skills · 212 tokens