list
Display all available prompt templates with their descriptions and flags.
Usage
prompter list [flags]Flags
--agents,-a- Include agent-specific templates (AGENTS.md, .cursor/commands, .kiro/steering, opencode)
Output
The list command displays templates grouped by location:
- User templates (from
prompts_location) - Local templates (from
local_prompts_locationin current directory) - Agent templates (when
--agentsflag is used)
For each template, you’ll see:
- Template name
- Description (if provided)
- Available flags (long and short forms)
- Pin indicator (📌) for pinned templates
Examples
List User Templates
prompter listExample output:
User templates/Users/you/.local/share/prompter/prompts
code-reviewReview code for best practices and potential issues-r, --code-review
bug-fixHelp diagnose and fix bugs-b, --bug-fixInclude Agent Templates
Same as include_agents = all in config.
prompter list --agentsThis will also show:
- AGENTS.md (if present in workspace)
- .cursor/commands/* files
- .kiro/steering/* files
- opencode templates
Template Discovery
See Template Discovery for more info.