bx-ai-pipelines
Installation
SKILL.md
bx-ai: AI Pipelines
Pipelines chain AI operations together — message templates → model calls → transforms — into reusable, composable workflows.
Core Pipeline BIFs
| BIF | Role |
|---|---|
aiMessage() |
Build prompt templates with ${variable} placeholders |
aiModel() |
AI model step; executes the prompt |
aiTransform() |
Transform step; processes input with a closure |
aiRunnableSequence() |
Combine steps into an explicit sequence |