# Conference Router

> Route a CS/AI conference-paper idea to corpus-backed venue skills and pilot depth packs. Use when the user provides a paper abstract, contribution, experiment status, or target venue uncertainty.

- Skill: `chb-learner/conference-router` (Agent Skill)
- Install (CLI): `npx skillmds@latest add chb-learner/conference-router`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chb-learner/conference-router/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: CHB-learner (https://skillmd.com/u/chb-learner)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/chb-learner/conference-router

---


# Conference Router

<!-- generated by tools/build_project_surfaces.py; do not edit by hand -->

## Inputs

- Paper title, abstract, contribution claims, methods, datasets, and experiment status.
- Optional venue targets, constraints, field, review timeline, artifact goals, or presentation goals.

## Available Venues

`aaai`, `acl`, `colm`, `colt`, `corl`, `cvpr`, `eccv`, `emnlp`, `iccv`, `iclr`, `icml`, `ijcai`, `interspeech`, `iwslt`, `miccai`, `mlsys`, `naacl`, `ndss`, `neurips`, `osdi`, `uai`, `usenix-fast`, `usenix-sec`

| Venue | Corpus Skill | Latest Corpus Year | Latest-Year Papers |
|---|---|---:|---:|
| AAAI | `aaai-skill` | 2026 | 4816 |
| ACL | `acl-skill` | 2025 | 3334 |
| COLM | `colm-skill` | 2025 | 377 |
| COLT | `colt-skill` | 2025 | 178 |
| CoRL | `corl-skill` | 2025 | 208 |
| CVPR | `cvpr-skill` | 2026 | 4068 |
| ECCV | `eccv-skill` | 2024 | 2372 |
| EMNLP | `emnlp-skill` | 2025 | 3489 |
| ICCV | `iccv-skill` | 2025 | 2698 |
| ICLR | `iclr-skill` | 2026 | 4706 |
| ICML | `icml-skill` | 2026 | 3450 |
| IJCAI | `ijcai-skill` | 2024 | 1047 |
| INTERSPEECH | `interspeech-skill` | 2025 | 1176 |
| IWSLT | `iwslt-skill` | 2025 | 44 |
| MICCAI | `miccai-skill` | 2025 | 1008 |
| MLSYS | `mlsys-skill` | 2025 | 59 |
| NAACL | `naacl-skill` | 2025 | 1377 |
| NDSS | `ndss-skill` | 2025 | 211 |
| NeurIPS | `neurips-skill` | 2025 | 4715 |
| OSDI | `osdi-skill` | 2025 | 53 |
| UAI | `uai-skill` | 2025 | 211 |
| USENIX-Fast | `usenix-fast-skill` | 2025 | 36 |
| USENIX-Sec | `usenix-sec-skill` | 2025 | 437 |

## Workflow

1. Identify the paper domain, evidence type, primary contribution, and maturity of experiments.
2. Compare the user's target against the available corpus-backed venue skills.
3. Recommend 2-4 candidate venues only when the user asks for routing or venue fit.
4. For a chosen venue, hand off to `profiles/<venue>/SKILL.md` for a lightweight fit check or `skills/<venue>-skill/SKILL.md` for corpus-backed evidence patterns.
5. For pilot venues, hand off to `packs/<venue>/skills/<venue>-<stage>/SKILL.md` when the user needs a lifecycle stage workflow.

## Evidence Rules

- Treat accepted-paper patterns as `[pattern]`, not official policy.
- Treat user-provided manuscript details as `[user-provided]`.
- Use `[policy]` only when the user provides current official CFP, author guide, template, rebuttal, artifact, registration, or fee sources.
- Do not output acceptance probabilities.

## Output Contract

```text
[status] ready | at_risk | blocked | unverified
[routing candidates]
1. venue: ...
   fit: ...
   risks: ...
   next skill: ...
[policy gaps]
1. ...
[next action] ...
```

