Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zencoder.ai/llms.txt

Use this file to discover all available pages before exploring further.

Saved Prompts let you create reusable prompt shortcuts that you can quickly insert into any chat or task description by typing /. 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

  1. Create a saved prompt with a name and the prompt content you want to reuse
  2. In any chat or task description, type / to see your available prompts
  3. Select the prompt to insert it into your current input
Saved Prompts work in both Zencoder IDE plugins and Zenflow task descriptions, so you can standardize prompts across your entire workflow.

Example Use Cases

Prompt NameExample 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”