bicced

8 mods across 2 repositories, 2 stars between them.

sidequest

01

bicced/sidequest

Agent

Use when a task requires running the same instruction over many items - classifying, extracting, summarising or rewriting tens to thousands of records. Delegates to a cheap model through the sidequest CLI and returns only a summary, keeping bulk output out of the main context.

1 11d ago A 57 tokens original MIT

sidequest

02

bicced/sidequest

Skill Claude CodeCodex

Delegate bulk LLM work - classifying, extracting, summarising or rewriting many items - to a cheap model via the sidequest CLI, so results go to a file instead of into context. Use when a task involves running the same instruction over tens, hundreds or thousands of items.

1 11d ago A 60 tokens original MIT

queue

04

bicced/end-of-turn-queue

Plugin Claude Code

End-of-Turn Queue — queue prompts with /queue:add and each is delivered back to Claude at the end of the turn, after it fully finishes its work, never mid-task. A FIFO prompt queue for Claude Code, built on a self-terminating Stop hook.

1 2mo ago A tokens not measured original MIT

add

05

bicced/end-of-turn-queue

Command

Queue a prompt to run at the very end of the current turn, never mid-loop.

1 2mo ago A 18 tokens original MIT

list

07

bicced/end-of-turn-queue

Command

Show the prompts currently waiting in the end-of-turn queue.

1 2mo ago A 12 tokens original MIT

Stop

08

bicced/end-of-turn-queue

Hook

Runs when the agent finishes a response, executing queue-flush.sh. From bicced/end-of-turn-queue.

1 2mo ago A tokens not measured copy · 50% MIT