Tasks Web banner
rhyspatt rhyspatt

Tasks Web

Productivity community

Description

--- description: Open the task list in a browser, where you can drag items to reprioritise. --- Start the viewer in the background so it does not block the session: ```bash node "${CLAUDE_PLUGIN_ROOT}/src/cli/task.js" web $ARGUMENTS ``` Tell the user the URL, and that dragging an item changes what you pick up next. If the port is already taken the server exits immediately, which means it is already running. Say so rather than reporting a failure.

Installation

Installs to ~/.claude/skills/rhyspatt-stay-on-task-tasks-web/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rhyspatt-stay-on-task-tasks-web && curl -fsSL https://raw.githubusercontent.com/rhyspatt/stay-on-task/HEAD/commands/tasks-web.md -o ~/.claude/skills/rhyspatt-stay-on-task-tasks-web/SKILL.md

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

Full documentation available on GitHub

View Source Repository