Learn how can you navigate through your prompts.
As your library grows, finding the right prompt becomes critical. Prompt Lockbox provides several powerful tools to discover and navigate your collection.
The list
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.
When your library is large, direct search is the fastest way to find what you need. The default fuzzy
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.
If you’ve organized your prompts with namespaces
(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.
Output:
Note
The 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.
You now know the three primary ways to find prompts in your library.