Generates, modifies, and analyzes Kubernetes network policies and firewall rules. Useful for implementing least-privilege network security in Kubernetes clusters.
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.
Guides 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.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin network-policy-manager