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.
Prompt journey , how this was actually built
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.permissions: allow: - Bash(node *) - Bash(npm test*)hooks: PostToolUse: - matcher: Edit command: npm test --silent
Discussion (0)
Sign in to join the discussion.