CorneiZeR

Nu Finish — Productivity skill for Claude Code

Productivity community

Stop the timer, and close the task only when it is really closed.

How to install Nu Finish

Installs to ~/.claude/skills/corneizer-nuclock-skill-nu-finish/SKILL.md

Terminal
mkdir -p ~/.claude/skills/corneizer-nuclock-skill-nu-finish && curl -fsSL https://raw.githubusercontent.com/CorneiZeR/nuclock-skill/HEAD/commands/nu-finish.md -o ~/.claude/skills/corneizer-nuclock-skill-nu-finish/SKILL.md

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

What Nu Finish does


allowed-tools: Bash(python3:*) argument-hint: NUC-142 [--done] [--anyway] description: Stop the timer, and close the task only when it is really closed

Finishing $ARGUMENTS

!`python3 "${CLAUDE_PLUGIN_ROOT}/skills/nuclock/scripts/nu-finish.py" $ARGUMENTS`

Your task

Say what happened in one line.

Without `--done` this only stops the clock, and that is usually right: work stops for lunch and for the day, and `in_progress` with no timer running is an honest description of a thing

Alternatives in Productivity

  • Epic Decompose — Break an epic into task children without creating task branches 243.5k ★
  • Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
  • P7 — PUA P7 骨干模式 — 方案驱动执行 19.5k ★

Full documentation available on GitHub

View Source Repository