prompts-gpt package docs
This page now reads from the package documentation in the repo, so the website and the published package docs stay aligned.
# Install
npm install -D prompts-gpt
# Interactive setup — handles credentials, config, and shows runnable commands
npx prompts-gpt quickstartnpm install -D prompts-gpt
npm install -g @openai/codexBrowse the full package documentation
The sections below are generated from the package docs index. Individual pages are rendered directly from the markdown files in this repository.
Getting Started
New to prompts-gpt? Start here.
CLI Reference
Complete reference for every CLI command.
init
Save project token
setup
Scaffold config.json
quickstart
Interactive first-run wizard
doctor
Validate prerequisites
sync
Pull + write prompts + agent files
pull
Download prompt packs from API
generate
AI-generate a prompt from a goal
generate-sweep
Scaffold sweep files
generate-orchestration
Scaffold orchestration files
run
Execute a single prompt
run-batch
Execute multiple prompts
sweep
Multi-iteration sweep execution
orchestrate
Multi-agent orchestration
list
List workspace assets
status
Show workspace readiness
diff
Show worktree changes
validate
Validate config and prompts
project
Show linked project info
providers
List detected provider CLIs
models
Manage models per provider
sync-models
Update model registry
completions
Generate shell tab-completion
SDK / API Reference
Programmatic access to all prompts-gpt functionality.
Guides
In-depth guides for common workflows and concepts.
Execution Modes
Choose between run, batch, sweep, orchestrate
Sweep vs Prompts
Deep comparison of execution approaches
Providers
Install, configure, and compare providers
Agent Integrations
What gets generated for each agent target
CI/CD Integration
GitHub Actions, GitLab CI, automation
Prompt Authoring
Write effective prompts and sweep files
Interactive Mode
Using the CLI interactively
Configuration Reference
---