CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. wshaddix
  4. /
  5. dotnet-skills
  6. /
  7. Testcontainers

Testcontainers

Editor's Note

Spins up real databases, message queues, and other infrastructure in Docker containers for your integration tests instead of mocking them out. You get actual SQL Server, PostgreSQL, RabbitMQ, or whatever you need running in isolation with random ports and automatic cleanup. The big win is catching real issues like constraint violations, SQL syntax errors, and migration problems that mocks would happily let through. Works with xunit's IAsyncLifetime pattern and handles the container lifecycle so you're not manually managing Docker in your CI pipeline. If you've ever had a mock-heavy test suite pass locally only to explode in production because the real database behaves differently, this is worth the extra few seconds of container startup time.

Install

npx skills add https://github.com/wshaddix/dotnet-skills --skill testcontainers
Votes
0
Installs420
GitHub Stars47
Categories
Backend & APIsTesting & QADevOps & CI/CD
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Backend & APIs Skills

View all →
prisma-database-setup

prisma/skills

0
8.9k
36
Step-by-step configuration guides for Prisma ORM across PostgreSQL, MySQL, SQLite, MongoDB, SQL Server, CockroachDB, and Prisma Postgres.
connecting-lambda-to-api-gateway

aws/agent-toolkit-for-aws

0
531
655
connecting lambda to api gateway
drizzle-orm-d1

jezweb/claude-skills

0
646
783
Type-safe D1 databases with Drizzle ORM, migrations, and batch API patterns for Cloudflare Workers.
api-gateway-configurator

Dexploarer/hyper-forge

0
5
Configure and manage API gateways including Kong, Tyk, AWS API Gateway, and Apigee. Activates when users need help setting up API gateways, rate limiting, authentication, request transformation, or API management.
payload-v3-endpoints

aniketpanjwani/payload-plugin-email-newsletter

0
34
Provides correct Payload CMS v3 endpoint patterns and logger API usage. Use when writing or fixing REST API endpoints, custom handlers, or when encountering TypeScript errors with req.data, req.cookies, or logger calls.
backend-testing

supercent-io/skills-template

1
11.8k
88
Comprehensive backend testing for REST APIs, databases, authentication, and business logic across Jest, Pytest, and Mocha.