Claude Code Plugins

Community-maintained marketplace

Feedback

>-

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name policy-packaging
description Build policy-platform containers that aggregate Kyverno policies from multiple OCI sources. Multi-stage Docker builds for local dev and CI validation.

Policy Packaging

When to Use This Skill

The policy-platform container is a multi-stage Docker build that:

  1. Pulls policy repositories as OCI containers
  2. Installs policy validation tools (Kyverno, Pluto, Spectral, Helm)
  3. Aggregates everything into a single distributable image

One Container, All Policies

The policy-platform image runs identically in local dev, CI pipelines, and reference environments. Zero configuration drift.


Implementation

See the full implementation guide in the source documentation.

Examples

See examples.md for code examples.

References