Awesome Dfir Skills banner
tsale tsale

Awesome Dfir Skills

Development community intermediate

Description

[](https://awesome.re) [](http://makeapullrequest.com) [](#)

Installation

Terminal
claude install-skill https://github.com/tsale/awesome-dfir-skills

README

πŸ”₯ awesome-dfir-skills

[](https://awesome.re) [](http://makeapullrequest.com) [](#)

A community-driven collection of DFIR / incident response **skills**: reusable prompts, workflows, and helper files that help practitioners move faster, stay consistent, and maybeβ€”just maybeβ€”get some sleep.


πŸš€ Quick Start

    undefined

**Pro tip:** Keep placeholders like `{{time_window}}` as-isβ€”fill them in when the skill asks for them.


πŸ€” What's a "Skill" Anyway?

Think of a skill as a **cheat code for IR**. It's a small, reusable artifact you can copy/paste into your AI assistant or playbook to get consistent, high-quality outputs every time.

Each skill is designed to:

Feature Why It Matters
πŸ“₯ Clear inputs & outputs No guessing games
🎯 Explicit about unknowns Fewer hallucinations, more facts
πŸ”’ Safe-by-default Evidence handling & privacy baked in

πŸ“ Repository Layout

skills/
β”œβ”€β”€ README.md                          # Start here β†’ skill catalog
β”œβ”€β”€ _templates/
β”‚   └── skill.md                       # Template for new skills
└── /
    └── /
        β”œβ”€β”€ skill.md                   # The skill entrypoint
        └── helpers/                   # Query snippets, regex, parsers

πŸ› οΈ Platform Setup

Claude Desktop / Claude.ai

Skills are folders of instructions that Claude loads dynamically:

    undefined

OpenAI / Codex

Codex loads skills from a dedicated folder (e.g., `$REPO_ROOT/.codex/skills`):

    undefined

...