π₯ awesome-dfir-skills
January 18, 2026 Β· View on GitHub
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
- Pick a skill from
skills/README.md - Copy/paste it into your AI assistant (Claude, Codex, etc.)
- Feed it your artifacts when prompted
- Watch the magic happen β¨
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
βββ <category>/
βββ <skill-id>/
βββ 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:
- Use the skill's Skill prompt as workflow instructions
- Provide inputs in-chat when prompted
- Keep
{{placeholders}}intactβfill values in the corresponding sections
OpenAI / Codex
Codex loads skills from a dedicated folder (e.g., $REPO_ROOT/.codex/skills):
- Mirror or symlink skills from
skills/to your Codex skill location - Invoke skills explicitly (mention them) or let Codex pick them up implicitly
- Provide artifacts as inputs; keep
{{...}}placeholders as-is
π€ Contributing
How to Add a Skill
- Copy
skills/_templates/skill.md - Create
skills/<category>/<skill-id>/skill.md - Keep it practical, tool-agnostic where possible
- Test on real (or realistic) artifacts
Coming soon: Metadata validator and detailed contribution guidelines.
π‘ Inspiration
- Claude Skills β Anthropic's skill system
- OpenAI Codex Skills β OpenAI's approach
π License
MIT β Use it, fork it, improve it.
Made with β and mild panic by the DFIR community