Aaai Camera Ready

Checklist for turning an accepted AAAI paper into camera-ready source for AAAI Press

Works with setup

Test report

Verdict
Works with setup
Score
7.6/10
Tested
Jul 21, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 18d0a47

Fetched SKILL.md raw (HTTP 200) at AAAI-Skills/skills/aaai-camera-ready/SKILL.md; frontmatter parses with valid name+description and the body references no scripts or external files, so it is self-contained. Ran a representative task (accepted paper at 7.5 technical pages) producing baseline.md and skill.md artifacts: the skill correctly forbids compressing/appendix-shuffling to fit and instead applies the AAAI-26 rule (7 technical pages + non-counting reference/ack pages, up to 2 purchasable pages), plus the pdfoutput/font-embed and \if-blind deanonymization checks the baseline omitted, and emits a structured status block. Trigger judgment: 3 accepted-paper/camera-ready phrasings correctly load it and 2 adjacent ones (rebuttal drafting, AAAI-vs-NeurIPS topic fit) correctly do not, since those map to sibling skills. No security smells (no curl|sh, base64, or exfiltration).

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 4/10
  • Docs & honesty 5/5

What Aaai Camera Ready does

A knowledge skill that guides preparing an accepted AAAI paper for camera-ready submission to AAAI Press: proceedings page budget, two-column template compliance, extra-page purchase, deanonymization, copyright, registration, and public artifact release. Triggers when a user has an accepted AAAI paper and needs to produce final source files, resolve page limits, or complete publication obligations. Outputs a structured camera-ready status block with an ordered list of pre-upload fixes.

How to install Aaai Camera Ready

git clone --depth 1 https://github.com/brycewang-stanford/Awesome-Journal-Skills.git /tmp/aaai-camera-ready-src
mkdir -p ~/.claude/skills
cp -R /tmp/aaai-camera-ready-src/AAAI-Skills/skills/aaai-camera-ready ~/.claude/skills/aaai-camera-ready
# Pure-knowledge skill: no scripts, no deps, no API keys. SKILL.md is self-contained prose.
# Plugin-marketplace alternative: the AAAI-Skills dir ships a .claude-plugin/marketplace.json
#   covering all 12 AAAI skills if you prefer installing the whole pack.

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Aaai Camera Ready

  • /aaai-camera-ready Checklist for turning an accepted AAAI paper into camera-ready source for AAAI Press

It also activates on plain-language prompts like these:

  • Format my paper for the AAAI camera-ready template
  • Check page limits for my AAAI camera-ready submission
  • Prepare the final public artifact release for AAAI

Frequently asked questions

Is the Aaai Camera Ready skill free?
Yes. The skill itself is free from brycewang-stanford/Awesome-Journal-Skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Aaai Camera Ready work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 21, 2026. Verdict: Works with setup. Fetched SKILL.md raw (HTTP 200) at AAAI-Skills/skills/aaai-camera-ready/SKILL.md; frontmatter parses with valid name+description and the body references no scripts or external files, so it is self-contained. Ran a representative task (accepted paper at 7.5 technical pages) producing baseline.md and skill.md artifacts: the skill correctly forbids compressing/appendix-shuffling to fit and instead applies the AAAI-26 rule (7 technical pages + non-counting reference/ack pages, up to 2 purchasable pages), plus the pdfoutput/font-embed and \if-blind deanonymization checks the baseline omitted, and emits a structured status block. Trigger judgment: 3 accepted-paper/camera-ready phrasings correctly load it and 2 adjacent ones (rebuttal drafting, AAAI-vs-NeurIPS topic fit) correctly do not, since those map to sibling skills. No security smells (no curl|sh, base64, or exfiltration).
What is the Aaai Camera Ready SkillProof Score?
7.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 4/10, docs & honesty 5/5.
How do I install Aaai Camera Ready?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Aaai Camera Ready with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.