dagger
Installation
SKILL.md
Dagger CI Pipeline Skill
This skill provides complete reference for building Dagger CI pipelines using the TypeScript SDK. It covers module creation, service containers (PostgreSQL, Redis), caching, and GitHub Actions integration.
Sections Index
Read the section(s) relevant to your current task:
| Section | When to read |
|---|---|
| Module Structure | Initializing or modifying a Dagger module |
| TypeScript SDK | Writing Dagger Functions with decorators and types |
| Service Containers | Provisioning PostgreSQL, Redis, or other services |
| Caching | Optimizing pipeline speed with cache volumes |
| GitHub Actions | Integrating Dagger into CI workflows |
| Patterns | Common pipeline patterns and best practices |