detection/skillsContribute

An open standard, built on Agent Skills

The expertise around your detections, made portable.

A detection is more than the query that fires it. Detection Skills capture the triage, investigation, and tuning that follow — versioned alongside the detection, runnable by any agent, shareable with everyone.

Three phases, one loop

Each phase is a skill with a defined contract for what it returns. The human stays in the loop by design.

Why an open standard?

Most detections aren't unique to your organization — a CloudTrail finding, a SaaS misconfiguration, a known technique. Triage looks much the same everywhere, and no team should have to reinvent it. Community skills cover the commodity work; your private skills cover the detections specific to your organization.

Read the full overview
# A skill is just a folderimpossible-travel-triage/├── SKILL.md      # metadata + instructions├── references/   # context, prior cases├── assets/       # queries, lookup tables└── scripts/      # enrichment helpers