chaos-engineer

Design chaos experiments and automate failure injection for distributed systems.

2|Updated Jun 29, 2026
One-click install
npx skills add https://github.com/Axel-DaMage/opencode-config --skill chaos-engineer-axel-damage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chaos-engineer
Source: https://github.com/Axel-DaMage/opencode-config/tree/main/skills/chaos-engineer
Command: npx skills add https://github.com/Axel-DaMage/opencode-config --skill chaos-engineer-axel-damage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires litmus, spinnaker, gremlin, pumba, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of designing chaos experiments, implementing failure injection frameworks, and conducting game day exercises to enhance the resilience and reliability of distributed systems.

Core Features & Use Cases

  • Chaos Experiment Design: Provides a comprehensive guide for designing experiments that simulate various failure scenarios.
  • Failure Injection Frameworks: Offers instructions for implementing Chaos Monkey, Litmus, and other frameworks.
  • Game Day Exercises: Assists in planning and executing game day exercises to test incident response capabilities.
  • Use Case: Use this Skill to design a chaos experiment to simulate a network partition and observe how your system behaves under stress.

Quick Start

Run the chaos-engineer skill to simulate a network partition on a specific service within your cluster.

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 a network partition in distributed systems?

To design a chaos experiment for a network partition, you define the failure scenario, set blast radius controls, and automate failure injection using tools like Litmus or Chaos Monkey to observe system behavior under stress.

What is the best way to simulate failure injection for resilience testing?

The best way to simulate failure injection for resilience testing is by automating the process with frameworks like Litmus and Gremlin, which allow you to safely inject failures and evaluate your system's incident response capabilities.

How do I plan and execute game day exercises for incident response?

Planning game day exercises involves designing specific failure scenarios and simulating them within your distributed systems to test incident response capabilities, observe system behavior, and validate resilience under controlled stress conditions.

Do I need Python and specific chaos engineering tools to run failure injection?

Yes, you need Python and specific chaos engineering tools like Litmus, Gremlin, Pumba, or Spinnaker to automate failure injection and simulate network partitions or other stress conditions within your cluster.

How does blast radius control work when automating chaos experiments?

Blast radius control limits the scope of failure injection during chaos experiments, ensuring that simulated network partitions or system stress only affects designated services within your distributed systems without causing uncontrolled outages.