debug-buttercup

All pods run in namespace crs. Key services:

Content Preview
---
name: debug-buttercup
description: "All pods run in namespace crs. Key services:"
risk: unknown
source: community
---

# Debug Buttercup

## When to Use
- Pods in the `crs` namespace are in CrashLoopBackOff, OOMKilled, or restarting
- Multiple services restart simultaneously (cascade failure)
- Redis is unresponsive or showing AOF warnings
- Queues are growing but tasks are not progressing
- Nodes show DiskPressure, MemoryPressure, or PID pressure
- Build-bot cannot reach the Docker daemon (
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/debug-buttercup.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/debug-buttercup/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/debug-buttercup/SKILL.md

Related Skills