Back to Skills

discover-containers

rand
Updated Today
19 views
29
2
29
View on GitHub
Metaaiautomation

About

The discover-containers skill automatically activates when working with Docker, containers, or Kubernetes-related tasks. It provides access to five specialized container skills covering networking, security, registry management, Docker Compose, and Dockerfile optimization. Developers can load the full category index for detailed descriptions and workflow combinations.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/rand/cc-polymath
Git CloneAlternative
git clone https://github.com/rand/cc-polymath.git ~/.claude/skills/discover-containers

Copy and paste this command in Claude Code to install this skill

Documentation

Containers Skills Discovery

Provides automatic access to comprehensive containers skills.

When This Skill Activates

This skill auto-activates when you're working with:

  • Docker
  • containers
  • Kubernetes
  • container security
  • networking
  • registry
  • docker-compose

Available Skills

Quick Reference

The Containers category contains 5 skills:

  1. container-networking
  2. container-registry-management
  3. container-security
  4. docker-compose-development
  5. dockerfile-optimization

Load Full Category Details

For complete descriptions and workflows:

cat skills/containers/INDEX.md

This loads the full Containers category index with:

  • Detailed skill descriptions
  • Usage triggers for each skill
  • Common workflow combinations
  • Cross-references to related skills

Load Specific Skills

Load individual skills as needed:

cat skills/containers/container-networking.md
cat skills/containers/container-registry-management.md
cat skills/containers/container-security.md
cat skills/containers/docker-compose-development.md
cat skills/containers/dockerfile-optimization.md

Progressive Loading

This gateway skill enables progressive loading:

  • Level 1: Gateway loads automatically (you're here now)
  • Level 2: Load category INDEX.md for full overview
  • Level 3: Load specific skills as needed

Usage Instructions

  1. Auto-activation: This skill loads automatically when Claude Code detects containers work
  2. Browse skills: Run cat skills/containers/INDEX.md for full category overview
  3. Load specific skills: Use bash commands above to load individual skills

Next Steps: Run cat skills/containers/INDEX.md to see full category details.

GitHub Repository

rand/cc-polymath
Path: skills/discover-containers
aiclaude-codeskills

Related Skills

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

llamaguard

Other

LlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill