A comprehensive guide for learning and experimenting with POML (Prompt Markup Language).
This repository contains learning materials, examples, and experiments for mastering POML syntax and best practices.
poml-learning-guide/
├── prompts/ # POML template files
├── data/ # Sample data and datasets for experiments
├── documents/ # Learning notes and documentation
│ └── sample-notes.txt # Key concepts and best practices
└── images/ # Image assets and media files
- Variables: Dynamic content with
{{variableName}} - Lists: Multiple formatting styles (decimal, star, bullet)
- Images: Media references with
<img src="path" /> - Documents: External file inclusion with
<document src="path" /> - Conversations: Chat-style interaction templates
- Check
prompts/folder for POML template examples - Explore the
documents/folder for learning materials - Use
data/folder for sample datasets and test data - Store images in the
images/folder - Experiment with different POML syntax patterns
- Test templates with various AI models
- Organize assets in dedicated folders
- Use descriptive variable names
- Keep prompts modular and reusable
- Store test data in the
data/folder - Test across different AI models
- Multi-step workflow creation
- Conversation template building
- Dynamic content generation with data files
- Cross-model compatibility testing
- Data-driven prompt variations