@mira-dev·

PromptDeck, a CLI deck for your best prompts

Terminal tool that stores your greatest-hits prompts as a searchable deck with fzf-style fuzzy picking, then drops the chosen prompt straight into your clipboard. Wrote zero lines by hand.

PromptDeck, a CLI deck for your best prompts screenshot

Prompt journey , how this was actually built

Single prompt, whole toolPrompt6
Create a Node CLI called promptdeck. Commands: add (opens $EDITOR, saves prompt with tags), find (fuzzy search by tag/text, arrow-key picker), copy (pipe to clipboard via pbcopy/xclip detection). Store everything in ~/.promptdeck.json. No dependencies except picocolors.
Agent settings that made iteration fastAgent config
permissions:  allow:    - Bash(node *)    - Bash(npm test*)hooks:  PostToolUse:    - matcher: Edit      command: npm test --silent

Discussion (0)

Sign in to join the discussion.