-
v0.1.0
Stablereleased this
2026-02-05 20:56:40 +00:00 | -10 commits to main since this releaseInitial Release
First release of Local LLM Prompt Manager - A CLI tool for developers to manage, organize, version control, and share local LLM prompts and configurations.
Features
- Create & Manage Prompts in YAML format
- Tagging System for organization
- Powerful Search capabilities
- Jinja2-style Template System
- Git Integration for commit message generation
- LLM Integration with Ollama and LM Studio
- Import/Export functionality
Installation
pip install -e .Quick Start
llm-prompt prompt create my-prompt --template "Hello {{ name }}" --description "Greeting" llm-prompt run my-prompt --var name="World"Downloads