Documentation
Welcome to the prompd documentation. Learn how to build, share, and deploy composable AI workflows.
What is prompd?
Section titled “What is prompd?”prompd is a composable AI prompt ecosystem that brings package management to the AI workflow space. It provides:
- Multi-platform CLI implementations (Python, Go, Node.js)
- Professional IDE (Prompd) with visual workflow builders
- Package registry for sharing AI components at prompdhub.ai
- 6-stage compilation pipeline with package inheritance
- Binary file extraction (Excel, Word, PDF, PowerPoint, Images)
Quick Links
Section titled “Quick Links” Getting Started Install prompd CLI and create your first prompt in minutes.
File Format Learn the .prmd file format specification.
CLI Reference Complete command-line reference for all prompd CLI implementations.
Prompd Editor Guide to the desktop IDE with visual workflow builders.
Key Features
Section titled “Key Features”Composable Package System
Section titled “Composable Package System”Prompts can inherit from other packages using inherits: "@namespace/package@version".
Build reusable components and share them via the registry.
6-Stage Compilation Pipeline
Section titled “6-Stage Compilation Pipeline”- Lexical Analysis - Parse .prmd files
- Dependency Resolution - Resolve package references
- Semantic Analysis - Validate parameters
- Asset Extraction - Extract from Excel, Word, PDF, Images
- Template Processing - Process inheritance
- Code Generation - Output markdown/JSON
Universal Interface Layer
Section titled “Universal Interface Layer”Every component compiles to 3 operations: API calls, LLM calls, MCP calls. Multi-format output includes Markdown, OpenAI JSON, and Anthropic JSON.