
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
ConferenceWatch is a Markdown-and-JSON skill that helps an agent research upcoming AI and ML conferences, confirm official deadlines, and write a structured report. It uses `SKILL.md` as the workflow, `references/json-schema.md` for the data shape, and the templates in `assets/` for the JSON and report outputs.
Builders who want an agent to research AI conference deadlines, venues, and acceptance-rate trends.
You can track conference submission timing and compare venues without manually checking every CFP page.
Collects every submission stage deadline for each conference’s upcoming edition.
Records dates, location, special sessions, call for papers, and official web links.
Adds a five-year acceptance-rate trend for each venue, with sources noted alongside figures.
Writes `conferences.<date>.json` as the source of truth using the schema in `references/json-schema.md`.
Writes `conference-report.<date>.md` with a summary, nearest deadlines table, and per-conference breakdown.
Marks inferred future dates clearly as approximate instead of fabricating missing CFP details.
git clone https://github.com/Zsun79/ConferenceWatch.git ~/.codex/skills/conference-watch
mkdir -p ~/.codex/skills ln -s "$(pwd)" ~/.codex/skills/conference-watch
git clone https://github.com/Zsun79/ConferenceWatch.git ~/.claude/skills/conference-watch
mkdir -p ~/.claude/skills ln -s "$(pwd)" ~/.claude/skills/conference-watch
mkdir -p .claude/skills ln -s "$(pwd)" .claude/skills/conference-watch
An Agent Skill that watches upcoming AI/ML conferences and reports, for each one: submission deadlines (every stage), dates, location, special sessions / call for papers, official web links, and a 5-year acceptance-rate trend. It is written to be reusable across common coding agents that can search the web — Claude Code, Codex, and similar.
Every run yields two artifacts:
conferences.<date>.json — the structured source of truth. One object
per conference (keyed by acronym), each holding the upcoming edition
(deadlines, location, special sessions, links) and a 5-year acceptance-rate
trend. Schema: references/json-schema.md.conference-report.<date>.md — a human-readable report with a short
summary, a nearest-deadlines table, a per-conference breakdown, and a clearly
separated "approximate / inferred" section. Template:
assets/report.template.md.The agent also answers directly in chat with the most time-sensitive items.
This skill is plain Markdown + JSON, so it can be used by Codex, Claude Code, or any agent that can read SKILL.md, search/fetch the web, and write files.
Clone directly into Codex's personal skills directory:
git clone https://github.com/Zsun79/ConferenceWatch.git ~/.codex/skills/conference-watch
If you already cloned the project somewhere else, run this from the root of this cloned skill repository to link the current checkout into Codex:
mkdir -p ~/.codex/skills
ln -s "$(pwd)" ~/.codex/skills/conference-watch
Then ask Codex naturally for AI/ML conference deadlines, venue comparisons, or submission planning. Codex will use SKILL.md as the workflow when the request matches the skill description.
Clone directly into Claude's personal skills directory:
git clone https://github.com/Zsun79/ConferenceWatch.git ~/.claude/skills/conference-watch
If you already cloned the project somewhere else, run this from the root of this cloned skill repository to link the current checkout into Claude:
mkdir -p ~/.claude/skills
ln -s "$(pwd)" ~/.claude/skills/conference-watch
If this checkout is the project where you want Claude to load the skill, run
this from the repository root to link the current directory into
.claude/skills/conference-watch:
mkdir -p .claude/skills
ln -s "$(pwd)" .claude/skills/conference-watch
The skill activates from its description when your request matches.
For agents without a dedicated skill folder, use this repository as a local instruction bundle:
Requirement: the host agent must have a web search / fetch capability (and, to save files, filesystem access). No API keys or build step required.
> What are the deadlines for the top NLP conferences in the next 6 months?
> Track NeurIPS, ICML, and ICLR 2026 for me.
> Compare the top-tier CV venues by acceptance rate and next deadline.
> List the top 5 AI conferences with deadlines before end of 2026.
> I work in computer vision -- track the A* venues and show acceptance-rate trends.
> Just give me the top conferences, I don't want to specify an area.
The full logic lives in SKILL.md. In short:
flowchart TD
A[Anchor on today's date] --> B[Analyze request and narrow scope]
B --> C{Named venues or clear filters?}
C -- No --> D[Ask 1-3 follow-up questions<br/>or use top-venue defaults]
C -- Yes --> E[Build initial conference JSON]
D --> E
E --> F[Confirm candidate conference list]
F --> G[Research upcoming edition first<br/>official CFP and important dates]
G --> H[Collect every deadline stage,<br/>location, sessions, and links]
H --> I[Gather last 5 editions<br/>acceptance-rate trend]
I --> J{Upcoming dates confirmed?}
J -- Yes --> K[Mark confirmed with sources]
J -- No --> L[Infer approximate window<br/>from historical pattern]
K --> M[Validate JSON]
L --> M
M --> N[Write JSON dataset]
M --> O[Write Markdown report]
N --> P[Answer in chat<br/>nearest deadlines first]
O --> P
confirmed with sources.approximate.Core rule: never fabricate dates. Anything not on an authoritative source is
either null (with a note) or clearly marked approximate/inferred.
ConferenceWatch/
├── SKILL.md # main skill: workflow + rules (entry point)
├── README.md # this file
├── references/
│ ├── conference-catalog.md # curated venues by area/tier + source sites
│ └── json-schema.md # JSON schema + field rules
└── assets/
├── conference-data.template.json # starting JSON structure
└── report.template.md # Markdown report template
Sign in to join the discussion.
No comments yet. Be the first to say what this is good for.

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
A skill to stop your coding agent from burying the answer. ADHD-friendly output.
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
De-AI writing skill for any Agent Skills-compatible agent (77+ via the Skills CLI), with native plugins for Claude Code, Codex, Grok Build, and Antigravity. Narrative-architecture repair for fiction, venue-matched rules for professional prose. Based on StoryScope (arXiv:2604.03136).
Academic Research Skills for Claude Code: research → write → review → revise → finalize