Career
AI job search command center -- evaluate offers, generate CVs, scan portals, track applicationsFrom its SKILL.md
npx -y skills add asong56/skills --skill careerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.8 KB, 993 tokens by cl100k_base, as published. Nobody here has run it
career-ops -- Router
Mode Routing
Determine the mode from $mode:
| Input | Mode |
|---|---|
| (empty / no args) | discovery -- Show command menu |
| JD text or URL (no sub-command) | auto-pipeline |
oferta | oferta |
ofertas | ofertas |
contacto | contacto |
deep | deep |
interview-prep | interview-prep |
interview | interview |
pdf | pdf |
latex | latex |
training | training |
project | project |
tracker | tracker |
pipeline | pipeline |
apply | apply |
scan | scan |
batch | batch |
patterns | patterns |
followup | followup |
update | update |
cover | cover |
Auto-pipeline detection: If $mode is not a known sub-command AND contains JD text (keywords: "responsibilities", "requirements", "qualifications", "about the role", "we're looking for", company name + role) or a URL to a JD, execute auto-pipeline.
If $mode is not a sub-command AND doesn't look like a JD, show discovery.
Discovery Mode (no arguments)
Show this menu:
career-ops -- Command Center
Available commands:
/career-ops {JD} → AUTO-PIPELINE: evaluate + report + PDF + tracker (paste text or URL)
/career-ops pipeline → Process pending URLs from inbox (data/pipeline.md)
/career-ops oferta → Evaluation only A-F (no auto PDF)
/career-ops ofertas → Compare and rank multiple offers
/career-ops contacto → LinkedIn power move: find contacts + draft message
/career-ops deep → Deep research prompt about company
/career-ops interview-prep → Generate company-specific interview prep doc
/career-ops interview → Interactive profile/CV onboarding interview
/career-ops pdf → PDF only, ATS-optimized CV
/career-ops latex → Export CV as LaTeX/Overleaf .tex
/career-ops cover → Cover letter: standalone JD paste or /career-ops cover {slug}
/career-ops training → Evaluate course/cert against North Star
/career-ops project → Evaluate portfolio project idea
/career-ops tracker → Application status overview
/career-ops apply → Live application assistant (reads form + generates answers)
/career-ops scan → Scan portals and discover new offers
/career-ops batch → Batch processing with parallel workers
/career-ops patterns → Analyze rejection patterns and improve targeting
/career-ops followup → Follow-up cadence tracker: flag overdue, generate drafts
/career-ops update → Update career-ops system files with diff preview + compat check
Inbox: add URLs to data/pipeline.md → /career-ops pipeline
Or paste a JD directly to run the full pipeline.
Context Loading by Mode
After determining the mode, load the necessary files before executing:
Modes that require _shared.md + their mode file:
Read modes/_shared.md + modes/{mode}.md
Applies to: auto-pipeline, oferta, ofertas, pdf, contacto, apply, pipeline, scan, batch
Standalone modes (only their mode file):
Read modes/{mode}.md
Applies to: tracker, deep, interview-prep, interview, latex, training, project, patterns, followup, cover
Modes delegated to subagent:
For scan, apply (with Playwright), and pipeline (3+ URLs): launch as Agent with the content of _shared.md + modes/{mode}.md injected into the subagent prompt.
Agent(
subagent_type="general-purpose",
prompt="[content of modes/_shared.md]\n\n[content of modes/{mode}.md]\n\n[invocation-specific data]",
description="career-ops {mode}"
)
Execute the instructions from the loaded mode file.
What ships with it: 92 files
968.9 KB alongside SKILL.md, 41 of them executable
batch/
- batch-prompt.md19.3 KB
- batch-runner.shruns22.1 KB
- logs/.gitkeep0 B
- tracker-additions/.gitkeep0 B
config/
- profile.example.yml5.4 KB
examples/
fonts/
- dm-sans-latin-ext.woff230.6 KB
- dm-sans-latin.woff261.1 KB
- space-grotesk-latin-ext.woff218.5 KB
- space-grotesk-latin.woff221.8 KB
modes/
- apply.md6.3 KB
- auto-pipeline.md4.9 KB
- batch.md4.9 KB
- contacto.md2.7 KB
- cover.md12.8 KB
- deep.md1.5 KB
- followup.md6.2 KB
- interview.md3.5 KB
- interview-prep.md16.2 KB
- latex.md6.1 KB
- oferta.md12.6 KB
- ofertas.md1.1 KB
- patterns.md5.2 KB
- pdf.md10.0 KB
- pipeline.md3.6 KB
- _profile.template.md4.6 KB
- project.md1.2 KB
- scan.md19.8 KB
- AGENTS.md20.4 KB
- CHANGELOG.md38.0 KB
- CLAUDE.md22.4 KB
- CONTRIBUTING.md4.3 KB
- cops1.6 KB
- DATA_CONTRACT.md3.5 KB
- GEMINI.md80 B
52 more files not listed here. See all 92 in the repository.