// summary
Career-Ops is an open-source, agentic system that transforms AI coding CLIs into a comprehensive job search and application management pipeline. It automates the evaluation of job listings, generates ATS-optimized resumes, and tracks application statuses through a terminal-based dashboard. The tool prioritizes user control by providing structured insights and recommendations while keeping all data local and ensuring human oversight.
// technical analysis
Career-Ops is an agentic, open-source job search system designed to transform AI coding CLIs into a comprehensive command center for career management. By leveraging AI agents to navigate job portals, evaluate fit against personal context, and generate ATS-optimized materials, it shifts the job search paradigm from manual tracking to a data-driven, personalized pipeline. The architecture prioritizes user control and privacy, utilizing local execution and human-in-the-loop workflows to ensure that the AI acts as a decision-support tool rather than an automated application bot.
// key highlights
// use cases
// getting started
To begin, clone the repository and install dependencies using 'npm install', ensuring Playwright is configured for PDF generation. Run 'npm run doctor' to validate your environment, then populate 'config/profile.yml' and 'cv.md' with your personal details. Finally, launch your preferred AI CLI (Claude Code or Gemini CLI) within the project directory to start evaluating job URLs and customizing the system to your career goals.