chaos-engineer

Design and execute chaos experiments to test distributed system resilience.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/newkayak12/claude-skills --skill chaos-engineer-newkayak12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chaos-engineer
Source: https://github.com/newkayak12/claude-skills/tree/main/plugins/newkayak12-skills/skills/chaos-engineer
Command: npx skills add https://github.com/newkayak12/claude-skills --skill chaos-engineer-newkayak12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you proactively identify and fix weaknesses in your distributed systems by designing and executing controlled chaos experiments.

Core Features & Use Cases

  • Chaos Experiment Design: Define hypotheses, steady states, and blast radii for experiments.
  • Failure Injection: Implement various failure scenarios like network latency, pod deletion, or resource exhaustion.
  • Use Case: You can use this Skill to simulate a network outage between your microservices to ensure your system gracefully handles the failure and recovers quickly.

Quick Start

Use the chaos-engineer skill to design a pod deletion experiment for your 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 experiment for my distributed systems?

Chaos engineering tests distributed systems resilience by defining steady states, hypotheses, and blast radii. You proactively identify and fix system weaknesses through controlled failure injection before a real outage occurs.

What is the best way to inject network latency failures into Kubernetes?

Inject network latency failures into Kubernetes using chaos engineering frameworks like Chaos Mesh and Litmus Chaos. These tools safely inject infrastructure faults to test system recovery procedures and resilience.

Does this support failure injection with Chaos Monkey and Gremlin?

Yes, this supports failure injection with Chaos Monkey and Gremlin. You can use these tools alongside generated experiment manifests and rollback procedures to execute fault injection across your infrastructure and Kubernetes environments.

How do I run a game day exercise for microservices?

Run a game day exercise for microservices by generating failure scenarios like pod deletion or resource exhaustion. Facilitate game day exercises and rollback procedures to ensure your system gracefully handles failures and recovers quickly.

When should I not use chaos engineering on my staging environment?

Avoid chaos engineering when you lack proper rollback procedures or an undefined blast radius. Chaos experiments require controlled boundaries and clear steady states to prevent unintended system damage during failure injection.

Why do I need an experiment manifest for resilience testing?

You need an experiment manifest for resilience testing to formally document failure injection parameters, steady state, and rollback procedures. Generating these manifests ensures your chaos experiments are repeatable, controlled, and safe for distributed systems.