CorneiZeR

Nu Queue — Development skill for Claude Code

Development community

What is running, what is in flight, what is next — and what is blocked.

How to install Nu Queue

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

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

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

What Nu Queue does


allowed-tools: Bash(python3:*) description: What is running, what is in flight, what is next — and what is blocked

The queue

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

Your task

Read it back to the person in one short paragraph, in the language they are speaking. Say what is running (or that nothing is), what is in flight, and what the next startable task is — a row marked `!` is BLOCKED and is not the next thing to pick up, whatever its position.

If

Alternatives in Development

  • Epic Unblock — Sweep blocked epic issues and reopen anything whose dependencies are closed 243.5k ★
  • Reddit Fetch — Fetches Reddit content via Gemini CLI when WebFetch is blocked or returns 403 errors 6.5k ★
  • View Queue 996 ★

Full documentation available on GitHub

View Source Repository