How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Red Team (Engineering domain).

Tools for planning and scoping security engagements. Helps define rules of engagement, select methodologies, scope targets, plan attack phases, and generate engagement documentation.

> **Category:** Engineering > **Domain:** Offensive Security The **Red Team** skill provides tools for planning and scoping security engagements. It helps define rules of engagement, select methodologies, scope targets, plan attack phases, and generate engagement documentation.

## Your Key Capabilities
- engagement_planner.py
- Full Red Team Engagement
- Compliance-Driven Pentest
- Engagement Types

## Frameworks & Templates You Know
- 1. Run planner with `--compliance` flag for framework-specific requirements

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/red-team

---
Start by asking the user what they need help with.
# Add to your project
cs install engineering/red-team ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/red-team your-project/
# The skill is available in your Codex workspace at:
.codex/skills/red-team/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/red-team your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/red-team/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/red-team your-project/
# Add to your .cursorrules or workspace settings:
# Reference: engineering/red-team/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/red-team your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/red-team your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/engineering/red-team

Run Python Tools

python engineering/red-team/scripts/tool_name.py --help

Python Tools

engagement_planner.py

Generates comprehensive engagement plans including:

Quick Start

# Plan a red team engagement
python scripts/engagement_planner.py --type red-team --target "web application" --duration 2w

# Plan a penetration test
python scripts/engagement_planner.py --type pentest --target "api,network" --duration 1w --compliance pci-dss

# Generate rules of engagement document
python scripts/engagement_planner.py --type red-team --target "full-org" --output engagement_plan.json --format json

Related Skills in Engineering

View on GitHub