Skip to content
Security
Skill

/mindmap

Turn a security topic into a structured mindmap — recon surface, an attack chain, a framework breakdown, or study notes. Use when organizing or explaining a topic radially rather than as a flow or report.

From plugin
awesome-claude-security
7111 skills17 agents13 commands1 MCP
Install
$ npx -y skills add jassics/awesome-claude-security --skill mindmap --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/mindmap

Context preview

The summary Claude sees to decide when to auto-load this skill.

Turn a security topic into a structured mindmap — recon surface, an attack chain, a framework breakdown, or study notes. Use when organizing or explaining a topic radially rather than as a flow or report.

SKILL.md

mindmap.SKILL.md
name: mindmap
description: >-
  Turn a security topic into a structured mindmap — recon surface, an attack
  chain, a framework breakdown, or study notes. Use when organizing or
  explaining a topic radially rather than as a flow or report.

Goal

A hierarchical mindmap with a central topic and branching sub-topics, useful for recon surface maps, framework breakdowns (e.g. OWASP/ATT&CK), or learning notes.

Steps

1. Set the central node (the topic). 2. Add primary branches (the main categories), then sub-branches to a sensible depth (usually 2–3 levels). 3. Keep labels to a few words; lean on hierarchy, not sentences. 4. Render: prefer the Excalidraw MCP; otherwise emit a Mermaid `mindmap` block and an indented bullet outline as a fallback.

Output

  • The mindmap (rendered or as importable Mermaid).
  • The same content as a nested outline (so it's usable in notes/tickets).

Notes

Good for kicking off OSINT (map the target's surface) or for `security-knowledge` study aids. For cause/effect or sequence, prefer `attack-tree` or an `architecture-diagram` instead.

Ships withawesome-claude-security

A Claude Code plugin marketplace for the full cybersecurity & GenAI-security lifecycle — from recon and threat modeling to detection engineering, GRC, and CISO-level strategy. A pentester knows which OWASP test bends a broken-access-control endpoint.

Get the whole plugin

Other skills on awesome-claude-security.