AAAI Camera Ready
Prepare accepted AAAI papers for final submission with template compliance and formatting requirements.
Installation
- Make sure Claude is on your device and in your terminal.
Skills load from
~/.claude/skills/when Claude Code starts up — so you need it on your machine first. If you don't have it yet, install it once with the command below, then runclaudein any terminal to verify.One-time setupnpm i -g @anthropic-ai/claude-codeAlready have it? Skip ahead.
- Paste into Claude Code or into your terminal.
This copies the whole skill folder into
~/.claude/skills/aaai-camera-ready-brycewang-stanford/— the SKILL.md plus any scripts, reference docs, or templates the skill ships with. Safe default: works for every skill.Faster alternative (instruction-only skills)
Skips the clone and grabs only the SKILL.md file. Don't use this if the skill ships Python scripts, reference markdowns, or asset templates — they won't be downloaded and the skill will fail when it tries to load them.
Quick install (SKILL.md only)Sign up to copy - Restart Claude Code.
Quit and reopen Claude Code (or any other agent that loads from
~/.claude/skills/). New skills are picked up on startup. - Just ask Claude.
Skills auto-activate when your request matches the skill's description — no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the “What this skill does” section above.
Prefer to read the source first? Open on GitHub.
When Claude uses it
Use when preparing an accepted AAAI paper for camera-ready source submission to AAAI Press, including proceedings page limits, two-column template compliance, copyright transfer, purchased extra technical pages, deanonymization, registration, oral or poster presentation, and final public artifact release.
What this skill does
AAAI Camera Ready
Use this after AAAI acceptance. Reopen the current camera-ready email, publication/attendance page, author kit, copyright instructions, and proceedings source-file requirements.
Camera-ready checklist
- Apply the current AAAI proceedings template and page rules. AAAI-26 accepted main-track papers used 7 proceedings pages plus pages solely for references and acknowledgments, with an option to purchase up to two additional technical-content pages.
- Prepare source files as required: LaTeX or Word source, figures, bibliography, style files, and a high-resolution PDF.
- Add author names, affiliations, acknowledgments, funding, and ethical disclosures where required.
- Keep all references from the submitted paper unless superseded, and explain major citation updates conservatively.
- Resolve reviewer-facing clarity issues without changing the scientific identity of the paper.
- Complete copyright transfer and any AAAI Digital Library metadata.
- Ensure at least one author registers and presents the paper, unless current exceptional-circumstance procedures apply.
AAAI Press production gotchas
AAAI Press compiles the proceedings from your source, so a PDF that looks fine locally can still be kicked back. The two-column AAAI style is strict about a few things that trip up authors arriving from single-column or NeurIPS-style submissions:
- Do not alter margins, font sizes, or column gap; AAAI explicitly forbids style hacks to gain space. If you need room, purchase technical pages instead of shrinking the template.
- Disable
\pdfoutputoverrides and embed all fonts; non-embedded fonts are a common rejection. - Move references and acknowledgments into the pages that do not count against the technical limit, per the current rule, rather than padding the main body.
- Restore author block, funding, and ethics statements that were stripped for double-blind review.
Deanonymization sweep
Acceptance reverses the anonymity discipline: now identity must be present and correct, while stale
blind-mode placeholders must go. Walk the paper, supplement, and code for "Anonymous", redacted
citations to your own prior work, and \\if-blind toggles still set to blind.
Worked vignette
A knowledge-representation paper lands at 7.5 technical pages after restoring the author block and an ethics statement. Decision: it cannot shrink the template, so the author buys one extra technical page (within the current cap), keeps references on the non-counting pages, and re-runs the deanonymization sweep before uploading source to AAAI Press.
Release plan
- Replace anonymous code/data links with durable public repositories or archives.
- Publish a project page only if it is stable, accurate, and does not overclaim beyond the paper.
- Preserve a copy of the submitted PDF, reviews, rebuttal, accepted PDF, source package, and artifact release for future journal extensions.
Output format
[Camera-ready state] Ready / Needs fixes / Blocked
[Proceedings files] <PDF/source/bib/figures/supplement>
[Page status] within limit / extra pages needed / over limit
[Publication obligations] copyright / registration / presentation / metadata
[Final fixes] <ordered list before upload>
Related skills
DOCX Document Editor
Prat011
Create, edit, and analyze Word documents with tracked changes and comments.
Audit Reproducibility
pedrohcgs
Verify numeric claims in manuscripts match actual analysis outputs within tolerance.
Environment Snapshot
pedrohcgs
Capture your project's exact language versions, packages, and dependencies for reproducible research.
Deep Research
shobcoder
Research complex topics thoroughly with verified sources and structured findings.