Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
awesome-dfir-skills — A curated collection of DFIR skills and workflows for InfoSec practitioners. | Kitploit
Tools/GitHubGitHub/tsale/awesome-dfir-skills
Indicator of Compromise (IOC) ManagementMemory ForensicsNetwork ForensicsForensicsDigital ForensicsThreat IntelligenceLearning & EducationIncident ResponseCurated ResourcesLog Analysis
GitHubtsale/awesome-dfir-skills

awesome-dfir-skills

321353 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

A curated collection of DFIR skills and workflows for InfoSec practitioners.

View Repository

🔥 awesome-dfir-skills

Awesome PRs Welcome DFIR

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

  1. Pick a skill from skills/README.md
  2. Copy/paste it into your AI assistant (Claude, Codex, etc.)
  3. Feed it your artifacts when prompted
  4. 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:

FeatureWhy It Matters
📥 Clear inputs & outputsNo guessing games
🎯 Explicit about unknownsFewer hallucinations, more facts
🔒 Safe-by-defaultEvidence handling & privacy baked in

📁 Repository Layout

root@kitploit:~
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:

  1. Use the skill's Skill prompt as workflow instructions
  2. Provide inputs in-chat when prompted
  3. Keep {{placeholders}} intact—fill values in the corresponding sections

OpenAI / Codex

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

  1. Mirror or symlink skills from skills/ to your Codex skill location
  2. Invoke skills explicitly (mention them) or let Codex pick them up implicitly
  3. Provide artifacts as inputs; keep {{...}} placeholders as-is

🤝 Contributing

How to Add a Skill

  1. Copy skills/_templates/skill.md
  2. Create skills/<category>/<skill-id>/skill.md
  3. Keep it practical, tool-agnostic where possible
  4. 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

Download Tool