Skip to content

aki21j/promptforge-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”₯ PromptForge - Official Releases

Cross-Platform AI Prompt Management & Optimization

License: MIT Python 3.8+ Platform

πŸš€ Professional AI prompt management for individuals and teams
Save, organize, search, and optimize your AI prompts with powerful templates, analytics, and cross-platform integration.

⚑ Quick Install

macOS/Linux

# Download from releases page and extract
tar -xzf promptforge-*.tar.gz
cd promptforge-*
./install.sh

# Or extract wheel and install directly
pip install --user promptforge-*.whl

Windows

# Extract zip file and run installer
# Or install wheel directly
pip install promptforge-*.whl

🌟 Features

  • 🎯 Smart Prompt Management - Save, search, and organize prompts with tags and ratings
  • πŸ”§ Powerful Templates - Create reusable templates with variables using Jinja2 syntax
  • πŸ“Š Analytics & Insights - Track usage patterns and optimize your prompt effectiveness
  • πŸ”„ Cross-Platform Sync - CLI, VSCode/Cursor extension, and Claude Code MCP server
  • πŸ“± Universal Access - Works everywhere: terminal, IDE, and AI coding assistants
  • ⚑ Lightning Fast - Local SQLite database with instant search and retrieval
  • πŸ›‘οΈ Privacy First - All data stored locally, no cloud dependencies

πŸ“Έ See It In Action

CLI Interface

PromptForge CLI

IDE Integration

VSCode Extension

πŸš€ Quick Start

# Save your first prompt
pf save "Explain this code step by step" --title "Code Explainer" --tags coding

# Create a template with variables
pf save "Write a {{type}} about {{topic}} for {{audience}}" --title "Content Writer" --template

# Search and use prompts
pf search "code"
pf use 2 --var type=blog --var topic="AI tools" --var audience=developers

# View your prompt library
pf recent
pf tags --popular
pf stats

πŸ“¦ What's Included

πŸ–₯️ CLI Tool (pf or promptforge)

  • Full-featured prompt management
  • Template system with variable substitution
  • Import/export functionality
  • Advanced search and filtering
  • Usage analytics and statistics

🎨 VSCode/Cursor Extension

  • Seamless integration with your editor
  • Quick access to prompts via command palette
  • Template insertion with variable prompts
  • Syntax highlighting for prompt files

πŸ€– Claude Code MCP Server

  • Natural language prompt management
  • Integration with Claude Code workflows
  • Automatic prompt suggestions
  • Context-aware template recommendations

πŸ“‹ Installation Options

πŸ”₯ All-in-One Installer (Recommended)

# Download latest release from GitHub releases page
# Extract and run installer
tar -xzf promptforge-*.tar.gz
cd promptforge-*
chmod +x install.sh
./install.sh

πŸ“¦ Individual Components

# CLI only - extract wheel from release package
pip install --user promptforge-*.whl

# VSCode extension: Install .vsix file from release package
code --install-extension promptforge-*.vsix

# MCP server: Included in release package, see installation guide

πŸ”§ Advanced Usage

Templates with Variables

# Create advanced templates
pf save "Act as a {{role}} expert. {{task}} for {{context}}" --template --title "Expert Prompter"

# Use with multiple variables
pf use 5 --var role="Python developer" --var task="Review this code" --var context="production API"

Batch Operations

# Export for backup
pf export my-prompts.json

# Import from backup
pf import my-prompts.json

# Environment management
pf save "Debug prompt" --env test
pf get --env prod

Integration Examples

# Save command outputs as prompts
pf save-last --title "Git Analysis" --tags git,debug

# Interactive prompt selection
pf get --interactive

# Preview mode for quick browsing
pf get --preview

🎯 Use Cases

  • πŸ‘©β€πŸ’» Developers: Code explanation, debugging, documentation templates
  • ✍️ Content Creators: Blog posts, social media, email templates
  • πŸŽ“ Educators: Lesson plans, quiz generation, explanation frameworks
  • πŸ’Ό Business Users: Meeting summaries, project proposals, communication templates
  • πŸ”¬ Researchers: Data analysis prompts, research methodologies, report templates

πŸ“Š Why PromptForge?

Feature PromptForge Others
Local Storage βœ… Private & Fast ❌ Cloud-dependent
Template System βœ… Jinja2 Variables ❌ Basic or none
Cross-Platform βœ… CLI + IDE + MCP ❌ Single platform
Analytics βœ… Usage tracking ❌ Limited insights
Professional βœ… MIT License ❌ Proprietary

πŸ”— Links

  • πŸ› Bug Reports: Issues

πŸ“œ License

MIT License - see LICENSE file for details.


⭐ Star this repo if PromptForge helps you manage your AI prompts more effectively!

Built with ❀️ for the AI community

About

πŸ”₯ PromptForge - Cross-Platform AI Prompt Management & Optimization. Official releases and distribution repository.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors