Saved Prompts let you create reusable prompt shortcuts that you can quickly insert into any chat or task description by typingDocumentation Index
Fetch the complete documentation index at: https://docs.zencoder.ai/llms.txt
Use this file to discover all available pages before exploring further.
/. Instead of retyping common instructions, save them once and reuse them everywhere.
Why Saved Prompts?
Developers often repeat the same types of requests: refactoring patterns, review checklists, commit message formats, or project-specific instructions. Saved Prompts eliminate this repetition by letting you:- Save frequently used prompts as named shortcuts
- Insert them instantly by typing
/followed by the prompt name - Maintain consistency across your team’s workflows
- Speed up interactions with the agent by reducing typing
How to Use Saved Prompts
- Create a saved prompt with a name and the prompt content you want to reuse
- In any chat or task description, type
/to see your available prompts - Select the prompt to insert it into your current input
Example Use Cases
| Prompt Name | Example Content |
|---|---|
/review | ”Review this code for security vulnerabilities, performance issues, and adherence to our coding standards” |
/refactor | ”Refactor this code to follow SOLID principles while maintaining backward compatibility” |
/test | ”Write unit tests for this function covering edge cases, error handling, and happy path scenarios” |
/commit | ”Generate a conventional commit message for these changes” |