GitHunt
AP

A tool for first-class management of LLM prompts

Build Status
npm version
Documentation
Coverage Status

PUPT (Powerful Universal Prompt Tool)

PUPT Logo

PUPT

Your Faithful Prompt Companion

A powerful CLI tool for managing and using AI prompts with template support, designed to be your faithful prompt companion.

Features

  • โœ๏ธ Prompt Management - Create, edit, and organize prompts easily
  • ๐Ÿ“ Template Support - Use Handlebars templates with user input
  • ๐Ÿ” Interactive Search - Quickly find prompts with fuzzy search
  • ๐Ÿ”ง Cross-platform - Works on Windows, macOS, and Linux
  • ๐Ÿš€ Tool Integration - Run prompts with Claude Code, Kiro, or any command line tool
  • ๐Ÿ“Š History Tracking - Keep track of generated prompts and re-run them
  • ๐Ÿ“Š Output Capture - Capture and save command outputs (configurable)
  • ๐Ÿท๏ธ Annotations - Add notes and tags to your prompt history
  • ๐Ÿค– Auto-annotation - Automatically analyze and annotate prompt executions
  • ๐Ÿ“‹ Review Command - Analyze prompt usage patterns and generate improvement suggestions
  • ๐Ÿ“ฆ Install Prompts - Install and share prompts from git or npm

Quick Start

# Install globally
npm install -g pupt

# Initialize configuration
pt init

# Create your first prompt
pt add

# Run the tool
pt

Documentation

For comprehensive documentation, tutorials, and examples, visit our documentation site:

๐Ÿ“š View Full Documentation

The documentation includes:

Repository

License

MIT

Languages

TypeScript98.1%JavaScript1.9%Batchfile0.0%

Contributors

MIT License
Created August 12, 2025
Updated February 17, 2026
apowers313/pupt | GitHunt