Agent Skills: Policy Packaging

>-

UncategorizedID: adaptive-enforcement-lab/claude-skills/policy-packaging

Install this agent skill to your local

pnpm dlx add-skill https://github.com/adaptive-enforcement-lab/claude-skills/tree/HEAD/plugins/enforce/skills/policy-packaging

Skill Files

Browse the full folder contents for policy-packaging.

Download Skill

Loading file tree…

plugins/enforce/skills/policy-packaging/SKILL.md

Skill Metadata

Name
policy-packaging
Description
>-

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