skills/dagger/SKILL.md
Dagger CI/CD engine for writing pipelines as code in Python, Go, and TypeScript with containerized execution, caching, and cross-language modules. MANDATORY TRIGGERS: dagger, dagger.io, Daggerverse, dagger pipeline, CI/CD as code. Also trigger when building CI/CD pipelines in code instead of YAML, containerized workflows, portable CI pipelines, or reusable pipeline modules. When in doubt about whether to use this skill for CI/CD pipeline tasks, use it.
npx skillsauth add abhisheksharma-17/skills-graph daggerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Version tracked: 0.20.x (v0.20.3) | Source: https://docs.dagger.io
| File | Read When | |------|-----------| | 00-overview | Starting with Dagger, installation, core concepts | | 01-core-types | Working with Container, Directory, File, Secret, Service types | | 02-functions | Writing custom Dagger Functions in Python, Go, TypeScript | | 03-modules | Creating, publishing, and consuming Dagger modules | | 04-caching | Layer caching, volume caching, cache invalidation | | 05-services | Ephemeral service containers, networking, databases for testing | | 06-secrets | Secrets management, providers, secure credential injection | | 07-ci-integrations | GitHub Actions, GitLab CI, Jenkins, CircleCI integration | | 08-dagger-shell | Interactive shell, pipe operator, debugging workflows | | 09-llm-integration | AI agents, LLM tool use, MCP support in pipelines | | 10-observability | OpenTelemetry tracing, terminal UI, Dagger Cloud | | 11-daggerverse | Publishing modules, discovering community modules | | 12-common-patterns | Build/test/deploy recipes, multi-platform, monorepo patterns |
# macOS
brew install dagger/tap/dagger
# Linux / macOS (curl)
curl -fsSL https://dl.dagger.io/dagger/install.sh | BIN_DIR=/usr/local/bin sh
# Windows
winget install Dagger.Cli
# Python SDK
pip install dagger-io
# Verify
dagger version
development
High-throughput LLM inference and serving engine with PagedAttention, continuous batching, and OpenAI-compatible API. MANDATORY TRIGGERS: vLLM, vllm, LLM serving, LLM inference engine, PagedAttention. Also trigger when the user wants to serve LLMs in production, deploy models with tensor parallelism, use speculative decoding, quantize models for inference, build OpenAI-compatible API servers, or optimize LLM throughput and latency. When in doubt about whether to use this skill for LLM serving tasks, use it.
tools
Type-safe Python agent framework for building production-grade GenAI applications with Pydantic validation, structured outputs, and dependency injection. MANDATORY TRIGGERS: pydantic-ai, pydantic_ai, PydanticAI, pydantic ai agent. Also trigger when the user wants to build type-safe AI agents in Python, create structured LLM outputs with Pydantic models, implement dependency injection for agents, use tools/capabilities with LLMs, or build multi-agent systems with Python type safety. When in doubt about whether to use this skill for Python AI agent tasks, use it.
development
Durable execution platform for building fault-tolerant workflows, long-running processes, and resilient distributed applications. MANDATORY TRIGGERS: temporal, temporal.io, temporalio, durable execution, workflow orchestration engine. Also trigger when the user wants to build fault-tolerant workflows, implement saga patterns, create long-running distributed processes, orchestrate microservices with retries and timeouts, or build durable AI agent pipelines. When in doubt about whether to use this skill for workflow orchestration or durable execution tasks, use it.
tools
AI framework for building RAG pipelines, agents, workflows, and data-augmented LLM applications with 300+ integrations. MANDATORY TRIGGERS: llamaindex, llama-index, llama_index, LlamaIndex, VectorStoreIndex, SimpleDirectoryReader, LlamaHub, LlamaParse. Also trigger when the user wants to build RAG applications with LlamaIndex, create document indexing pipelines, build agentic workflows with tool calling, implement structured data extraction from documents, or connect LLMs to custom data sources. When in doubt about whether to use this skill for RAG, document indexing, or LLM data augmentation tasks, use it.