From career-ops
Triages job scan results pipeline by quick-scoring roles on title fit, requirements match, and logistics, then ranks and recommends top fits for full evaluation.
npx claudepluginhub andrew-shwetzer/career-ops-pluginThis skill is limited to using the following tools:
Quick-score scan results to find the best candidates for full evaluation.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Quick-score scan results to find the best candidates for full evaluation.
data/profile.ymldata/pipeline.md - the queue from scan resultsdata/applications.md - exclude already-tracked rolesIf pipeline is empty:
"Your pipeline is empty. Scan some companies first: say 'scan {company name}' or 'scan all' for your watchlist."
For each pipeline entry with status "New":
This is FAST scoring. No blocks A-F. No STAR stories. Just a fit check.
Sort by quick score, descending.
## Pipeline Triage: {date}
Scored **{n}** roles from your pipeline.
### Recommended for Full Evaluation (score >= 3.5)
| # | Company | Role | Quick Score | Why |
|---|---|---|---|---|
| 1 | {company} | {title} | {score}/5 | {one-line reason} |
| 2 | ... | ... | ... | ... |
### Maybe (score 2.5-3.4)
| # | Company | Role | Quick Score | Why |
|---|---|---|---|---|
| ... | | | | |
### Skip (score < 2.5)
| # | Company | Role | Quick Score | Why |
|---|---|---|---|---|
| ... | | | | {why it doesn't fit} |
Update data/pipeline.md:
"Top {n} roles are worth a full evaluation.
Want me to:
- Evaluate the top pick? Say 'evaluate {company} {role}'
- Evaluate all recommended? I'll work through them one by one
- Scan more companies? Say 'scan {company}'"
If user says "evaluate all recommended," process each sequentially using the evaluate skill, pausing between each for user confirmation.