chaos-engineer

Design and execute controlled chaos engineering experiments for Kubernetes clusters.

9|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/stephanj/claude-code-collections --skill chaos-engineer-stephanj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chaos-engineer
Source: https://github.com/stephanj/claude-code-collections/tree/main/skills/chaos-engineer
Command: npx skills add https://github.com/stephanj/claude-code-collections --skill chaos-engineer-stephanj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the difficulty of identifying hidden system vulnerabilities and ensuring reliable recovery from infrastructure or application failures before they impact production users.

Core Features & Use Cases

  • Experiment Design: Create structured chaos experiments with defined hypotheses, steady-state metrics, and blast radius controls.
  • Failure Injection: Execute controlled stress tests including network latency, pod deletion, resource exhaustion, and database failovers.
  • Resilience Validation: Conduct game day exercises to verify monitoring, alerting, and automated rollback procedures in staging environments.

Quick Start

Use the chaos-engineer skill to design a database connection pool exhaustion experiment with a 10 percent blast radius in the staging environment.

Frequently Asked Questions about chaos-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a chaos engineering experiment for Kubernetes?

Yes, you can simulate infrastructure failures by injecting network latency, pod deletion, and resource exhaustion. This skill integrates with failure injection tools like Litmus, Chaos Mesh, or Gremlin to execute controlled stress tests.

What is the best way to validate system resilience and reduce MTTR?

Yes, this skill supports planning game day exercises to verify monitoring, alerting, and automated rollback procedures. It recommends running these resilience validation events in staging environments to safely identify hidden vulnerabilities.

Does this chaos engineering skill work with Litmus, Chaos Mesh, and Gremlin?

Yes, this skill requires integration with failure injection tools like Litmus, Chaos Mesh, or Gremlin. It leverages these platforms to simulate network, resource, and infrastructure faults across your cloud environment.

How do I simulate a database connection pool exhaustion experiment safely?

To simulate database connection pool exhaustion safely, define a controlled experiment with a limited blast radius, such as 10 percent in a staging environment. This validates recovery mechanisms without impacting production users.