cliops
v1.0.4
Published
your terminal prompt engineer, ready to serve
Readme
CLIOPS - NPM Package
your terminal prompt engineer, ready to serve
A powerful CLI tool for structured, pattern-based prompt optimization and state management.
Installation
npm install -g cliopsThe welcome screen will show automatically after installation!
Quick Start
# Initialize configuration
cliops init
# Set project context
cliops state --set ARCHITECTURE "React + Node.js"
cliops state --set FOCUS "API development"
# Optimize a prompt
cliops optimize "Create a user authentication endpoint"
# Analyze a prompt
cliops analyze "Make this code better"
# List available patterns
cliops patternsFeatures
- Pattern-based optimization: Apply proven prompt engineering patterns
- State management: Persistent CLI state for project context
- Rich terminal UI: Beautiful output with styled input areas
- Interactive setup: Guided configuration on first use
- Cross-platform: Works on Windows, macOS, and Linux
Commands
cliops optimize <prompt>- Optimize a prompt using patternscliops analyze <prompt>- Analyze prompt for improvementscliops patterns- List available optimization patternscliops state- Manage persistent CLI statecliops init- Initialize configuration
License
MIT
