ck:plans-kanban

Creates a web dashboard with maps, sets and a visualizer for your Minecraft server.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/EdgeHunt/EdgeHunt --skill ck-plans-kanban-edgehunt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:plans-kanban
Source: https://github.com/EdgeHunt/EdgeHunt/tree/main/.claude/skills/plans-kanban
Command: npx skills add https://github.com/EdgeHunt/EdgeHunt --skill ck-plans-kanban-edgehunt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gray-matter, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Plans-based work often lacks a single source of truth for progress, milestones, and phase status across multiple initiatives. This skill provides a centralized dashboard to visualize plans, track progress, and surface timelines.

Core Features & Use Cases

  • Kanban-style boards with plan cards showing progress, milestones, and phase statuses.
  • Timeline/Gantt-like visualization and activity heatmap to identify bottlenecks and dependencies.
  • Remote API access and per-directory views to integrate into workflows and dashboards.

Quick Start

Start the plans-kanban server and open the dashboard to manage and monitor plans.

Frequently Asked Questions about ck:plans-kanban

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

FAQPage Schema
How do I visualize implementation plans in a centralized dashboard?

You can visualize implementation plans in a centralized dashboard by running a local server that parses plan metadata from frontmatter and renders interactive kanban-style boards, milestone timelines, and phase-status indicators.

What is the best way to track plan progress and milestones across multiple initiatives?

Tracking plan progress and milestones across initiatives is done through a visual dashboard that provides a single source of truth, utilizing kanban boards, timeline visualizations, and activity heatmaps to surface bottlenecks and dependencies.

How do I extract plan metadata from frontmatter to generate a kanban board?

Extracting plan metadata from frontmatter to generate a kanban board is handled automatically by the skill's server, which parses the metadata directly from your plans directory and exposes it via API routes for rendering.

Can I use plan metadata to create timeline and Gantt-like visualizations for my team?

Yes, you can use plan metadata to create timeline and Gantt-like visualizations. The dashboard automatically renders these views alongside activity heatmaps to help teams identify bottlenecks and dependencies.

Does the plans dashboard support remote API access for integrating into existing workflows?

The plans dashboard supports remote API access by exposing API routes for plans data, allowing you to integrate the per-directory views and progress monitoring directly into your existing team workflows and external dashboards.

Do I need the gray-matter dependency to parse plan metadata for the dashboard?

Yes, you need the gray-matter dependency to parse plan metadata. The server relies on it to read the frontmatter from your plan files, which is then used to populate the kanban cards and milestone timelines on the dashboard.