Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add tmargolis/career-navigator/plugin install career-navigatorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tmargolis/career-navigator/pipeline-status-artifact)<a href="https://agentmods.dev/skills/tmargolis/career-navigator/pipeline-status-artifact"><img src="https://agentmods.dev/badge/skills/tmargolis/career-navigator/pipeline-status-artifact/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tmargolis/career-navigator/pipeline-status-artifact"><img src="https://agentmods.dev/badge/skills/tmargolis/career-navigator/pipeline-status-artifact.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00085 | $0.07188 |
| Opus 5 | $0.00043 | $0.03594 |
| Sonnet 5 | $0.00017 | $0.01438 |
| Haiku 4.5 | $0.00009 | $0.00719 |
Grade A, and why
pipeline-status-artifact scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 631 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create (or update) a persistent Cowork live artifact that shows the full job search
pipeline in a filterable table. Every time the user opens the artifact it re-reads
tracker.json, recommendations.json, and artifacts-index.json from disk, so
the view is always current without re-running a skill.
1. Verify Career Navigator setup
Application data uses the split layout defined in references/tracker-schema.md — read it before any read or write.
Read {user_dir}/CareerNavigator/tracker.json and
{user_dir}/CareerNavigator/recommendations.json to confirm the files exist.
Every column this artifact renders (id, company, role, status, priority,
location, job_link, follow_up_date, artifacts) is a summary row field, so the
artifact loads exactly three files and never touches
applications/<application_id>.json or contacts/<company-slug>.json. That is the
performance win of the split — the table stays one read per file no matter how large the
pipeline gets. The row also carries application, latest_stage, latest_stage_date,
notes_count, stage_count, and contact_count, so a "last stage" or "contacts" column
can be added with no extra reads.
If you ever extend this artifact to render per-application detail — a stage timeline,
note excerpts, contact names — it must load each application's detail_file (and
contacts_file, filtered to entries whose application matches the row's application
label, deduped by name) explicitly, one read per application. Reading tracker.json
alone will silently produce empty timelines and blank contact cells: no error, just an
artifact that looks fine and shows nothing.
If both are missing, output:
Pipeline artifact not set up: run
/career-navigator:launchfirst to initialize Career Navigator.
2. Check for an existing pipeline-status artifact
Load and call mcp__cowork__list_artifacts. Look for any artifact whose name
contains "pipeline" or "job search" (case-insensitive).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 631 lines · 85 tokens per session scan A 436fbb249e1f
pipeline-status-artifact is a skill published in the GitHub repository tmargolis/career-navigator (13 stars, last pushed 13d ago), licensed Apache-2.0. It adds 85 tokens to every session and 7,188 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
story-readiness
Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…
autotask-creator
Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.
projects
List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.