Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Structured incident response. Use when user reports an outage, production error, or says 'incident', 'something is down', 'users are affected'. Triage severity, contain blast radius, root-cause, document timeline, generate postmortem.
Structured incident response for production issues. Follows a strict order: triage first, contain before investigating, root-cause after stable, postmortem last. Prevents the most common incident anti-pattern — developers debugging while the system is still on fire. Covers P1 outages, P2 degraded service, and P3 minor issues with appropriate urgency at each level.
/rune incident "description of what's broken" — direct user invocationlaunch (L1): watchdog alerts during Phase 3 VERIFYdeploy (L2): health check fails post-deploywatchdog emits incident.detected — no manual invocation neededwatchdog (L3): current system state — which endpoints are down, response timesautopsy (L2): root cause analysis after containmentjournal (L3): record incident timeline and decisionssentinel (L2): check for security dimension (data exposure, unauthorized access)neural-memory (ext): after resolution — capture incident root cause + fix pattern cross-session so the same failure mode is never diagnosed twicenpx skills add Rune-kit/rune --skill incidentHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.