dashboard-build

Generate Markdown Kanban dashboards from project documentation.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/infantesromeroadrian/arca-agent --skill dashboard-build-infantesromeroadrian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard-build
Source: https://github.com/infantesromeroadrian/arca-agent/tree/main/template/skills/dashboard-build
Command: npx skills add https://github.com/infantesromeroadrian/arca-agent --skill dashboard-build-infantesromeroadrian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, jq, realpath, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of Markdown Kanban dashboards, allowing project managers to visualize project progress at a glance.

Core Features & Use Cases

  • Markdown Kanban Dashboard: Generates a single-pane HTML dashboard from project documentation.
  • Automated Generation: Updates the dashboard automatically when project documentation changes.
  • Use Case: Project managers can use this Skill to quickly visualize project progress, identify bottlenecks, and track tasks.

Quick Start

Use the dashboard-build skill to generate a Kanban dashboard for your project. Run the following command: uvx dashboard-build --project-root /path/to/project --cycle 5

Frequently Asked Questions about dashboard-build

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

FAQPage Schema
How do I generate a Kanban dashboard from Markdown project documentation?

You can generate a Kanban dashboard by running the command `uvx dashboard-build --project-root /path/to/project --cycle 5`. This parses your Markdown documentation and renders it into a visual HTML dashboard for tracking tasks.

What is a Markdown Kanban dashboard used for in project management?

A Markdown Kanban dashboard visualizes project progress and tracks tasks by converting project documentation into a single-pane HTML view. Project managers use it to identify bottlenecks and monitor task status automatically.

Do I need Python to build Markdown Kanban dashboards with this tool?

Yes, you need Python3 installed to build Markdown Kanban dashboards with this tool. The Skill also requires the `jq` and `realpath` command-line utilities to be present in your environment to function properly.

Can I automatically update my Markdown Kanban dashboard when project files change?

Yes, the Skill supports automated generation to update your Markdown Kanban dashboard when project documentation changes. You can set a refresh cycle using the `--cycle` flag, such as `--cycle 5`, to continuously monitor and update the HTML output.

What's the best way to visualize project tasks without leaving a Markdown workflow?

The best way to visualize project tasks within a Markdown workflow is using a tool that parses Markdown documentation and renders it into an HTML Kanban dashboard. This approach keeps task tracking integrated with your existing project files.