Skip to content
GitHub

Documentation

Welcome to the prompd documentation. Learn how to build, share, and deploy composable AI workflows.

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)

Prompts can inherit from other packages using inherits: "@namespace/package@version". Build reusable components and share them via the registry.

  1. Lexical Analysis - Parse .prmd files
  2. Dependency Resolution - Resolve package references
  3. Semantic Analysis - Validate parameters
  4. Asset Extraction - Extract from Excel, Word, PDF, Images
  5. Template Processing - Process inheritance
  6. Code Generation - Output markdown/JSON

Every component compiles to 3 operations: API calls, LLM calls, MCP calls. Multi-format output includes Markdown, OpenAI JSON, and Anthropic JSON.