job-seeker: Skill for Claude Code

.agents/skills/dashboard/SKILL.md

dashboard is a skill for Claude Code, Codex from galiprandi/job-seeker. It costs 46 tokens per session (679 once invoked), scanned A, original, MIT.

A local web dashboard for reviewing a job-application pipeline. It shows application stages, statistics, company targets, and recent recruiter messages in a browser.

In plain words
What is it for?
Use it to review applications, interview and offer counts, pipeline stages, target-company status, and recent contact messages. It is read-only.
Why use it?
It gives a visual overview of job-search progress after pipeline updates, instead of requiring the user to inspect records one by one.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is galiprandi/job-seeker's own configuration. It tells Claude Code and Codex how to work on job-seeker itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything job-seeker configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/dashboard.js --open.

Reuse

Borrowing it

Nothing to install: this file belongs to galiprandi/job-seeker. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/galiprandi/job-seeker/main/.agents/skills/dashboard/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/galiprandi/job-seeker

Made for: Claude Code, Codex.

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 dashboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/galiprandi/job-seeker/dashboard/github.svg)](https://agentmods.dev/skills/galiprandi/job-seeker/dashboard)
Your own site
<a href="https://agentmods.dev/skills/galiprandi/job-seeker/dashboard"><img src="https://agentmods.dev/badge/skills/galiprandi/job-seeker/dashboard/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 dashboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/galiprandi/job-seeker/dashboard"><img src="https://agentmods.dev/badge/skills/galiprandi/job-seeker/dashboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 679 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00046 $0.00679
Opus 5 $0.00023 $0.00340
Sonnet 5 $0.00009 $0.00136
Haiku 4.5 $0.00005 $0.00068

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

Security

Grade A, and why

dashboard 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 12d 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.

.agents/skills/dashboard/SKILL.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dashboard

When to open

Open the dashboard at the end of any round that changes the pipeline:

  • After apply finishes applying to jobs
  • After news finishes processing updates
  • After daily completes its routine
  • After targets finishes registering or applying
  • When the user says dashboard, "show me the pipeline", "show dashboard"

How to open

node scripts/dashboard.js --open

This starts a local server at http://localhost:7531 and opens it in the user's default browser. The dashboard auto-refreshes every 30 seconds.

What it shows

  • Stats bar: active count, in-interview count, offers, rejections, closed total
  • Funnel chart: visual bar chart of pipeline stages (discovered -> hired)
  • Kanban board: columns for each active stage with cards showing company, role, match level, platform, and date
  • Target companies: registration status summary (pending, registered, no fit, etc.)
  • Recent messages: last 10 recruiter/contact messages with channel, sender, subject, and status

Rules

  • Always use --open flag so it opens automatically
  • If port 7531 is in use, use --port <alternative>
  • The dashboard is read-only. To move cards, use scripts/pipeline.js --move <id> <stage>
  • The dashboard auto-refreshes, so the user can keep it open during a session
  • Close the dashboard server with Ctrl+C when the session is done

Script reference

scripts/pipeline.js -- Pipeline kanban board

The kanban board for tracking applications and contacts. Unifies LinkedIn invites, direct emails, and formal applications into a single pipeline with canonical stages.

# Full board (active cards)
node scripts/pipeline.js

# Include closed (rejected, withdrawn, skipped)
node scripts/pipeline.js --closed

# Funnel summary (counts per stage)
node scripts/pipeline.js --funnel

# Filter by stage
node scripts/pipeline.js --stage interview

# Filter by company
node scripts/pipeline.js --company <company>

# Move a card to another stage (updates status + adds to stage_history)
node scripts/pipeline.js --move 82 interview

# View card detail (with linked messages via application_id)
node scripts/pipeline.js --card 82

Read the full file on GitHub · 74 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. 12d ago First seen · 74 lines · 46 tokens per session scan A fefa60a8f8fd

Subscribe to this mod's changes

dashboard is a skill published in the GitHub repository galiprandi/job-seeker (26 stars, last pushed 2d ago), licensed MIT. It adds 46 tokens to every session and 679 once invoked, about $0.0002 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

ai-dev-jobs-mcp

Search 8,400+ AI and ML jobs across 489 companies, inspect listings and employers, match roles, and view salary and market stats via AI Dev Jobs MCP.

sickn33/agentic-awesome-skills · 41 tokens

pilot

One autonomous Pilot cycle - fetch the agenda, execute the top item, journal, exit. Injected by the terminal host - not for manual invocation loops.

suxrobGM/jobpilot · 33 tokens

upwork-submit

Submit an approved JobPilot proposal draft to Upwork through the Upwork MCP, after showing the user the Connects cost and getting an explicit yes.

suxrobGM/jobpilot · 34 tokens

pipeline-triage

Decide WHICH role to spawn / pause / kill based on backlog state, not gut feel. Open this skill EVERY TIME you observe — vel team < 50% target, OR any role queue = 0, OR Scout sources exhausted, OR [SCALA UP] from Sentinella, OR PIPELINE VUOTA + UNDERSHOOT, OR MARGINE from bridge-pacing, OR cold start, OR whenever you…

leopu00/job-hunter-team · 157 tokens

db-update

Update existing records in the JHT DB (positions / applications). Use it to promote positions to checked/excluded, write Critic score/verdict, mark applications as sent, update salary, last-checked, etc. Always after a db-query that confirms the current record state.

leopu00/job-hunter-team · 61 tokens

roadmap-interview

Run a short product-discovery interview with a user of Kochab to surface what they actually need, then turn it into structured roadmap input. Use when someone says "interview me about features," "run the roadmap interview," "I have feedback on the tool," "what should this tool do next," or when a maintainer wants to…

btmoriarty/kochab · 105 tokens