ccs-supplementary

ccs-supplementary is a skill for Claude Code from brycewang-stanford/Awesome-Journal-Skills. It costs 58 tokens per session (731 once invoked), scanned A, original, MIT.

A guide for preparing appendices and supplementary files for an ACM CCS security paper. ACM CCS is a computer-security conference, and supplementary material is extra evidence that reviewers may choose not to read.

In plain words
What is it for?
Use it to organise formal proofs, protocol transcripts, extra measurements, evaluation tables, ethics material, and anonymised archives that open safely on a clean machine.
Why use it?
It helps keep the main contribution, threat model, attack, defence, and key evidence within the 12-page body. It also helps protect anonymous review and prevent identifying information or unsafe files from leaking.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ACM-CCS-Skills plugin — 12 skills shipped together

Good fit Use it to organise formal proofs, protocol transcripts, extra measurements, evaluation tables, ethics material, and anonymised archives that open safely on a clean machine.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/brycewang-stanford/awesome-journal-skills/ccs-supplementary
About the project

Awesome Journal Skills is a collection of agent skill packs tailored to hundreds of academic journals across fields including economics, social science, medicine, science, and engineering. Researchers use the packs for tasks such as choosing topics, designing empirical strategies, preparing tables and figures, submitting papers, and responding to reviewers. The catalogue entries are the project's journal-specific skills and related plugins.

brycewang-stanford/Awesome-Journal-Skills · 1,097 stars · on GitHub · copaper.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ccs-supplementary
Clone the repo
git clone --depth 1 https://github.com/brycewang-stanford/Awesome-Journal-Skills

Made for: Claude Code.

Or install ACM-CCS-Skills, the plugin that ships this one along with the rest of its 12 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ccs-supplementary

README.md
[![agentmods](https://agentmods.dev/badge/skills/brycewang-stanford/awesome-journal-skills/ccs-supplementary/github.svg)](https://agentmods.dev/skills/brycewang-stanford/awesome-journal-skills/ccs-supplementary)
Your own site
<a href="https://agentmods.dev/skills/brycewang-stanford/awesome-journal-skills/ccs-supplementary"><img src="https://agentmods.dev/badge/skills/brycewang-stanford/awesome-journal-skills/ccs-supplementary/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ccs-supplementary

Your own site · 80×15
<a href="https://agentmods.dev/skills/brycewang-stanford/awesome-journal-skills/ccs-supplementary"><img src="https://agentmods.dev/badge/skills/brycewang-stanford/awesome-journal-skills/ccs-supplementary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 731 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.00731
Opus 5 $0.00029 $0.00365
Sonnet 5 $0.00012 $0.00146
Haiku 4.5 $0.00006 $0.00073

Measured 13d ago against content hash 6d9dc25b9cd2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ccs-supplementary scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

ACM-CCS-Skills/skills/ccs-supplementary/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CCS Supplementary

Use this when assembling CCS appendices and supplementary material. At CCS the main 12-page body must let reviewers judge novelty and soundness on its own; appendices support it but the committee is not obligated to read them.

Supplement structure

  • Put formal proofs, full protocol transcripts, extra measurements, and additional evaluation tables in well-marked appendices after the bibliography.
  • Place the ethics considerations content where the CFP directs it. CCS 2026 required a dedicated ethics section as an appendix after the 12-page body and the bibliography for work touching human subjects, user data, or real-world vulnerabilities.
  • Keep every supplementary file double-blind: no authors, institutions, acknowledgements, private paths, repository owners, or identifying metadata, including in code and datasets.
  • Do not hide the core threat model, the main attack description, the headline defense, or the primary evidence in an appendix; a paper whose contribution is only legible with the appendix reads as unreviewable within the page limit.
  • Verify archives open on a clean machine and carry no credentials, cache directories, or OS metadata that leaks identity.

Appendix architecture for a security paper

  • Order appendix sections to mirror the body: threat model details, then proofs, then extended attack variants, then measurement tables, then the ethics section where required.
  • Restate each theorem or protocol step before its full derivation so the appendix reads standalone without flipping back to the two-column body.
  • Cross-reference every appendix table and proof from the body at least once; orphaned material is invisible under reviewer discretion.
  • Keep the ethics section self-contained: disclosure timeline, harm-minimization steps, IRB or ERB status, and the reasoning, so the ethics reviewer can grade it without hunting.

What gets opened first

Supplement item Inspection likelihood Practical implication
Ethics considerations section High for sensitive work Write it to stand alone and answer the obvious concern
Proof of the headline security guarantee High for crypto/formal papers Polish it to main-text standard
Extended attack variants and measurements Medium Reference each one from the body
Code and data archive Variable, reviewer discretion The README must orient a reader in one minute

Read the full file on GitHub · 65 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 65 lines · 58 tokens per session scan A 6d9dc25b9cd2

Subscribe to this mod's changes

ccs-supplementary is a skill published in the GitHub repository brycewang-stanford/Awesome-Journal-Skills (1,097 stars, last pushed 16d ago), licensed MIT. It adds 58 tokens to every session and 731 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

alterlab-open-notebook

Run Open Notebook, a self-hosted open-source alternative to Google NotebookLM with a full REST API, for AI-powered research and document analysis. Use when organizing research materials into notebooks, ingesting diverse content sources (PDFs, videos, audio, web pages, Office documents), generating AI-powered notes and…

AlterLab-IEU/AlterLab-Academic-Skills · 173 tokens

alterlab-iso13485

Prepares ISO 13485 certification documentation for medical device Quality Management Systems (QMS) — gap analysis of existing documentation, Quality Manuals, required procedures and work instructions, and Medical Device Files. Use for ISO 13485 QMS documentation, conducting a documentation gap analysis, drafting a…

AlterLab-IEU/AlterLab-Academic-Skills · 115 tokens

alterlab-treatment-plans

Generates concise (3-4 page), focused medical treatment plans in LaTeX/PDF format across all clinical specialties — general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, and pain management — using SMART goal frameworks, evidence-based interventions with…

AlterLab-IEU/AlterLab-Academic-Skills · 107 tokens

alterlab-clinical-reports

Writes comprehensive clinical reports — case reports (CARE guidelines), diagnostic reports (radiology, pathology, lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP notes, H&P, discharge summaries) — with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and validation tools. Use…

AlterLab-IEU/AlterLab-Academic-Skills · 133 tokens

alterlab-pdf-explore

Explore a single PDF in depth — parse it once, then answer questions across its sections, figures, tables, and appendices — comparing methods across sections, extracting every instance of a pattern within the document, and reading values off its charts and tables. Use when interrogating one paper or report end-to-end…

AlterLab-IEU/AlterLab-Academic-Skills · 150 tokens

alterlab-markitdown

Convert files and Office documents to clean, LLM-friendly Markdown with Microsoft MarkItDown (markitdown CLI/Python), supporting PDF, DOCX, PPTX, XLSX, images (EXIF + OCR), audio (transcription), HTML, CSV, JSON, XML, ZIP archives, EPUB e-books, and YouTube transcript URLs, with optional AI image descriptions. Use…

AlterLab-IEU/AlterLab-Academic-Skills · 147 tokens