Handles the full lifecycle of build artifacts, from Docker images to npm packages across different registries. You get multi-stage build patterns, registry configurations for Docker Hub, GHCR, and GitLab, plus versioning strategies and retention policies. The coverage is solid on container optimization and security scanning workflows. Most useful when you're setting up CI/CD pipelines and need standardized approaches to artifact storage and distribution. The examples lean heavily toward Docker and npm, so if you're working with Maven or other ecosystems, you'll need to adapt the patterns yourself.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill artifact-management