Claude Code Plugins

Community-maintained marketplace

Feedback
0
0

>-

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-as-code-operations
description Manage Kyverno policy lifecycle from creation to enforcement. Add policies safely, monitor compliance, handle exceptions, and maintain GitOps-driven operations.

Policy-as-Code Operations

When to Use This Skill

Operating a policy-as-code platform requires:

  1. Policy updates - Rolling out new policies safely
  2. Monitoring - Tracking compliance and violations
  3. Exception management - Handling edge cases
  4. Troubleshooting - Resolving policy issues
  5. Auditing - Proving compliance

Operations at Scale

Policy-as-code operations follow GitOps principles. All changes go through Git. All deployments are tracked. All violations are logged.


Implementation

See the full implementation guide in the source documentation.

Examples

See examples.md for code examples.

References