Tuiboard
Description
Terminal kanban on plain markdown, with optional Today/Tomorrow planner, 24h agenda + calendar, and a live Claude Code agent view. Use only the panels you want.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
tuiboard
A terminal **kanban** board on plain markdown files, with three optional panels you switch on or off: a **Today/Tomorrow planner** across all your boards, a **24-hour agenda** with a read-only Google / Microsoft 365 calendar overlay, and a **live view of your Claude Code sessions**. Run it as a pure kanban, or any mix of the four. The board is always on; the rest is opt-in (see [Zones](#zones)).
Built with [OpenTUI](https://opentui.com) + SolidJS on Bun. Cross-platform (Linux, macOS, Windows). No vendor lock-in: boards are CommonMark with the Obsidian Tasks-plugin emoji vocabulary, so they open and edit fine in any markdown editor.

Install
Requires [Bun](https://bun.sh) ≥ 1.2 — tuiboard runs on the Bun runtime (it's not a Node CLI). OpenTUI ships its own native renderer binaries; Bun picks the right one for your platform automatically. Pick whichever install fits:
**Global, straight from GitHub** (no npm needed) — run `tuiboard` from anywhere:
bun install -g github:NazzarenoGiannelli/tuiboard
tuiboard
**Global, from npm:**
bun install -g tuiboard # or run once, no install: bunx tuiboard
**From source** (for hacking on it):
git clone https://github.com/NazzarenoGiannelli/tuiboard.git
cd tuiboard
bun install
bun run dev # or: bun link → then `tuiboard` globally, live-linked
Quick start
Starting fresh — no Obsidian, no special folders required:
- Install Bun (bun.sh), then
bun install -g tuiboard. - Make one or more board files. A board is a plain
.mdfile: every##heading is a column, every- [ ]line is a task. The simplest board:
Create one file per tab you want (e.g.## To Do - [ ] My first task ## In Progress ## DoneWork.md,Personal.md). Column
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation