chaos-engineer

Design chaos engineering workflows with controlled failure injections for Kubernetes and cloud environments.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/dieu-donnee/luxtrax --skill chaos-engineer-dieu-donnee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chaos-engineer
Source: https://github.com/dieu-donnee/luxtrax/tree/main/.agent/skills/chaos-engineer
Command: npx skills add https://github.com/dieu-donnee/luxtrax --skill chaos-engineer-dieu-donnee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Chaos-engineering teams often struggle to validate the resilience of distributed systems. This skill provides a structured approach to designing chaos experiments, implementing failure injection frameworks, and running game-day exercises to uncover weaknesses before they impact users.

Core Features & Use Cases

  • Design and execute structured chaos experiments across Kubernetes and cloud environments.
  • Implement failure-injection frameworks (Chaos Monkey, Litmus Chaos) and blast-radius controls.
  • Plan, run, and document game-day drills, post-mortems, and rollback procedures to improve reliability.

Quick Start

Generate a chaos experiment plan for a pod-delete scenario in staging to validate failover and recovery.

Frequently Asked Questions about chaos-engineer

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

FAQPage Schema
How do I design chaos experiments for Kubernetes to validate system resilience?

To design chaos experiments for Kubernetes, you create controlled failure injections, such as pod-delete scenarios, to validate failover and recovery. This process generates experiment manifests, runbooks, and rollback procedures to test system resilience safely.

What is the best way to plan a game-day exercise for fault injection?

Planning a game-day exercise for fault injection involves structuring a chaos engineering workflow with controlled failure scenarios. You define blast-radius safety controls, automated rollback criteria, and post-mortem templates to document drills and uncover system weaknesses.

Can I enforce blast-radius safety controls during chaos engineering in cloud environments?

Yes, you can enforce blast-radius safety controls during chaos engineering in cloud environments. The workflow integrates automated rollback criteria to ensure experiments remain safe, controlled, and repeatable across your distributed systems.

How do I create rollback procedures for a chaos engineering workflow?

You create rollback procedures for a chaos engineering workflow by defining automated rollback criteria within your experiment manifests. This ensures that controlled failure injections automatically revert when specified safety thresholds are breached.

Does chaos engineering work with failure-injection frameworks like Litmus Chaos?

Chaos engineering works with failure-injection frameworks like Litmus Chaos and Chaos Monkey. You use these tools to apply structured failure injections across Kubernetes and cloud environments while maintaining blast-radius controls.