> managing-network-policies
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 Ku
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/network-policy-manager?format=md"Overview
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.
How It Works
- Receiving User Request: Claude receives a user request related to Kubernetes network policies or firewall rules.
- Invoking network-policy-manager: Claude invokes the
network-policy-managerplugin. - Generating Configuration: The plugin generates the necessary configuration files based on the user's requirements and infrastructure details.
When to Use This Skill
This skill activates when you need to:
- Create new Kubernetes network policies.
- Modify existing network policies.
- Analyze the impact of network policies on Kubernetes cluster security.
Examples
Example 1: Creating a New Network Policy
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:
- Invoke the
network-policy-managerplugin. - Generate a Kubernetes network policy YAML file that implements the requested access control.
Example 2: Modifying an Existing Network Policy
User request: "Modify the existing network policy 'allow-frontend-to-backend' to also allow access on port 8081."
The skill will:
- Invoke the
network-policy-managerplugin. - Generate a modified Kubernetes network policy YAML file with the updated port configuration.
Best Practices
- Security First: Always prioritize the principle of least privilege when defining network policies.
- Regular Audits: Regularly review and update network policies to adapt to evolving security needs.
- Testing: Thoroughly test network policies in a non-production environment before deploying them to production.
Integration
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.
> related_skills --same-repo
> agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
> Google Cloud Agent SDK Master
Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold
> Vertex AI Media Master
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I
> yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.