board

Generate a self-contained HTML Kanban board from YAML tracker files.

2|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/alwaysmap/jobs4me --skill board-alwaysmap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: board
Source: https://github.com/alwaysmap/jobs4me/tree/main/skills/board
Command: npx skills add https://github.com/alwaysmap/jobs4me --skill board-alwaysmap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manages a live, shareable view of your job-tracking workflow by generating a self-contained Kanban board from your tracker data, removing the need to manually assemble and update a HTML board.

Core Features & Use Cases

  • Auto-rebuilds on tracker mutations, so the Kanban always reflects the latest updates.
  • Self-contained HTML Kanban (Kanban/index.html) that embeds JDs, company overviews, and interview prep content for offline viewing.
  • Reads tracker.yaml, profile.yaml, archetypes.yaml, and filters.yaml to configure columns, cards, and filters.
  • Document viewer: click a card to view embedded markdown documents (JD, overview, prep) without leaving the board.
  • Privacy mode blurs sensitive information for screen sharing; declined views and date-grouped summaries help review decisions.
  • Responsive and searchable: works on desktop and mobile with quick search and filters.

Quick Start

Run the board build command to generate Kanban/index.html from your tracker files.

Frequently Asked Questions about board

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a self-contained HTML Kanban board from YAML files?

A Kanban board automatically rebuilds upon tracker mutations, ensuring the HTML view always reflects the latest YAML data updates without requiring manual regeneration commands.

Can I view embedded markdown documents like job descriptions directly on the Kanban board?

Yes, the Kanban board embeds markdown documents including job descriptions, company overviews, and interview prep content. Clicking a card opens an inline document viewer to read the embedded markdown without leaving the board.

Does the generated Kanban board work offline without external dependencies?

The generated Kanban board works completely offline as a self-contained HTML file at Kanban/index.html. It requires no external dependencies or internet connection to render columns, cards, and embedded documents in a browser.

How do I hide sensitive job tracker information when screen sharing the Kanban board?

Use the privacy mode feature to blur sensitive information on the Kanban board during screen sharing. This obscures confidential job tracker details while still allowing you to navigate columns and cards.

What YAML configuration files are needed to set up columns, cards, and filters on the board?

Setting up the board requires tracker.yaml, profile.yaml, archetypes.yaml, and filters.yaml. These YAML files configure the Kanban columns, populate card data, and define the searchable filters for the board.