yumiaura

Tasks Panel — Development skill for Claude Code

Development community

Open the TaskTracker web panel in a browser.

How to install Tasks Panel

Installs to ~/.claude/skills/yumiaura-tasktracker-tasks-panel/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yumiaura-tasktracker-tasks-panel && curl -fsSL https://raw.githubusercontent.com/yumiaura/TaskTracker/HEAD/commands/tasks-panel.md -o ~/.claude/skills/yumiaura-tasktracker-tasks-panel/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Tasks Panel does


description: Open the TaskTracker web panel in a browser. allowed-tools: Bash(curl:*), Bash(xdg-open:*), Bash(open:*)

Open the board's web panel.

  1. Check whether it is up: curl -s -o /dev/null -w '%{http_code}' http://127.0.0.1:8787/api/health
  2. A 200 means it is running. Open http://127.0.0.1:8787/ in the browser with xdg-open (Linux) or open (macOS), and give the user the URL.
  3. Anything else means the board's container is not running. Tell the user to run `docker

Alternatives in Development

  • Panel Only — 只跑 66 人评审团,看 66 位投资大佬怎么投票 6.6k ★
  • Om Meeting — Prep for any meeting by topic — subject-forward briefing with open tasks, blockers, and brainstormed considera 4.6k ★
  • Fusion Gemini — Fusion panel of Opus 4.8 + Gemini 3.1 Pro in parallel, judged by Opus 4.8 (opus4.8-gemini3.1pro) 468 ★

Full documentation available on GitHub

View Source Repository