task-tracking-dots-html
Installation
SKILL.md
Task Tracking with HTML Dots
Use the dot-html CLI from Randroids-Dojo/dots-html to track work items across sessions. This fork stores dots as .html documents under .dots/.
Preflight
Check for the CLI:
command -v dot-html >/dev/null 2>&1 && dot-html --version
If dot-html is missing, install this fork:
plugins/task-tracking-dots-html/scripts/install-html-dots.sh
When installed from a global skill, run the script from the installed skill directory. If the release has no matching binary asset for the current OS/architecture, the script clones https://github.com/Randroids-Dojo/dots-html and builds with Zig.