/atc-writing-style
Use when drafting or revising an ATC (ACM SIGOPS Annual Technical Conference, formerly USENIX ATC) systems paper — writing a self-standing two-page extended abstract for the round-one gate, structuring the implementation-and-measurement narrative, reporting costs beside gains,
$ npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill atc-writing-style --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/atc-writing-style
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when drafting or revising an ATC (ACM SIGOPS Annual Technical Conference, formerly USENIX ATC) systems paper — writing a self-standing two-page extended abstract for the round-one gate, structuring the implementation-and-measurement narrative, reporting costs beside gains,
SKILL.md
atc-writing-style.SKILL.mdname: atc-writing-style
description: Use when drafting or revising an ATC (ACM SIGOPS Annual Technical Conference, formerly USENIX ATC) systems paper — writing a self-standing two-page extended abstract for the round-one gate, structuring the implementation-and-measurement narrative, reporting costs beside gains, and holding the two-column 12-page budget.
ATC Writing Style
Write for two audiences in two rounds. In round one, two reviewers read only your **two-page extended abstract**; in round two, 3-4 reviewers read the full paper. The abstract is **review-only, not published, and must stand alone**. So ATC writing has a demand no single-round venue makes: the paper's core argument must fit, self-contained, into two pages *and* expand faithfully into twelve.
The self-standing extended abstract (round-one surface)
A round-one reviewer who reads only the abstract should finish knowing:
1. **The systems problem** — a pain a builder or operator recognizes, in the first breath. 2. **Why the current design is inadequate** — the specific limitation your work removes. 3. **The contribution** — the system or technique, stated as what it *does*, not "novel." 4. **The evidence** — the real testbed and the headline result (with the metric that matters, e.g., tail latency, throughput at matched cost). 5. **The honest cost** — what the design trades away, named not hidden.
Test it: hand the two pages to a systems colleague *without* the paper and ask them to state the problem, contribution, testbed, and result. If they cannot, the abstract will lose round one no matter how strong the paper is. A trimmed introduction can work only if it already reads self-contained.
The full-paper arc
ATC papers are implementation-and-measurement narratives:
- **Introduction:** problem → inadequacy → contribution as systems claims → real-testbed evidence →
what changes in practice. Lead with the systems contribution, not a trend sentence.
- **Design:** the mechanism and the *reasons* for each choice, tied to the deployment constraint.
Reviewers reward a design justified by the problem over one justified by novelty.
- **Implementation:** enough that a reader believes it was built and could be rebuilt — scale (lines,
components), integration points, and what was hard.
- **Evaluation:** questions first, then answers. End-to-end results *and* microbenchmarks that
isolate the mechanism; baselines that are fair; tails and variance, not just means.
- **Costs and limitations:** report the trade beside the gain, ideally in the same figure/table. ATC
reviewers trust evaluations that volunteer their costs.
Report costs beside gains (the ATC trust move)
Every systems design trades something — CPU on the fast path, memory, write amplification, warm-up, compatibility. The fastest way to earn a systems reviewer's trust is to **quantify the cost in the same breath as the win**, at a *matched* operating point (same budget, same load). Concealing the cost is the fastest way to lose it.
Page-budget discipline (two columns, 12 pages)
- **≤ 12 pages** full / **≤ 6** short, excluding references and appendices, in **two-column** 10pt.
The two-column format is denser than single-column ACM layouts — a figure-heavy systems paper fills it fast.
- Recover space **editorially**, never by shrinking the font or margins (a desk-reject ground): cut
redundant background, merge overlapping figures, and move non-decision-critical detail to an appendix (reviewers are not required to read appendices — see `atc-supplementary`).
- Keep every claim that decides acceptance inside the body; the appendix and artifact hold support,
not load-bearing evidence.
Systems-prose specifics
- **Name the testbed early** — hardware (CPU/NIC/SSD models), OS/kernel versions, and workloads —
so results are legible.
- **Quantify, don't adjective** — "reduces p99 by X at matched throughput" beats "significantly
faster."
- **Third-person self-citation** for double-blind — never "our earlier system X"; write it as prior
work by others.
- **Figures earn their space** — each should answer an evaluation question a reviewer would ask.
Anti-patterns (ATC-specific)
- **A dependent extended abstract** that only makes sense after reading the paper — a round-one
loss.
- **Average-only evaluation** with no tail or variance — reads as hiding the interesting cases.
- **Novelty-as-argument** — asserting "novel" instead of motivating the design from the problem.
- **Costs quarantined** in a late limitations paragraph instead of reported with the gains.
- **Template tampering** to fit the page budget — recover space by cutting, not shrinking.
Output format
[Extended abstract] self-standing? problem/contribution/testbed/result/cost all present in 2 pages? yes/no
[Arc] problem -> inadequacy -> contribution -> real-testbed evidence -> what changes: complete? gaps?
[Evidence shape] end-to-end + microbenchmarks? tails + variance? fair baselines? costs beside gains?
[Budget] pages used (body/refs), two-column compliance, editorial cuts available
[Rewrite queue] <ordered edits, highest-leverage first — usually the abstract>
Read more
name: atc-writing-style description: Use when drafting or revising an ATC (ACM SIGOPS Annual Technical Conference, formerly USENIX ATC) systems paper — writing a self-standing two-page extended abstract for the round-one gate, structuring the implementation-and-measurement narrative, reporting costs beside gains, and holding the two-column 12-page budget.
ATC Writing Style
Write for two audiences in two rounds. In round one, two reviewers read only your **two-page extended abstract**; in round two, 3-4 reviewers read the full paper. The abstract is **review-only, not published, and must stand alone**. So ATC writing has a demand no single-round venue makes: the paper's core argument must fit, self-contained, into two pages *and* expand faithfully into twelve.
The self-standing extended abstract (round-one surface)
A round-one reviewer who reads only the abstract should finish knowing:
1. **The systems problem** — a pain a builder or operator recognizes, in the first breath. 2. **Why the current design is inadequate** — the specific limitation your work removes. 3. **The contribution** — the system or technique, stated as what it *does*, not "novel." 4. **The evidence** — the real testbed and the headline result (with the metric that matters, e.g., tail latency, throughput at matched cost). 5. **The honest cost** — what the design trades away, named not hidden.
Test it: hand the two pages to a systems colleague *without* the paper and ask them to state the problem, contribution, testbed, and result. If they cannot, the abstract will lose round one no matter how strong the paper is. A trimmed introduction can work only if it already reads self-contained.
The full-paper arc
ATC papers are implementation-and-measurement narratives:
- **Introduction:** problem → inadequacy → contribution as systems claims → real-testbed evidence →
what changes in practice. Lead with the systems contribution, not a trend sentence.
- **Design:** the mechanism and the *reasons* for each choice, tied to the deployment constraint.
Reviewers reward a design justified by the problem over one justified by novelty.
- **Implementation:** enough that a reader believes it was built and could be rebuilt — scale (lines,
components), integration points, and what was hard.
- **Evaluation:** questions first, then answers. End-to-end results *and* microbenchmarks that
isolate the mechanism; baselines that are fair; tails and variance, not just means.
- **Costs and limitations:** report the trade beside the gain, ideally in the same figure/table. ATC
reviewers trust evaluations that volunteer their costs.
Report costs beside gains (the ATC trust move)
Every systems design trades something — CPU on the fast path, memory, write amplification, warm-up, compatibility. The fastest way to earn a systems reviewer's trust is to **quantify the cost in the same breath as the win**, at a *matched* operating point (same budget, same load). Concealing the cost is the fastest way to lose it.
Page-budget discipline (two columns, 12 pages)
- **≤ 12 pages** full / **≤ 6** short, excluding references and appendices, in **two-column** 10pt.
The two-column format is denser than single-column ACM layouts — a figure-heavy systems paper fills it fast.
- Recover space **editorially**, never by shrinking the font or margins (a desk-reject ground): cut
redundant background, merge overlapping figures, and move non-decision-critical detail to an appendix (reviewers are not required to read appendices — see `atc-supplementary`).
- Keep every claim that decides acceptance inside the body; the appendix and artifact hold support,
not load-bearing evidence.
Systems-prose specifics
- **Name the testbed early** — hardware (CPU/NIC/SSD models), OS/kernel versions, and workloads —
so results are legible.
- **Quantify, don't adjective** — "reduces p99 by X at matched throughput" beats "significantly
faster."
- **Third-person self-citation** for double-blind — never "our earlier system X"; write it as prior
work by others.
- **Figures earn their space** — each should answer an evaluation question a reviewer would ask.
Anti-patterns (ATC-specific)
- **A dependent extended abstract** that only makes sense after reading the paper — a round-one
loss.
- **Average-only evaluation** with no tail or variance — reads as hiding the interesting cases.
- **Novelty-as-argument** — asserting "novel" instead of motivating the design from the problem.
- **Costs quarantined** in a late limitations paragraph instead of reported with the gains.
- **Template tampering** to fit the page budget — recover space by cutting, not shrinking.
Output format
[Extended abstract] self-standing? problem/contribution/testbed/result/cost all present in 2 pages? yes/no [Arc] problem -> inadequacy -> contribution -> real-testbed evidence -> what changes: complete? gaps? [Evidence shape] end-to-end + microbenchmarks? tails + variance? fair baselines? costs beside gains? [Budget] pages used (body/refs), two-column compliance, editorial cuts available [Rewrite queue] <ordered edits, highest-leverage first — usually the abstract>
Stanford REAP × CoPaper.AI · 由斯坦福实证方法论团队精选与维护 访问 copaper.ai 微信:CoPaper.AI 按 11 个主流学科板块覆盖 经管与商科 社会科学 人文学科 数学与物理科学 生命科学 医学与健康 工程与技术 计算机科学与 AI 体育科学 点击任一学科名可跳转到对应说明;每类下的代表子领域在正文总览中完整列出。下方封面墙按 venue 导航,完整分类见覆盖一览。 🧭 布局指南 · 📚 Skill Pack 一览 · ⚡ 如何使用 · 🧪 自动实证
Other skills on awesome-journal-skills.
- /aaai-artifact-evaluation
Use when packaging AAAI code, data, multimedia appendices, technical appendices, reproducibility evidence, and post-acceptance artifact releases without violating double-blind or immutable-supplement rules.
Open skill - /aaai-author-response
Use when drafting an AAAI author response (rebuttal) under the single short character-limited author-feedback window, the no-URL rule, no-new-results guidance, AI-generated-review handling, and the AAAI two-phase review process where Phase-2 papers receive one feedback round
Open skill - /aaai-camera-ready
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
Open skill - /aaai-experiments
Use when designing or auditing AAAI experiments for the broad-AI program committee, including baselines, ablations, statistical significance, robustness, human evaluation, AI-for-Social-Impact and alignment/safety evidence, compute and cost reporting, and
Open skill - /aaai-related-work
Use when positioning an AAAI paper's novelty against archival work, contemporaneous arXiv or workshop papers, and AAAI/IJCAI/NeurIPS/ICML/ICLR neighbors across the broad AI scope, while staying inside AAAI's dual-submission and AI-as-source policy constraints and writing a
Open skill - /aaai-reproducibility
Use when strengthening an AAAI paper's reproducibility checklist (placed after references), experimental traceability, seed and hyperparameter reporting, compute and cost disclosure, dataset access and licensing, code/data ZIP readiness, and the claim-to-evidence map that
Open skill

