aaai-artifact-evaluation

aaai-artifact-evaluation is a skill for Claude Code from brycewang-stanford/Awesome-Journal-Skills. It costs 47 tokens per session (752 once invoked), scanned A, original, MIT.

A packaging guide for research artifacts, such as code, datasets, appendices, and multimedia files, submitted with an AAAI paper. These materials let reviewers inspect how the reported work was produced.

In plain words
What is it for?
Building code and data ZIPs, adding instructions and expected outputs, checking file integrity, removing identifying information and secrets, and documenting licenses and access limits.
Why use it?
It helps prevent missing, corrupted, non-anonymous, or irreproducible files from weakening the submission or becoming impossible to fix later.

Skill for Claude Code

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

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

Good fit Building code and data ZIPs, adding instructions and expected outputs, checking file integrity, removing identifying information and secrets, and documenting licenses and access limits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/brycewang-stanford/awesome-journal-skills/aaai-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 aaai-artifact-evaluation
Clone the repo
git clone --depth 1 https://github.com/brycewang-stanford/Awesome-Journal-Skills

Made for: Claude Code.

Or install AAAI-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 aaai-artifact-evaluation

README.md
[![agentmods](https://agentmods.dev/badge/skills/brycewang-stanford/awesome-journal-skills/aaai-artifact-evaluation/github.svg)](https://agentmods.dev/skills/brycewang-stanford/awesome-journal-skills/aaai-artifact-evaluation)
Your own site
<a href="https://agentmods.dev/skills/brycewang-stanford/awesome-journal-skills/aaai-artifact-evaluation"><img src="https://agentmods.dev/badge/skills/brycewang-stanford/awesome-journal-skills/aaai-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 aaai-artifact-evaluation

Your own site · 80×15
<a href="https://agentmods.dev/skills/brycewang-stanford/awesome-journal-skills/aaai-artifact-evaluation"><img src="https://agentmods.dev/badge/skills/brycewang-stanford/awesome-journal-skills/aaai-artifact-evaluation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 752 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00047 $0.00752
Opus 5 $0.00023 $0.00376
Sonnet 5 $0.00009 $0.00150
Haiku 4.5 $0.00005 $0.00075

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

Security

Grade A, and why

aaai-artifact-evaluation scanned grade A with 0 findings 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md · 72 lines

How it starts

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

AAAI Artifact Evaluation

Use this to prepare artifacts that reviewers can use to assess reproducibility. AAAI supplementary material is part of the submission record; after review starts, do not assume it can be updated.

Artifact package

  • Provide a technical appendix for proofs, algorithms, assumptions, hyperparameters, and extended experiments.
  • Provide code/data ZIPs that reproduce main tables or figures, with a short README, environment, commands, seeds, expected outputs, and runtime.
  • Provide multimedia appendices only when they support the technical claim.
  • Remove author names, usernames, paths, repository history, cloud buckets, API keys, and metadata.
  • Avoid web pointers in the reviewed submission unless current rules explicitly allow them.
  • Include licensing and access notes for datasets, models, and third-party code.

AAAI-specific discipline

  • Treat the supplementary deadline as final.
  • Verify ZIP integrity before submission; missing or corrupted files may not be fixable during rebuttal.
  • Make the reproducibility checklist consistent with the artifact package.
  • Prepare a post-acceptance public release path but keep review artifacts anonymous.

What an AAAI reviewer actually opens

AAAI does not run a separate badged artifact-evaluation committee the way some systems venues do; the same broad-AI reviewer who scores the paper also inspects whatever supplement you attach. That reviewer may be a planning, knowledge-representation, or constraint-satisfaction specialist rather than a deep-learning engineer, so the artifact has to be legible without insider tooling. Optimize for a reviewer who skims, not one who will spend an afternoon configuring a cluster.

Reviewer action Passes Fails
Opens the ZIP sane tree, top README nested archives, 0-byte files
Reads appendix maps to numbered claims contradicts the paper
Tries one command reproduces one headline number needs private data or credentials
Scans for identity nothing reveals authors Git logs or home paths leak

Read the full file on GitHub · 72 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 · 72 lines · 47 tokens per session scan A b183843e19b0

Subscribe to this mod's changes

aaai-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 47 tokens to every session and 752 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. 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