AgentStack
SKILL verified MIT Self-run

Task Tracking Dots Html

skill-randroids-dojo-skills-task-tracking-dots-html · by Randroids-Dojo

Manages task tracking with the HTML-backed Dots fork from Randroids-Dojo/dots-html. Use when tracking work items across sessions with dot-html CLI files stored as .html documents.

No reviews yet
0 installs
7 views
0.0% view→install

Install

$ agentstack add skill-randroids-dojo-skills-task-tracking-dots-html

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Task Tracking Dots Html? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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.

Session Workflow

At the start of every session:

dot-html ls
dot-html ready

Before starting work:

dot-html on 

After completing work:

dot-html off  -r "What was done"

Never leave completed tasks open. Close with a short reason.

Creating Dots

dot-html "Fix the bug"
dot-html add "Design API" -p 1 -d "Details"
dot-html add "Subtask" -P dots-1
dot-html add "After X" -a dots-2

Inspecting Work

dot-html ls
dot-html ready
dot-html show dots-1
dot-html tree
dot-html find "query"

File Storage

New dots are stored as HTML files:

.dots/
  dots-example-1234abcd.html
  dots-parent-2345bcde/
    dots-parent-2345bcde.html
    dots-child-3456cdef.html

The CLI owns these files. Prefer dot-html commands for changes so status, dependencies, archive moves, and parent-child paths stay consistent.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.