pipeline

Installation
SKILL.md

Prepare the battlefield for: $ARGUMENTS

This command runs recon, scanning, and surface ranking — everything needed BEFORE hunting. It does NOT hunt, validate, or report. Use /hunt or /autopilot for that.

Phase 0: SETUP

  1. Read scope.yaml — resolve and verify targets
    • If $ARGUMENTS is empty: uv run python3 $CLAUDE_PROJECT_DIR/tools/scope_check.py --list
    • If $ARGUMENTS is a domain: uv run python3 $CLAUDE_PROJECT_DIR/tools/scope_check.py $ARGUMENTS
  2. Read policy.md — extract policy preamble for all agent dispatches
  3. Brain init or brief:
    • If no brain exists: uv run python3 $CLAUDE_PROJECT_DIR/tools/brain.py init
    • If brain exists: uv run python3 $CLAUDE_PROJECT_DIR/tools/brain.py brief <target>

Phase 1: RECON

Installs
16
GitHub Stars
812
First Seen
May 10, 2026
pipeline — h-mmer/pentest-agents