A powerful tool for managing and organizing AI prompts.
- π Categories - Organize prompts by use case
- π Versions - Track prompt iterations
- π€ Export/Import - Share with team
- π Search - Find prompts instantly
- π Templates - Reusable prompt templates
npm install -g promptvault
# Add a prompt
promptvault add "My Prompt" --category "writing" --content "Write a story about..."
# List prompts
promptvault list
# Search
promptvault search "story"MIT License