@jxtools/promptline
v1.3.19
Published
A prompt queue system for Claude Code.
Downloads
2,178
Readme
PromptLine
A prompt queue system for Claude Code.
Ever been watching Claude Code work and thought of three more things you need it to do next? PromptLine lets you line up those prompts so Claude picks them up automatically — one after another, without missing a single detail.
Install
npm install -g @jxtools/promptlineUsage
promptlineOn first run, PromptLine asks to install its hooks into Claude Code. After that, it opens the dashboard.
How it works
Start your Claude Code sessions as usual. Then open PromptLine in a separate terminal — it detects all running sessions automatically.
While Claude is working, add prompts to the queue from the dashboard. When Claude finishes its current task, it picks up the next queued prompt and keeps going. Each session has its own independent queue, so multiple sessions in the same project don't interfere with each other.
- Work with Claude Code — Start your sessions normally
- Open PromptLine — Run
promptlinein a separate terminal - Queue your prompts — Add them while Claude works, they execute in order
Update
promptline updateRequirements
- Node.js 18+
- Python 3
- Claude Code installed
License
ISC
