borghei/red-team
> This skill should be used when the user asks to "plan a red team engagement", "scope a penetration test", "design a security assessment methodology", "create rules of engagement", or "plan an adversary simulation".
npx skills add https://github.com/borghei/Claude-Skills --skill red-team
> 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.
Before planning the engagement, confirm these inputs. If any is unknown or vague, ASK — do not assume:
--target)--type)--compliance)Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.
# 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
| Tool | Purpose | Key Flags |
|------|---------|-----------|
| engagement_planner.py | Plan red team engagements with scope, rules, and methodology | --type, --target, --duration, --compliance |
Generates comprehensive engagement plans including:
engagement_planner.py--compliance flag for framework-specific requirementsTake borghei/red-team from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.