Testcontainers skills for Claude - Integration testing with Docker containers
npx claudepluginhub testcontainers/claude-skillsTestcontainers skills for writing reliable integration tests with Docker containers across multiple languages (Go, .NET, Python, and more)
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Browser automation for AI agents
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Skills are folders of instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks. This repository contains Testcontainers-related skills that teach Claude how to work with container-based testing and infrastructure.
For more information about skills, check out:
This repository contains Testcontainers-related skills for Claude. These skills help Claude work more effectively with container-based testing infrastructure, particularly focusing on integration testing patterns using Docker containers.
Each skill is self-contained in its own directory with a SKILL.md file containing the instructions and metadata that Claude uses.
The skills in this repository are open source under the MIT License.
These skills are provided for demonstration and educational purposes only. While some of these capabilities may be available in Claude, the implementations and behaviors you receive from Claude may differ from what is shown in these examples. These examples are meant to illustrate patterns and possibilities. Always test skills thoroughly in your own environment before relying on them for critical tasks.
A comprehensive guide for using Testcontainers for Go to write reliable integration tests with Docker containers in Go projects. This skill provides:
Key capabilities:
See the testcontainers-go skill documentation for detailed usage instructions and examples.
A comprehensive guide for using Testcontainers for .NET to write reliable integration tests with Docker containers in .NET projects. This skill provides:
Key capabilities:
See the testcontainers-dotnet skill documentation for detailed usage instructions and examples.
You can register this repository as a Claude Code Plugin marketplace by running the following command in Claude Code:
/plugin marketplace add testcontainers/claude-skills
Then, to install the testcontainers skill:
Browse and install pluginstestcontainers-claude-skillstestcontainersInstall nowAlternatively, directly install the plugin via:
/plugin install testcontainers@testcontainers-claude-skills
After installing the plugin, you can use the skills by just mentioning them. For instance: "Use the testcontainers-go skill to help me write an integration test for PostgreSQL" or "Use the testcontainers-dotnet skill to help me write an integration test for SQL Server"
To use any skill from this repository or upload custom skills, follow the instructions in Using skills in Claude.