Awesome Dfir Skills
Description
[](https://awesome.re) [](http://makeapullrequest.com) [](#)
Installation
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
...
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official