career-ops
One-command installer for career-ops — the AI-powered job search pipeline built on Claude Code.
npx @santifer/career-ops initThis sets up a ready-to-use workspace:
- Clones career-ops at the latest stable release
- Installs dependencies
Then open your AI coding tool in the folder. On first launch the agent walks you through setup — your CV, profile and target roles — just by chatting. Nothing to configure by hand. career-ops is AI-agnostic — Claude Code, Gemini, Codex, Qwen, OpenCode, GitHub Copilot CLI, Antigravity CLI, and Grok Build CLI all work.
The installer bootstraps CLI skill entrypoints after clone, so new CLIs (e.g. Grok) work even when npx pulled an older release tag.
Usage
npx @santifer/career-ops init [folder] # default folder: ./career-opsPrefer the manual route? git clone still works exactly as before — see the setup guide.
Requirements
- Node.js 18+
- git