Taskflow Update banner
elpic elpic

Taskflow Update

Git community

Description

--- name: taskflow-update description: "Update the taskflow-mcp binary to the latest GitHub release" --- Update the taskflow MCP binary. Follow these steps exactly: ## Step 1: Detect platform Run `uname -s` and `uname -m` to get OS and architecture, then map: - Darwin → Darwin, Linux → Linux - arm64/aarch64 → arm64, x86_64 → amd64 ## Step 2: Resolve latest version Run: ```bash curl -sI "https://github.com/elpic/taskflow/releases/latest/download/taskflow-mcp_latest_<OS>_<ARCH>.tar.gz" 2>/dev

Installation

Installs to ~/.claude/commands/elpic-taskflow-taskflow-update.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/elpic/taskflow/HEAD/.claude/commands/taskflow-update.md -o ~/.claude/commands/elpic-taskflow-taskflow-update.md

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

Full documentation available on GitHub

View Source Repository