pipeline-status-artifact

pipeline-status-artifact is a skill for Claude Code from tmargolis/career-navigator. It costs 85 tokens per session (7,188 once invoked), scanned A, original, Apache-2.0.

A live, filterable table of your job-search pipeline: applications, suggested roles, and closed entries, with details such as status, priority, location, links, follow-up dates, and related documents.

In plain words
What is it for?
Use it to monitor active applications, recommended roles, follow-ups, statuses, and documents attached to each opportunity.
Why use it?
It gives you a current overview of many applications without manually assembling information from separate files. The table refreshes from the saved job-search records when opened.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/jane/career/CareerNavigator/tracker.json.

Part of the career-navigator plugin — 46 skills, 3 MCP servers shipped together

Good fit Use it to monitor active applications, recommended roles, follow-ups, statuses, and documents attached to each opportunity.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add tmargolis/career-navigator
Claude Code
/plugin install career-navigator

Made for: Claude Code.

Or install career-navigator, the plugin that ships this one along with the rest of its 46 skills, 3 MCP servers.

Wrote 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.

agentmods badge for pipeline-status-artifact

README.md
[![agentmods](https://agentmods.dev/badge/skills/tmargolis/career-navigator/pipeline-status-artifact/github.svg)](https://agentmods.dev/skills/tmargolis/career-navigator/pipeline-status-artifact)
Your own site
<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.

agentmods 80×15 button for pipeline-status-artifact

Your own site · 80×15
<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>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,188 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash 436fbb249e1f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/pipeline-status-artifact/SKILL.md · 631 lines

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:launch first 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).

Read the full file on GitHub · 631 lines

Changes

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.

  1. 11d ago First seen · 631 lines · 85 tokens per session scan A 436fbb249e1f

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

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…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

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…

Donchitos/Claude-Code-Game-Studios · 77 tokens

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.

Orkas-AI/Orkas · 5 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens