career-ops
Installation
SKILL.md
Career-Ops (/job)
This skill enables the Career-Ops multi-agent job search system. It provides tools to evaluate job postings, generate tailored ATS-friendly CVs, and track your applications.
Usage
When the user invokes /job, you should use the scripts in ~/.agents/skills/career-ops to assist them.
Commands you can run for the user:
- Scan for jobs:
node ~/.agents/skills/career-ops/scan.mjs - Generate Tailored CV:
node ~/.agents/skills/career-ops/generate-pdf.mjs - Dashboard:
node ~/.agents/skills/career-ops/dashboard/index.mjs - Run Pipeline: Evaluate a job using Claude/Gemini based on the URL provided.
IMPORTANT: The Career-Ops system is strictly "Human-in-the-Loop". You can find jobs, evaluate them, score them (from A to F), and generate a tailored CV for the specific job description, but you cannot auto-submit the application. The user must review the evaluation and manually submit the application themselves.