This skill enables Claude to manage Kubernetes network policies and firewall rules. It allows Claude to generate configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests to create, modify, or analyze network policies for Kubernetes, or when the user mentions "network-policy", "firewall rules", or "Kubernetes security". This skill is useful for implementing best practices and production-ready configurations for network security in a Kubernetes environment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/network-policy-manager:network-policy-managerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to assist with Kubernetes network policy management. It simplifies the creation, modification, and analysis of network policies and firewall rules, ensuring secure and compliant network configurations within Kubernetes clusters.
This skill empowers Claude to assist with Kubernetes network policy management. It simplifies the creation, modification, and analysis of network policies and firewall rules, ensuring secure and compliant network configurations within Kubernetes clusters.
network-policy-manager plugin.This skill activates when you need to:
User request: "Create a network policy that allows pods with the label app=frontend to access pods with the label app=backend on port 8080."
The skill will:
network-policy-manager plugin.User request: "Modify the existing network policy 'allow-frontend-to-backend' to also allow access on port 8081."
The skill will:
network-policy-manager plugin.This skill integrates with other DevOps tools and plugins by generating standard Kubernetes YAML files, which can be applied using kubectl or integrated into CI/CD pipelines.
3plugins reuse this skill
First indexed Jul 13, 2026
npx claudepluginhub dorucioclea/claude-code-plugins-plus --plugin network-policy-managerGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.