discover-containers
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 add https://github.com/rand/cc-polymathgit clone https://github.com/rand/cc-polymath.git ~/.claude/skills/discover-containersCopy 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:
- container-networking
- container-registry-management
- container-security
- docker-compose-development
- 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
- Auto-activation: This skill loads automatically when Claude Code detects containers work
- Browse skills: Run
cat skills/containers/INDEX.mdfor full category overview - 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
Related Skills
sglang
MetaSGLang 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.
evaluating-llms-harness
TestingThis 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.
llamaguard
OtherLlamaGuard 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.
langchain
MetaLangChain 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.
