ai-engineering
Installation
SKILL.md
AI Engineering
Production-grade guidance for building AI agents, LLM systems, and data infrastructure. This skill covers the full AI engineering stack: from system prompt architecture to eval gates, from memory systems to fine-tuning pipelines, from RAG to multi-agent coordination.
Start Here
- Identify the domain of your task using the Workflow Router below — load only relevant reference files.
- For agent or prompt work: start with the system prompt architecture and tool design references before writing any prompt copy.
- For quality and reliability: the eval system reference is required reading before shipping any agent capability change.
- For data pipeline work: choose the processing model first (batch vs streaming, warehouse vs lakehouse).
- Use
templates/for copy-paste starting points — system prompts and eval contracts have templates. - Scripts in
scripts/handle common operations; do not write boilerplate from scratch.