All skills
Skillintermediate
Architecture
**Warning** This SDK is **experimental**. Please do not use it for anything mission-critical. Possible issues include:
Claude Code Knowledge Pack7/10/2026
Overview
Warning This SDK is experimental. Please do not use it for anything mission-critical. Possible issues include:
- Missing features
- Stability issues
- Performance issues
- Lack of polish
- Upcoming breaking changes
- Incomplete or out-of-date documentation Please report any issues you encounter. We appreciate and encourage contributions. If you are a Rust developer interested in contributing to this SDK, we welcome you!
Architecture
crates/dagger-bootstrapRoot project mainly used for generating the CLI, which in turn is used to bootstrap the code generation fromdaggercrates/dagger-sdkContains the actual sdk in which the user interacts,dagger-coreis reexported through this API as well.crates/dagger-codegenThis is the bulk of the work, it takes the input graphql and spits out the API in which the user interacts, this is heavily inspired by otherdagger-sdk's. It primarily turns graphql into rust code.