From magic-powers
Use when handling production incidents - outage triage, root cause analysis, communication, postmortem writing
npx claudepluginhub kienbui1995/magic-powers --plugin magic-powersThis skill uses the workspace's default tool permissions.
When production breaks, speed and structure matter. Follow the process — panic and ad-hoc fixes make things worse.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
When production breaks, speed and structure matter. Follow the process — panic and ad-hoc fixes make things worse.
| Severity | Impact | Response |
|---|---|---|
| SEV1 | Full outage, all users | All hands, exec notification |
| SEV2 | Major feature broken | On-call team + backup |
| SEV3 | Minor degradation | On-call investigates |
Goal: restore service ASAP. Root cause comes later.
systematic-debugging skill for structured investigation## Incident Postmortem: [Title]
**Date:** YYYY-MM-DD | **Duration:** X hours | **Severity:** SEV-N
### Summary
One paragraph: what happened, impact, resolution.
### Timeline
- HH:MM — First alert
- HH:MM — IC assigned
- HH:MM — Root cause identified
- HH:MM — Fix deployed
- HH:MM — All clear
### Root Cause
What actually broke and why.
### Action Items
- [ ] [P0] Immediate fix to prevent recurrence
- [ ] [P1] Monitoring improvement
- [ ] [P2] Process improvement