Claude Code Plugin
The reordinal plugin lets Claude Code
browse and act on your ATS in plain English. No curl, no dashboard
tab-switching.
- Browse jobs: openings, hiring stages, ATS criteria.
- Review candidates: filter and sort by score, stage, status, or name; open details, parsed resumes, ATS breakdowns, and team comments.
- Act: move stages, add/remove tags, rerun ATS scoring, and save review notes as comments.
- Reason: ask for a shortlist, a head-to-head comparison, or interview questions; Claude combines the reads with the job’s criteria to answer.
Install
/plugin marketplace add reordinal/claude-reordinal
/plugin install reordinal@reordinalSetup
You need an API key (rd_live_…) from your workspace settings → API Keys
(owners/admins only). The key can be
scoped to specific teams or jobs.
Export it before launching Claude, since a running session won’t pick up a
later export:
export REORDINAL_API_KEY=rd_live_...
claudeAdd it to your shell profile to keep it around.
Use it
Just ask:
- “Show me my open jobs.”
- “For the Senior Backend Engineer role, list candidates in screening with an ATS score above 75, best first.”
- “Open the top candidate’s resume and ATS breakdown and summarize their strengths against the must-haves.”
- “Draft interview questions for this candidate.”
- “Save that summary as a comment so the team sees it.”
- “What has the team already said about this candidate?”
- “Move Jane Doe to the interview stage and tag her ‘strong-system-design’.”
- “Rerun ATS scoring on this candidate.”
Reads are free. Rerunning ATS scoring costs one credit, and Claude will ask before spending it.
Comments: the flagship flow
Ask Claude to review a candidate and it reads the parsed resume, the ATS breakdown, and the team’s earlier comments, then drafts a tight assessment against the job’s must-haves. On your confirmation it posts the note as a comment on the candidate, where every collaborator sees it in the dashboard.
Claude always shows you the exact comment text before posting: comments are
team-visible and trigger normal notifications. Plugin-written comments carry a
claude_plugin source marker, so they stay distinguishable from human notes.
See the API details in Actions.
Skills
Claude picks the right skill from your request; you don’t invoke them by hand:
| Skill | What it does |
|---|---|
reordinal:jobs | Browse jobs; read a job’s stages + ATS criteria |
reordinal:candidates | Filter/inspect candidates; move stages, tag, rerun scoring |
How it works
Claude Code → reordinal plugin → https://api.reordinal.com/api/v1 (X-API-Key)The plugin is a thin CLI over the same REST API documented
here. The workspace and the key’s team/job scope are resolved server-side from
the key, and out-of-scope resources are invisible (404), exactly as with
direct API calls.