Agent SkillsAgent Skills
NeverSight

minio-storage

@NeverSight/minio-storage
NeverSight
113
25 forks
Updated 4/7/2026
View on GitHub

MinIO S3-compatible object storage on Kubernetes. Use when deploying MinIO, configuring buckets, setting up integrations with GitLab/Loki/backups, or managing S3-compatible storage infrastructure.

Installation

$npx agent-skills-cli install @NeverSight/minio-storage
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathdata/skills-md/nmime/infra-skills/minio-storage/SKILL.md
Branchmain
Scoped Name@NeverSight/minio-storage

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

npx agent-skills-cli list

Skill Instructions


name: minio-storage description: MinIO S3-compatible object storage on Kubernetes. Use when deploying MinIO, configuring buckets, setting up integrations with GitLab/Loki/backups, or managing S3-compatible storage infrastructure.

MinIO Storage

S3-compatible storage for platform services. (Updated: January 2026). All scripts are idempotent - uses helm upgrade --install.

MinIO Image Source Change

As of October 2025, MinIO no longer provides official Docker images. Use one of these alternatives:

OptionImageNotes
Chainguard (Recommended)cgr.dev/chainguard/minioFree tier, vulnerability-free
Bitnamibitnami/minioCommunity maintained
Build from sourceSelf-builtRequires Go 1.24+

Modes

TierModeReplicas
minimal/smallstandalone1
medium/productiondistributed4

Installation

See references/installation.md for deployment options:

  • Standalone: Single replica for minimal/small tiers
  • Distributed: 4 replicas for medium/production tiers

Integrations

  • GitLab (artifacts, uploads, LFS)
  • Loki (log storage)
  • Backups

Reference Files