원클릭으로
aaai
AAAI paper formatting — activate when the user wants AAAI template setup, migration, or formatting/compilation fixes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
AAAI paper formatting — activate when the user wants AAAI template setup, migration, or formatting/compilation fixes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate structured CSV literature survey tables. MUST activate this skill (instead of plain-text replies) when the user requests a literature review, paper collection, related work survey, or comparison of papers on a topic. 生成结构化 CSV 文献调研表格。当用户要求调研论文、收集文献、整理相关工作、对比论文时,必须激活此 skill 生成 CSV 输出,而非纯文字回复。 Triggers: survey, related work, literature review, paper list, find papers, collect papers, compare papers, 调研, 文献, 找论文, 相关论文, 收集论文, 整理文献, 论文列表, 帮我找论文. Output: multi-source search → metadata extraction → 8-column CSV (title, abstract, summary, relevance, authors, year, venue, link) → send to IM.
MANDATORY skill for creating any figure, diagram, chart, table visualization, or TikZ graphic in a paper. Must be activated BEFORE writing any drawing code. Produces standalone .tex → compiled PDF/PNG → \includegraphics in paper. Never inline TikZ code directly into paper sections.
QQ Bot 媒体发送指南。教 AI 如何发送图片给用户。
ACL-family venue paper formatting (ACL, EMNLP, NAACL, EACL, AACL, COLING, ARR, Findings) — activate when the user wants any ACL-series template setup, migration, or format fixes.
COLM (Conference on Language Modeling) paper formatting — activate when the user wants COLM template setup, migration, or formatting/compilation fixes.
Academic venue paper discovery — activate when you need to find papers accepted at specific conferences or journals (ACL, EMNLP, NeurIPS, ICML, ICLR, MLSys, etc.), analyze venue acceptance preferences, or look up CFP requirements.
| name | aaai |
| description | AAAI paper formatting — activate when the user wants AAAI template setup, migration, or formatting/compilation fixes. |
| allowed-tools | ["read_file","write_file","str_replace","bash","latex_compile"] |
[SKILL: AAAI PAPER FORMAT]
Activate when: user mentions AAAI, Association for the Advancement of Artificial Intelligence, or asks to use/fix AAAI template format.
After this skill is activated, select the matching scenario based on user intent.
Before venue-specific template steps, also load and follow ml-paper-writing skill.
At minimum, apply these shared references:
writing-guide.md (narrative and clarity)citation-workflow.md (verified citations; no hallucinations)reviewer-guidelines.md (reviewer-facing quality checks)checklists.md (pre-submission gates)Built-in template: templates/aaai2026/ (referred to as TEMPLATES_DIR below), targeting AAAI 2026.
Contents: aaai2026.sty, aaai2026.bst, aaai2026-unified-template.tex, aaai2026-unified-supp.tex, aaai2026.bib.
This step MUST be completed before any scenario below.
TEMPLATES_DIR exists and includes required files: aaai2026.sty, aaai2026.bst, aaai2026-unified-template.tex, aaai2026.bib.TEMPLATES_DIR are completeConferences -> target year conference page (for example, AAAI-27)aaai2026 in commands/examples as a placeholder for the resolved package basename from the selected .sty file.aaai2025.sty, replace aaai2026 with aaai2025 everywhere (\\usepackage, .bst, copy commands, checklist checks).Step 1 — Copy style files to project core directory using bash:
bash(command="cp TEMPLATES_DIR/aaai2026.sty TEMPLATES_DIR/aaai2026.bst TEMPLATES_DIR/aaai2026.bib <PROJECT_CORE>/")
Step 2 — Read TEMPLATES_DIR/aaai2026-unified-template.tex with read_file to follow the official preamble and author/affiliation structure.
Step 3 — Create main.tex using write_file:
\documentclass[letterpaper]{article}\usepackage[submission]{aaai2026}\usepackage{aaai2026}times, helvet, courier, url, graphicx, natbib, caption)\author{...} + \affiliations{...}\bibliography{references} (or project bib file)\bibliographystyle{aaai2026} manually if natbib is loaded, because style file sets it automaticallyStep 4 — Run latex_compile and fix compile errors.
Step 1 — Read current main.tex with read_file.
Step 2 — Read TEMPLATES_DIR/aaai2026-unified-template.tex with read_file as migration baseline.
Step 3 — Copy style files with bash (style files only — do NOT overwrite paper content):
bash(command="cp TEMPLATES_DIR/aaai2026.sty TEMPLATES_DIR/aaai2026.bst <PROJECT_CORE>/")
Step 4 — Update preamble via str_replace:
\documentclass[letterpaper]{article}\usepackage[submission]{aaai2026} for review or \usepackage{aaai2026} for finalhyperref, fontenc, geometry, authblk, multicol)Step 5 — Align anonymity/final metadata:
Step 6 — Bibliography setup:
natbib loaded\bibliography{references}\bibliographystyle{...} commandsStep 7 — Run latex_compile and resolve remaining issues.
Step 1 — Run latex_compile to collect current errors.
Step 2 — Read current preamble and compare to TEMPLATES_DIR/aaai2026-unified-template.tex.
Step 3 — Check common AAAI failures:
aaai2026.sty in project root\usepackage{aaai2026} during anonymous submission)hyperref, fontenc, geometry, etc.)\bibliographystyle command causing BibTeX style conflicts\affiliations{})Step 4 — Apply targeted fixes via str_replace.
Step 5 — Re-run latex_compile until clean.
Step 1 — Read full main.tex with read_file.
Step 2 — Verify checklist items:
\documentclass[letterpaper]{article} is used\usepackage[submission]{aaai2026}hyperref, fontenc, geometry, layout hacks)natbib + no duplicate bibstyle declarations)Step 3 — Report violations and fix them one by one using str_replace.
Step 4 — Run final latex_compile verification.
⚠️ Reference only — always verify: AAAI policies can change by year and track. Always use the target year's CFP + Author Kit as source of truth.
Unzip into project root (same folder as main.tex):
project/
├── main.tex
├── aaai2026.sty
├── aaai2026.bst
├── aaai2026.bib
└── aaai2026-unified-template.tex
aaai2026-unified-template.tex — canonical preamble and usage examplesaaai2026.sty — allowed/forbidden package behavior and submission option rulesmain.tex\documentclass[letterpaper]{article}
\usepackage[submission]{aaai2026} % anonymous review
% \usepackage{aaai2026} % camera-ready
\usepackage{times}
\usepackage{helvet}
\usepackage{courier}
\usepackage[hyphens]{url}
\usepackage{graphicx}
\usepackage{natbib}
\usepackage{caption}
| Item | Requirement |
|---|---|
| Paper size | US Letter (8.5x11 in) |
| Layout | Two-column (set by style) |
| Anonymous submission | Use [submission] and remove identifying info |
| Forbidden packages | hyperref, fontenc, geometry, and other disallowed packages |
| Bibliography | Use AAAI BibTeX setup; avoid duplicate \bibliographystyle declarations |
hyperref (hard error in AAAI style)\bibliographystyle{aaai2026} again when style already sets it