Prompthistory
Description
CLI tool to search, replay, test, and compare your AI coding assistant prompts. Supports OpenCode, Claude Code, OpenClaw, Codex, Gemini CLI, and more!
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
prompthistory
CLI tool to search, replay, test, and compare your AI coding assistant prompts
Supports **OpenCode**, **Claude Code**, **OpenClaw**, **Codex**, **Gemini CLI**, and more!
[](https://www.npmjs.com/package/@junhoyeo/prompthistory) [](https://www.npmjs.com/package/@junhoyeo/prompthistory) [](https://github.com/junhoyeo/prompthistory/stargazers) [](https://github.com/junhoyeo/prompthistory/blob/main/LICENSE)
Features
- ๐ Fuzzy search through all your prompts
- ๐ Replay prompts with different providers (OpenAI, Anthropic) and models
- ๐งช Test framework - create test cases with expected patterns, run and track results
- ๐ Compare responses - diff outputs from different models side-by-side
- ๐ Filter by project - find prompts from specific projects
- ๐ Date range filtering - search within time ranges
- ๐จ Beautiful output - formatted tables with colors
- โก Fast - native SQLite queries for instant results
- ๐งน Smart filtering - automatically excludes slash commands, optional deduplication
- ๐ Clipboard support - copy any prompt with
--copy - ๐ฑ๏ธ Interactive mode - arrow key navigation with
--interactive - ๐ค Export - save results as JSON, CSV, or plain text
Installation
# Using npm
npm install -g @junhoyeo/prompthistory
# Using pnpm
pnpm add -g @junhoyeo/prompthistory
# Using bunx (no install needed)
bunx @junhoyeo/prompthistory
Quick Start
# Interactive mode - browse rece
Related Skills
Spec Kit
๐ซ Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing