reinit
One-command setup for REINIT — the AI-powered job search and resume tailoring agent for your terminal.
npx @reinit-ai/cli install <token>This registers the reinit skill into your agent CLIs — Claude Code, Gemini, Codex, Qwen, and OpenCode — and securely saves your token. Nothing to configure by hand.
It also installs a /reinit slash command for each CLI (Claude Code gets it natively from the skill; the others get a small command adapter). See the CLI support matrix for exactly what is written per CLI and how to verify it. Uninstall any time with npx @reinit-ai/cli uninstall (add --purge to also remove your token and local data).
Get your token from the REINIT app under Settings → Reinit API.
Alternative: Native Claude Code Plugin
Prefer the native plugin installation? Run these directly inside Claude Code:
/plugin marketplace add reinit-ai/reinit-cli
/plugin install reinit@reinit
/reload-plugins
/reinit:reinit connect <token>(For Windows users: We highly recommend using the Claude Code plugin route above, as it handles file copies natively and does not require administrator/developer-mode symlink permissions).
Active Terminal Commands
Once installed, open your AI tool and chat:
1. Account & Setup
/reinit connect <token>— Connect your machine to the REINIT API (save token)/reinit sync-profile— Pull your latest profile & CV from the dashboard/reinit sync-jobs— Fetch job postings matched to your target roles/reinit push-reports— Sync your local job evaluation reports back to the dashboard
2. Tailoring & Building
/reinit build-profile— Interactive chat builder to update your CV and targeting settings/reinit build-resume— Tailor and compile your ATS-optimized PDF resume/reinit build-latex— Export your tailored resume as a LaTeX (.tex) document/reinit build-cover— Generate a customized cover letter for a specific role/reinit augment— Compare truthful vs. keyword-augmented CVs side-by-side
3. Growth & Research
/reinit check-fit {JD}— Evaluate your compatibility against a Job Description (scores A–F)/reinit compare-offers— Compare and rank multiple job offers/positions side-by-side/reinit check-course— Check if a certification aligns with your career target/reinit check-project— Evaluate if a portfolio project idea boosts your CV/reinit draft-outreach— Generate a cold LinkedIn/outreach message for a role/reinit research— Research a company's engineering blog and recent public updates/reinit prep-interview— Generate a complete, role-specific interview preparation dossier
4. Operations
/reinit apply— Run the live application form assistant/reinit track— View and manage your job application tracker status/reinit run-pipeline— Process job links saved to your inbox (data/pipeline.md)/reinit batch-evaluate— Evaluate multiple job descriptions in parallel/reinit analyze-rejections— Analyze rejection patterns to optimize targeting/reinit draft-followup— Check application status and draft follow-up emails/reinit update— Check for and apply CLI system updates
Requirements
- Node.js 18+
- git
- A REINIT account and token
License
MIT REINIT AI