Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

htdc/task-tracker-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker Plugin for Claude Code

A Claude Code plugin that sets up a personal task tracker dashboard with a Flask server, interactive HTML dashboard, and Excel backend.

What it creates

  • Flask Python server — REST API that reads/writes an Excel file
  • Interactive HTML dashboard — dark-themed single-page app with Table, Cards, and Kanban views
  • Excel file — the data store (also works standalone in Excel/Sheets)
  • macOS LaunchAgent — auto-starts the server on login

Features

  • Inline editing (click any cell to edit)
  • Priority filtering (P1-P4 + custom levels)
  • Search across tasks, stakeholders, and notes
  • Three views: Table, Cards, Kanban
  • Add tasks via modal or keyboard shortcut (N)
  • Automatic Excel sync on every change
  • Offline mode with localStorage fallback
  • Runs locally only (127.0.0.1) for security

Prerequisites

  • Python 3
  • Claude Code

Installation

Install as a Claude Code plugin:

claude plugin add htdc/task-tracker-plugin

Usage

As a slash command

/setup-task-tracker [Your Name]

Claude will walk you through setup, asking for your preferences on folder location, port, priority levels, and workstream categories.

Automatic

Claude will also recognise when you're asking to set up a task tracker and invoke the skill automatically.

Requirements

The setup process will install these Python packages if not present:

  • flask
  • openpyxl

About

Claude Code plugin to set up a personal task tracker dashboard with Flask, HTML, and Excel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors