Overview of Supported PromptScript Formatters
mainPromptScript compiles a single agent platform definition into native files for 48 AI coding agent targets. These targets are categorized into three tiers based on their output complexity:
- Rich Native (9 targets): These use hand-crafted output logic to support unique file formats, skills, agents, and commands. They provide the highest level of integration with specific agent ecosystems.
- AGENTS.md (10 targets): Targets that primarily utilize the
AGENTS.mdformat. - Markdown (29 targets): Standard Markdown-based targets.
PromptScript treats instructions, skills, agents, commands, MCP servers, hooks, workflows, and plugins as platform capabilities that are mapped to these targets.