home / skills / pluginagentmarketplace / custom-plugin-devops / artifact-management
This skill helps you manage artifacts across registries and repositories, applying versioning, cleanup, and retention policies for reliable CI/CD.
npx playbooks add skill pluginagentmarketplace/custom-plugin-devops --skill artifact-managementReview the files below or copy the command above to add this skill to your agents.
---
name: artifact-management
description: Artifact repositories with Nexus, Artifactory, and container registries for build artifact storage
sasmp_version: "1.3.0"
bonded_agent: 05-cicd-automation
bond_type: SECONDARY_BOND
---
# Artifact Management Skill
## MANDATORY
- Container registries (Docker Hub, ECR, GCR, ACR)
- Nexus Repository Manager basics
- JFrog Artifactory fundamentals
- Artifact versioning strategies
- Cleanup and retention policies
## OPTIONAL
- Private PyPI/npm registries
- Maven/Gradle repository management
- Helm chart repositories
- SBOM generation and storage
- Artifact promotion workflows
## ADVANCED
- Multi-site replication
- High availability setup
- Integration with CI/CD
- Vulnerability integration
- Artifact signing and verification
## Assets
- See `assets/artifact-config.yaml` for repository templates
This skill provides practical guidance and automation patterns for managing build artifacts across container registries (Docker Hub, ECR, GCR, ACR), Nexus Repository Manager, and JFrog Artifactory. It focuses on reliable storage, versioning, retention, and promotion of artifacts to support CI/CD pipelines. The skill is oriented to DevOps teams building reproducible release flows and secure artifact lifecycles.
The skill inspects common repository types and recommends configuration templates for hosting containers, Maven/Gradle packages, npm/PyPI packages, and Helm charts. It codifies artifact versioning strategies, retention and cleanup policies, and promotion workflows while optionally integrating SBOM, signing, and vulnerability scanning. Templates and examples are provided to plug into CI/CD pipelines and automation scripts.
Can I use the same policies for containers and language packages?
Use the same high-level lifecycle concepts but tailor retention and promotion rules: container registries often need different immutability and pruning settings than package repositories.
Is artifact signing supported?
Yes. The skill recommends signing and verification as part of the CI/CD pipeline and provides patterns to store keys and validate signatures before promotion.