Agent skill · Design & Presentation

ecai-submission

Use when auditing an ECAI submission for readiness — the abstract-then-full-paper two-deadline flow, the tight 7-page body budget, double-blind anonymity, the correct template/publisher regime (ecai.cls/FAIA for a standalone ECAI vs ijcai.sty/IJCAI proceedings for the joint IJCAI-ECAI 2026), the per-author submission cap, the ethics statement, and desk-reject triage before the AoE cutoff.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ecai-submission --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: ECAI-Skills/skills/ecai-submission/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ECAI Submission Run this audit before uploading to the ECAI submission site. **First settle which regime the target edition is in**, because it changes the template, the publisher, and the page budget: - **A standalone ECAI** (e.g. ECAI 2023/2024) publishes in **IOS Press FAIA** (Frontiers in Artificial Intelligence and Applications), uses the **`ecai.cls`** template, and allows **7 pages of body + 1 page of references**. - **ECAI 2026 is the joint IJCAI-ECAI 2026** (Bremen, 15-21 Aug 2026). It follows **IJCAI**: the **`ijcai.sty`** template, **7 pages body + 2 pages references** plus an optional ethics statement, and **IJCAI's own open-access proceedings** — not FAIA this cycle. Every number below was read from the IJCAI-ECAI 2026 and ECAI 2024 calls on 2026-07-09 via search renderings (see `resources/official-source-map.md`); treat them as a one-cycle snapshot and reopen the live call first. ## The two-deadline flow ECAI separates an **abstract/registration** deadline from the **paper** deadline, and both are AoE: - **Abstract** locks in title, abstract text, authors, and topics about a week early (IJCAI-ECAI 2026: **12 January 2026**; ECAI 2024: registration **19 April 2024**)

What's inside
Steps it walks through
  1. The two-deadline flow
  2. Format and page budget
  3. Double-blind sweep
  4. Per-author cap and topics
  5. Desk-risk triage
  6. Final-week order of operations
  7. Reverify each cycle
  8. Output format
Commands it runs
Mechanical pass on the submission PDF and any anonymized supplement
pdfinfo paper.pdf | grep -Ei 'author|creator|producer'
pdftotext paper.pdf - | grep -nEi 'github\.com/[a-z0-9-]+|gitlab|zenodo\.org/record|acknowledg|grant|funded by' | head
unzip -l supplement.zip | grep -Ei '\.git/|\.DS_Store|/home/|/Users/' | head
grep -rni 'university\|@[a-z0-9.]*\.edu\|our (system|group|lab)' supplement/ --include='*.md' | head
More from Awesome-Journal-Skills
All skills →
About this skill
What does the ecai-submission skill do?

Use when auditing an ECAI submission for readiness — the abstract-then-full-paper two-deadline flow, the tight 7-page body budget, double-blind anonymity, the correct template/publisher regime (ecai.cls/FAIA for a standalone ECAI vs ijcai.sty/IJCAI proceedings for the joint IJCAI-ECAI 2026), the per-author submission cap, the ethics statement, and desk-reject triage before the AoE cutoff.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ecai-submission --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Awesome-Journal-Skills, a repository with 909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going