List all Prompts
Thelist
command is perfect for getting a quick, high-level overview of your entire library. The default view is compact, while the --wide
flag provides more detail.
Search for a Specific Prompt
When your library is large, direct search is the fastest way to find what you need. The defaultfuzzy
search is fast, requires no setup, and intelligently searches names
, descriptions
, and tags
.
Checkout advanced searching methods like Semantic or Fuzzy based at Advanced Search & Discovery.
The Organized Tree
If you’ve organized your prompts withnamespaces
(e.g., namespace: [agents, support]), the tree
command visualizes your library in a familiar, folder-like structure. This is the best way to browse prompts by category.
NoteThe tree command is purely a CLI visualization tool and does not have a direct SDK equivalent, as the SDK’s list_prompts() method provides the raw data needed to build any custom tree structure programmatically.