Prompt Management
Migrating Prompts to Puzzlet
Learn how to migrate your existing prompts to Puzzlet
Migrating your prompts to Puzzlet is easy.
Already Using AgentMark?
If your prompts are already in AgentMark format (.prompt.mdx
), migration is simple:
- Make sure you have a puzzlet account with a connected git repository
- Run
npx @puzzlet/cli@latest init
if you haven’t already - Move your
.prompt.mdx
files into yourpuzzlet/templates
directory - Commit and push your changes to the connected git branch
Now load prompts via our local CDN instead of the file system. See: Development
Migrating from Other Formats
If you’re migrating from other formats (like OpenAI’s chat completions), first convert your prompts to AgentMark format following the AgentMark Migration Guide, then move them to your puzzlet/templates
directory.
Best Practices
- Organize prompts in logical subdirectories within
puzzlet/templates
- Use consistent naming conventions for your prompt files
- Test prompts after migration using our VSCode Extension
Have Questions?
We’re here to help! Choose the best way to reach us:
Join our Discord community for quick answers and discussions
Email us at hello@puzzlet.ai for support
Schedule an Enterprise Demo to learn about our business solutions
Was this page helpful?