Agent skill

vis-submission

Use when auditing an IEEE VIS full-paper submission for PCS readiness, covering the abstract-then-paper two-deadline structure under the VGTC society, the IEEE VGTC/TVCG 9+2 page budget, author-optional double-blind anonymization, the supplemental-material one-week window, and desk-reject triage before the AoE cutoff for a paper that will publish in IEEE TVCG.

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill vis-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: VIS-Skills/skills/vis-submission/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 984 · +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

# VIS Submission Run this audit before uploading to the **Precision Conference System (PCS)**. IEEE VIS full papers are published as **journal articles in IEEE TVCG**, so the submission is judged at a journal bar even though it also earns a conference slot. Every number below was read from the IEEE VIS 2026 Call for Full Papers and Paper Submission Guidelines on 2026-07-09 via search renderings of the `ieeevis.org` URLs (see `resources/official-source-map.md`); treat them as a one-cycle snapshot and reopen the live call first. ## The two-deadline structure (abstract, then paper) VIS separates the **abstract** deadline from the **full-paper** deadline, and both are AoE: - **Abstract (VIS 2026: 21 March 2026)** locks title, abstract, authors, and area/keyword choices. The **author list must be final at this point** — you cannot add authors after it. The abstract also drives area routing and reviewer bidding. - **Full paper (VIS 2026: 31 March 2026)** uploads the PDF. After this, **title, abstract, and the main PDF are frozen**. - **Supplemental material (VIS 2026: 7 April 2026)** has its own later window — a one-week extension introduced so authors can finish and properly anonymize v

What's inside
Steps it walks through
  1. The two-deadline structure (abstract, then paper)
  2. PCS mechanics
  3. Format and page budget
  4. Author-optional double-blind sweep
  5. Open practices at submission time
  6. Desk-risk triage
  7. Final-week order of operations
  8. Reverify each cycle
  9. Output format
Commands it runs
Mechanical pass on the submission PDF and any supplemental archive
pdfinfo paper.pdf | grep -Ei 'author|creator|producer'
pdftotext paper.pdf - | grep -nEi 'github\.com/[a-z0-9-]+|osf\.io|youtu|acknowledg|grant|our (tool|system|lab)' | head
grep -rniE 'university|@[a-z0-9.]+\.edu|lab name|project url' supplemental/ | head
More from Awesome-Journal-Skills
All skills →
About this skill
What does the vis-submission skill do?

Use when auditing an IEEE VIS full-paper submission for PCS readiness, covering the abstract-then-paper two-deadline structure under the VGTC society, the IEEE VGTC/TVCG 9+2 page budget, author-optional double-blind anonymization, the supplemental-material one-week window, and desk-reject triage before the AoE cutoff for a paper that will publish in IEEE TVCG.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill vis-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 984 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