# microsoft/poml

Prompt Orchestration Markup Language

Repository: https://github.com/microsoft/poml
Canonical: https://ross.abutalabs.com/products/poml
Homepage: https://microsoft.github.io/poml/
Language: TypeScript
License: MIT
License Family: permissive
Topics: llm, markup-language, prompt, vscode-extension
Last push: 2026-01-14T21:13:26+00:00

## Health v2 (maintenance only)
Score: 52/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 62, release rhythm 44, longevity 45
- inputs: {"age_days": 642, "days_push": 231, "days_rel": 373, "gap_med": 28, "n_releases_24m": 4}
- flags: prerelease_only
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4956, forks 257 (observed 2026-08-28T04:09:03.814839+00:00)

## What it is
POML is a markup language from Microsoft for structuring, templating, and styling prompts for large language models, with an HTML-like syntax and CSS-like presentation styling. It ships with SDKs for Node.js and Python plus a VS Code extension providing syntax highlighting, autocomplete, and live previews.

## Use cases
- structure complex llm prompts in a maintainable markup format
- embed documents, tables, and images into prompts
- separate prompt content from formatting to reduce format sensitivity
- generate data-driven prompts with variables and conditionals
- edit and preview prompt files in vscode
- build llm applications with a prompt sdk

## When to choose
- you build sophisticated llm applications with large, reusable prompts
- you want tooling and editor support for prompt development
- you need to integrate external data files into prompts cleanly

## When to avoid
- you only write short one-off prompts where markup overhead isn't worth it
- your framework already handles prompt templating adequately
- you need a language with broad community adoption beyond microsoft's ecosystem

## Facets
- artifact type: library
- maturity: active
- function: prompt-engineering, templating, sdk, parser
- domain: large-language-models, artificial-intelligence, developer-tools, programming-languages
- platform: python, editor-plugin, cross-platform
- tags: markup-language, vscode-extension, llm-prompts, prompt-orchestration, microsoft, nodejs

## Member repositories
- microsoft/poml (main) score 52

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:03.814839+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:17:49.976354+00:00, confidence not recorded.
  - readme: https://github.com/microsoft/poml (fetched 2026-08-28T04:09:03.814839+00:00, sha b85311921f58)
  - homepage: https://microsoft.github.io/poml/ (fetched 2026-08-29T08:59:35.437534+00:00, sha 0cc59130a56d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
