Red Team
Use when planning or executing authorized red team engagements, attack path analysis, or offensive security simulations.
Before & after
Same prompt, same agent — the only difference is the skill.
Red team engagements simulate real-world attacks to test defenses. Here's a general structure: 1. **Scoping** — define rules of engagement, targets, and boundaries 2. **Reconnaissance** — gather information about the target 3. **Initial access** — find a way in (phishing, exposed services) 4. **Privilege escalation** — gain higher access 5. **Lateral movement** — move through the network 6. **Objective** — reach the defined goal (data, systems) 7. **Reporting** — document findings and recommendations Make sure you have written authorization before beginning any engagement, and clearly defined rules of engagement to stay within legal and ethical bounds. What's the scope of your engagement?
Authorized engagement — assuming signed ROE and scope on file. First
question back: what's the crown jewel? An engagement without a defined
objective wanders. Everything below assumes "customer PII in prod DB."
CROWN JEWEL → WORK BACKWARD
Target: prod customer DB. Map the attack paths that reach it, then pick
the one with the lowest OPSEC risk, not the flashiest.
ATT&CK KILL-CHAIN PLAN
Initial Access T1566 phishing (likely) vs T1190 exposed service
Score by detection risk: phishing trips the SOC less
than scanning your perimeter does.
Execution T1059 — living-off-the-land, not custom malware
Persistence T1053 scheduled task — minimal, objective-scoped
PrivEsc T1068 / T1078 — valid accounts beat exploits on OPSEC
Lateral Movement T1021 — the choke point analysis below
Collection DB access → objective
CHOKE POINTS — where the whole path funnels
The path to prod almost certainly routes through:
• a jump host / bastion, and
• a service account with DB creds
Both are single points the defense can watch. If you can't get through
the bastion undetected, the rest of the plan doesn't matter — pressure-
test that first, before burning a phish.
OPSEC RISK RANKING
HIGH network scanning, credential brute force, new binaries on disk
LOW valid-account reuse, LOLBins, DB access during business hours
Prefer low. The goal is to test detection, and getting caught on recon
tests nothing.
CROWN-JEWEL TARGETING
Don't touch the DB until you have a clean, repeatable path. The
objective is demonstrating the path exists, not exfiltrating the most
rows.
REPORTING FRAME
Every finding maps to an ATT&CK technique + the specific detection that
should have fired and didn't. That's what makes the report actionable
for the blue team rather than a war story.
Confirm the crown jewel and I'll score the two initial-access options in
detail.About this skill
name: red-team description: Use when Use when planning or executing authorized red team engagements, attack path analysis, or offensive security simulations.
Red Team
Use when planning or executing authorized red team engagements, attack path analysis, or offensive security simulations. Covers MITRE ATT&CK kill-chain planning, technique scoring, choke point identification, OPSEC risk assessment, and crown jewel targeting.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the red-team skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Red Team; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: red-team
description: Use this skill when planning or executing an authorized red team engagement, attack path analysis, or offensive security simulation.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# Red Team
Plans authorized red team engagements: kill-chain mapping, technique selection, choke point identification, and crown-jewel-focused attack paths.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.