PrmptMD file format — .NET parsing library & VS Code extension.
src/Zionet.Prompting/ # .NET NuGet library for parsing .prmpt.md files
vscode-extension/prmptmd-vscode/ # VS Code extension for syntax highlighting & diagnostics
schema/ # Shared PrmptMD JSON schema
A .NET library that provides:
- File-based prompt loading and resolution
- YAML frontmatter parsing and validation
- Chat body parsing (system/user/assistant/developer roles)
- Mustache-style variable extraction and rendering
- JSON Schema validation for
.prmpt.mdfiles
A VS Code extension that provides:
- Syntax highlighting for
.prmpt.mdfiles - Inline diagnostics for invalid frontmatter and body structure
- Language configuration (comments, brackets, etc.)
dotnet add package Zionet.Promptingcd vscode-extension/prmptmd-vscode
npm install
npm run package
npm run install-local