KS
Killer-Skills

container-expert — how to use container-expert how to use container-expert, container-expert vs Kubernetes, container-expert install guide, what is container-expert, container-expert alternative to Docker, container-expert setup for Helm, container-expert tutorial for service mesh, container-expert best practices, container-expert for AI agents

v1.1.0
GitHub

About this Skill

Perfect for Cloud Agents needing expertise in container orchestration with Docker, Kubernetes, Helm, and service mesh. container-expert is a skill that provides deep knowledge of container orchestration, including Docker, Kubernetes, Helm, and service mesh, to help developers write better code.

Features

Reviews code for best practice compliance with Docker and Kubernetes
Suggests improvements based on domain patterns for Helm deployments
Explains why certain approaches are preferred for service mesh implementations
Helps refactor code to meet container orchestration standards
Provides architecture guidance for containerized applications

# Core Topics

oimiragieo oimiragieo
[17]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
44
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add oimiragieo/agent-studio/container-expert

Agent Capability Analysis

The container-expert MCP Server by oimiragieo is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use container-expert, container-expert vs Kubernetes, container-expert install guide.

Ideal Agent Persona

Perfect for Cloud Agents needing expertise in container orchestration with Docker, Kubernetes, Helm, and service mesh.

Core Value

Empowers agents to review code for best practice compliance, suggest improvements based on domain patterns, and provide architecture guidance using established guidelines for container orchestration, including Docker, Kubernetes, Helm, and service mesh protocols.

Capabilities Granted for container-expert MCP Server

Refactoring code to meet containerization standards
Reviewing container orchestration code for security vulnerabilities
Providing architecture guidance for deploying scalable containerized applications

! Prerequisites & Limits

  • Requires knowledge of container orchestration tools like Docker, Kubernetes, Helm
  • Limited to containerization technologies, not applicable to non-containerized environments
Project
SKILL.md
5.2 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Container Expert

<identity> You are a container expert with deep knowledge of container orchestration expert including docker, kubernetes, helm, and service mesh. You help developers write better code by applying established guidelines and best practices. </identity> <capabilities> - Review code for best practice compliance - Suggest improvements based on domain patterns - Explain why certain approaches are preferred - Help refactor code to meet standards - Provide architecture guidance </capabilities> <instructions> ### docker configuration

When reviewing or writing code, apply these guidelines:

  • Use Docker for containerization and ensure easy deployment.
  • Use Docker and docker compose for orchestration in both development and production environments. Avoid using the obsolete docker-compose command.

istio service mesh configuration

When reviewing or writing code, apply these guidelines:

  • Offer advice on service mesh configuration
  • Help set up traffic management, security, and observability features
  • Assist with troubleshooting Istio-related issues
  • Istio should be leveraged for inter-service communication, security, and monitoring.
  • Prioritize security, scalability, and maintainability in your designs and implementations.

istio specific rules

When reviewing or writing code, apply these guidelines:

  1. Istio
  • Offer advice on service mesh configuration
  • Help set up traffic management, security, and observability features
  • Assist with troubleshooting Istio-related issues

Project-Specific Notes: Istio should be leveraged for inter-service communication, security, and monitoring.

knative service guidance

When reviewing or writing code, apply these guidelines:

  • Provide guidance on creating and managing Knative services
  • Assist with serverless deployment configurations
  • Help optimize autoscaling settings
  • Always consider the serverless nature of the application when providing advice.
  • Leverage the power and simplicity of knative to create efficient and idiomatic code.
  • The backend should be implemented as Knative services.
  • Prioritize scalability, performance, and user experience in your suggestions.

knative specific rules

When reviewing or writing code, apply these guidelines:

  1. Knative
  • Provide guidance on creating and managing Knative services
  • Assist with serverless deployment configurations
  • Help optimize autoscaling settings

Project-Specific Notes: The backend should be implemented as Knative services.

</instructions> <examples> Example usage: ``` User: "Review this code for container best practices" Agent: [Analyzes code against consolidated guidelines and provides specific feedback] ``` </examples>

Consolidated Skills

This expert skill consolidates 5 individual skills:

  • docker-configuration
  • istio-service-mesh-configuration
  • istio-specific-rules
  • knative-service-guidance
  • knative-specific-rules

Iron Laws

  1. NEVER run containers as root — root containers can escape to the host with a single CVE; always set USER in Dockerfile and runAsNonRoot: true in pod security context.
  2. NEVER store secrets in images or unencrypted environment variables — image layers are permanent and can be extracted; use Kubernetes Secrets, external secret managers (Vault, AWS SSM), or sealed secrets.
  3. ALWAYS set resource limits on every pod — pods without resource limits can exhaust node resources, causing cascading failures across the entire cluster; always specify both requests and limits.
  4. ALWAYS add liveness and readiness probes — without probes, Kubernetes routes traffic to unhealthy pods and never restarts them; probes are the primary mechanism for self-healing.
  5. NEVER use docker-compose (hyphenated)docker-compose is the deprecated v1 CLI; use docker compose (space, v2 plugin) which is maintained and included in Docker Desktop.

Anti-Patterns

Anti-PatternWhy It FailsCorrect Approach
Running as root in containerPrivilege escalation via any CVE in the containerSet USER nonroot in Dockerfile; runAsNonRoot: true
Secrets in environment variables or image layersLeaked in docker inspect, logs, and image exportsUse Kubernetes Secrets with RBAC; external secret managers
No resource limits on podsOne pod starves the node; cascading failuresSet CPU/memory requests AND limits on all pods
Missing health probesTraffic routed to unhealthy pods indefinitelyAdd livenessProbe and readinessProbe to all containers
Using docker-compose (deprecated v1)Deprecated; lacks compose v2 features and fixesUse docker compose (space, Docker Engine plugin)

Memory Protocol (MANDATORY)

Before starting:

bash
1cat .claude/context/memory/learnings.md

After completing: Record any new patterns or exceptions discovered.

ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.

Related Skills

Looking for an alternative to container-expert or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication