board

board is a skill for Claude Code from alwaysmap/jobs4me. It costs 84 tokens per session (1,581 once invoked), scanned A, original, MIT.

A skill that builds a self-contained Kanban board webpage from job-tracking files. A Kanban board displays work as cards in columns such as suggested, applied, or interviewing.

In plain words
What is it for?
Generating or regenerating the job board, showing tracked roles, and rebuilding the board after searches, declines, or stage changes.
Why use it?
It turns tracker data into a browser-viewable overview and keeps the board updated after tracker changes.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the jfm plugin — 11 skills, 11 commands shipped together

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 alwaysmap/jobs4me
Claude Code
/plugin install jfm

Made for: Claude Code.

Or install jfm, the plugin that ships this one along with the rest of its 11 skills, 11 commands.

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 board

README.md
[![agentmods](https://agentmods.dev/badge/skills/alwaysmap/jobs4me/board.svg)](https://agentmods.dev/skills/alwaysmap/jobs4me/board)
Your own site
<a href="https://agentmods.dev/skills/alwaysmap/jobs4me/board"><img src="https://agentmods.dev/badge/skills/alwaysmap/jobs4me/board.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,581 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00084 $0.01581
Opus 5 $0.00042 $0.00790
Sonnet 5 $0.00017 $0.00316
Haiku 4.5 $0.00008 $0.00158

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

Security

Grade A, and why

board 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 5d 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/board/SKILL.md · 136 lines

How it starts

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

Board Generator

Generate a self-contained Kanban/index.html file from tracker.yaml that the user can open in any browser.

Board rebuilds are fast (~1 second) — the script reads tracker data, injects it into the HTML template, and writes the file. No LLM processing is involved. All skills should rebuild the board after any state change. The board auto-rebuilds on every tracker mutation by default.

How to Build

Shell setup: before running tracker commands, export JFM_DIR='<workspace path>' (single quotes). Then omit --dir from commands. See ../search/references/data-safety.md.

The board is generated by a Node script — no LLM reasoning needed. Use the script for all board rebuilds:

node ${CLAUDE_PLUGIN_ROOT}/scripts/tracker.js build-board

This reads tracker.yaml, profile.yaml, archetypes.yaml, and filters.yaml, reads all markdown documents (JDs, company overviews, interview prep), injects everything into the HTML template, and writes Kanban/index.html. It handles all the placeholder replacement, JSON escaping, and file-existence checks.

Auto-rebuild on mutations

All mutating commands auto-rebuild the board by default. Pass --no-board only during batch operations where you want to skip intermediate rebuilds and do one final build-board at the end.

node ${CLAUDE_PLUGIN_ROOT}/scripts/tracker.js stage --id acme-vp-eng --stage interviewing

If the user has Kanban/index.html open in their browser, they just refresh to see changes.

Board Features

The generated board is read-only — it displays the current state of the tracker but does not write changes back. All state changes happen through Claude (via /jfm:update, /jfm:assess, or conversation).

Document viewer: The board embeds markdown document contents (JDs, company overviews, interview prep) at build time. Clicking a document link opens a slide-out panel that renders the markdown as formatted HTML using marked.js. No external files needed — everything is self-contained in the board.

Read the full file on GitHub · 136 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 136 lines · 84 tokens per session scan A 315cd0631518

Subscribe to this mod's changes

board is a skill published in the GitHub repository alwaysmap/jobs4me (2 stars, last pushed 1mo ago), licensed MIT. It adds 84 tokens to every session and 1,581 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-31.

Related

Other skills, from other repositories

swissdevjobs

Search nine job boards across eight countries — the salary-transparent devitjobs family, jobs.ch and jobup.ch (all Swiss industries), and MyCareersFuture (Singapore IT) — and help the user apply. Handles the native apply form, direct-email postings, and third-party ATS postings (driven with a browser MCP). Trigger…

Stupidoodle/swissdevjobs-cli · 112 tokens

autopilot-jobhunt

Run a job hunt in one agentic pass — scan configured company careers pages, score postings against the user's resume, draft a tailored resume + cover letter per chosen role (never applies), and export matches. Trigger when the user says /autopilot-jobhunt or asks to scan/find jobs or draft an application.

tarunlnmiit/autopilot-jobhunt · 69 tokens

tailor-resume

Choose the best existing resume base/variant for a job, or create a new tailored variant when nothing fits.

suxrobGM/jobpilot · 27 tokens

auto-apply

Search a job board and autonomously apply to matching jobs one at a time, until paused, exhausted, or the max-applications cap is hit.

suxrobGM/jobpilot · 34 tokens

teaser-video

Film, cut, and deliver a short teaser/demo video of any app by driving it with Playwright and editing with ffmpeg - storyboard, authenticated capture, PII review, animated title cards, MP4 + GIF. Use for "make a teaser", "record a demo video", "product launch video", "screen recording for the README".

suxrobGM/jobpilot · 73 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