Engage.Init banner
hypnguyen1209 hypnguyen1209

Engage.Init

Security community

Description

--- description: Initialize a new security engagement following the Kill Chain workflow --- # /engage.init Initializes a new engagement project with the selected workflow preset. ## Usage `/engage.init <workflow-type> --client <client-name> [--date YYYY-MM-DD]` ## Workflow Types - `web-app` — Web application pentest (OWASP-focused) - `network` — Internal network pentest - `red-team` — Full red team engagement (all 9 phases) - `cloud` — Cloud security audit (AWS/Azure/GCP) - `mobile` — Mobi

Installation

Installs to ~/.claude/skills/hypnguyen1209-offensive-claude-engage.init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hypnguyen1209-offensive-claude-engage.init && curl -fsSL https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/HEAD/commands/engage.init.md -o ~/.claude/skills/hypnguyen1209-offensive-claude-engage.init/SKILL.md

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

Full documentation available on GitHub

View Source Repository