QUICK REFERENCE banner
MHaggis MHaggis

QUICK REFERENCE

Development community

Description

# Skills Quick Reference Card ## Configure for Your SIEM Before using skills, set your target SIEM platform. This affects detection output format, field names, and validation methods. ### Quick Setup (3 steps) ```bash # 1. Set your SIEM in agents/.env (or export in your shell) export SIEM_PLATFORM=sentinel # splunk | sentinel | elastic | sigma # 2. Set your detection repo path export SECURITY_CONTENT_PATH=./my-detections # 3. Set your validation tool (or use defaults) export VALIDATION_T

Installation

Installs to ~/.claude/skills/mhaggis-security-detections-mcp-quick_reference/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mhaggis-security-detections-mcp-quick_reference && curl -fsSL https://raw.githubusercontent.com/MHaggis/Security-Detections-MCP/HEAD/.claude/skills/QUICK_REFERENCE.md -o ~/.claude/skills/mhaggis-security-detections-mcp-quick_reference/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository