plugins marketplace
← All plugins

network-policy-manager

v1.25.0

Manage Kubernetes network policies and firewall rules

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/network-policy-manager/ inside the repository.

Layout

plugins/devops/network-policy-manager/
├── .claude-plugin/plugin.json
└── skills/managing-network-policies/SKILL.md

Skills1

managing-network-policiesskills/managing-network-policies/SKILL.md

Execute use when managing Kubernetes network policies and firewall rules. Trigger with phrases like "create network policy", "configure firewall rules", "restrict pod communication", or "setup ingress/egress rules". Generates Kubernetes NetworkPolicy manifests following least privilege and zero-trust principles.

Manifests1

plugins/devops/network-policy-manager/.claude-plugin/plugin.json
{
  "name": "network-policy-manager",
  "version": "1.25.0",
  "description": "Manage Kubernetes network policies and firewall rules",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "network-policy",
    "security",
    "kubernetes",
    "firewall",
    "devops",
    "agent-skills"
  ]
}