Task Sync banner
SomtoUgeh SomtoUgeh

Task Sync

Productivity community

Description

--- name: task-sync description: "Sync active loop state to Claude's Task system for visibility" allowed-tools: ["TaskCreate", "TaskUpdate", "TaskList", "Read", "Glob", "Bash(ls .claude/*-loop-*.local.md:*)", "Bash(jq *)"] context: fork agent: general-purpose --- # /task-sync - Sync Loop State to Tasks Sync your active loop (go, ut, e2e) work items to Claude's Task system for Ctrl+T visibility. **Session:** `${CLAUDE_SESSION_ID}` ## Current Loop State Active state files: !`ls .claude/*-loop

Installation

Installs to ~/.claude/skills/somtougeh-somto-dev-toolkit-task-sync/SKILL.md

Terminal
mkdir -p ~/.claude/skills/somtougeh-somto-dev-toolkit-task-sync && curl -fsSL https://raw.githubusercontent.com/SomtoUgeh/somto-dev-toolkit/HEAD/commands/task-sync.md -o ~/.claude/skills/somtougeh-somto-dev-toolkit-task-sync/SKILL.md

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

Full documentation available on GitHub

View Source Repository