chaos-runner

Solid

Run chaos engineering experiments using Chaos Monkey, Litmus, or Gremlin

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Chaos Engineering Runner Skill ## Overview Runs chaos engineering experiments using Chaos Monkey, Litmus, or Gremlin including failure injection scenarios, blast radius control, and experiment analysis. ## Capabilities - Run Chaos Monkey experiments - Litmus chaos execution - Gremlin integration - Failure injection scenarios - Blast radius control - Steady state validation - Experiment rollback - Results analysis ## Target Processes - resilience-patterns ## Input Schema ```json { "type": "object", "required": ["experiment"], "properties": { "experiment": { "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string", "enum": ["pod-kill", "network-latency", "cpu-stress", "memory-stress", "disk-fill", "node-drain"] }, "target": { "type": "object", "properties": { "namespace": { "type": "string" }, "labelSelector": { "type": "object" }, "percentage": { "type": "number" } } }, "duration": { "type": "string" } } }, "framework": { "type": "string", "enum": ["litmus", "gremlin", "chaos-monkey", "toxiproxy"], "default": "litmus" }, "steadyState": { "type": "object", "properties": { "probes": { "type": "array" }, "assertions": { "type": "array" } } }, "options": { "type": "object", "properties": { ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

chaos-engineer

Designs chaos experiments, creates failure injection frameworks, and facilitates game day exercises for distributed systems — producing runbooks, experiment manifests, rollback procedures, and post-mortem templates. Use when designing chaos experiments, implementing failure injection frameworks, or conducting game day exercises. Invoke for chaos experiments, resilience testing, blast radius control, game days, antifragile systems, fault injection, Chaos Monkey, Litmus Chaos.

9,537 Updated 1 weeks ago
Jeffallan
AI & Automation Solid

running-chaos-tests

Execute chaos engineering experiments to test system resilience. Use when performing specialized testing. Trigger with phrases like "run chaos tests", "test resilience", or "inject failures".

2,274 Updated today
jeremylongshore
AI & Automation Listed

chaos-experiment

Design and document chaos engineering experiments. Guide steady state baseline, hypothesis formation, failure injection plans, and results analysis. Use when you say "design a chaos experiment", "plan a game day", "failure injection", "test resilience", or "chaos engineering". Do NOT use for security threat analysis (use threat-modeling) or pre-launch project risk identification (use pre-mortem).

34 Updated today
rjmurillo
AI & Automation Listed

chaos-engineer

Use when designing chaos experiments, implementing failure injection frameworks, or conducting game day exercises. Invoke for chaos experiments, resilience testing, blast radius control, game days, antifragile systems.

2 Updated today
zacklecon
AI & Automation Solid

chaos-engineering

Design and run chaos experiments in Kubernetes — pod failures, network partitions, resource pressure with LitmusChaos and manual chaos.

15 Updated today
sawrus