Ccc Complete banner
KevinZai KevinZai

Ccc Complete

Productivity community

Description

--- description: "Signal task completion back to OpenClaw orchestration system. Use when a delegated task finishes." --- # /complete — Signal Task Completion to OpenClaw When invoked, report task completion back to the OpenClaw orchestration system. ## Usage `/complete [summary of what was done]` ## Steps 1. Read the current project's `tasks/todo.md` to identify completed work 2. If a Paperclip issue ID is referenced (PC-XXXX format), update it via: ```bash curl -s -X PATCH http://loca

Installation

Installs to ~/.claude/skills/kevinzai-commander-ccc-complete/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kevinzai-commander-ccc-complete && curl -fsSL https://raw.githubusercontent.com/KevinZai/commander/HEAD/commands/ccc-complete.md -o ~/.claude/skills/kevinzai-commander-ccc-complete/SKILL.md

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

Full documentation available on GitHub

View Source Repository