gitwtfhub

wtf is conferencewatch?

zsun79/conferencewatch — explained in plain English

Analysis updated 2026-05-18

122Audience · researcherComplexity · 1/5Setup · easy

TL;DR

An Agent Skill for Claude Code and Codex that researches AI conference deadlines, locations, and acceptance-rate trends, then writes a JSON dataset and a plain-language report.

Mindmap

mindmap
  root((repo))
    What it does
      Tracks conference deadlines
      Builds JSON dataset
      Writes markdown report
    Tech stack
      Markdown
      JSON
      Agent skill format
    Use cases
      Deadline tracking
      Acceptance rate trends
      Submission planning
    Audience
      Researchers
      AI paper authors

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Track submission deadlines for top AI/ML conferences like NeurIPS, ICML, and ICLR.

REASON 2

Compare acceptance rates across computer vision or NLP venues over the last five years.

REASON 3

Get a markdown report of upcoming deadlines to plan a paper submission.

REASON 4

Add conference-deadline tracking to Claude Code or Codex without writing custom code.

What's in the stack?

MarkdownJSONAgent Skill

How it stacks up

zsun79/conferencewatchelyelysiox/recaptchahvardhan878/ghostwork
Stars122122122
LanguageJavaScriptTypeScript
Setup difficultyeasyeasymoderate
Complexity1/55/54/5
Audienceresearcherresearchergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Requires a host agent with web search and file-write access, no API keys or build step needed.

Wtf does this do

ConferenceWatch is an Agent Skill, a set of instructions meant to be loaded into coding assistants like Claude Code or Codex, that tracks deadlines and details for upcoming AI and machine learning conferences. Instead of being a standalone app, it is a bundle of Markdown and JSON files that an AI agent reads and follows as its own workflow, so it works with any agent that can search the web and write files. When it runs, the skill produces two outputs. The first is a JSON file listing each tracked conference by its short name, including every submission deadline stage, the location, any special sessions or calls for papers, official links, and a five year trend of acceptance rates. The second is a plain language Markdown report built from that data, with a summary, a table of the nearest deadlines, and a per-conference breakdown, plus a section that clearly separates confirmed facts from estimates. The agent also answers directly in chat with whatever deadlines are most time sensitive. The workflow starts by anchoring on today's date so it does not confuse past and future dates. It then narrows down which conferences to track, either from what the user names directly or by asking a few follow up questions about research area, venue tier, or acceptance difficulty, defaulting to a curated list of top AI venues if the user has no preference. For each conference, it searches official call for papers and important dates pages first, and only estimates a future deadline from historical patterns when no official date has been announced yet, always labeling that estimate as approximate. The project states clearly that it should never invent a date that is not backed by a source. To install it, users clone the repository into their agent's skills folder, for example Codex's or Claude Code's local skills directory, or symlink an existing checkout into that folder. No API keys, build steps, or special dependencies are required beyond an agent that can search the web and save files. Generated reports are marked private by default since they may contain personal notes about planned submissions.

Yoink these prompts

Prompt 1
Install ConferenceWatch as a skill in my Claude Code skills folder and track NeurIPS, ICML, and ICLR 2026.
Prompt 2
What are the deadlines for the top NLP conferences in the next 6 months?
Prompt 3
Compare the top-tier CV venues by acceptance rate and next deadline using this skill.
Prompt 4
Explain the JSON schema this skill produces for each tracked conference.

Frequently asked questions

wtf is conferencewatch?

An Agent Skill for Claude Code and Codex that researches AI conference deadlines, locations, and acceptance-rate trends, then writes a JSON dataset and a plain-language report.

How hard is conferencewatch to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is conferencewatch for?

Mainly researcher.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.