mindmap

mindmap is a skill for Claude Code, Codex from guoliang1114-boop/AriaAI. It costs 44 tokens per session (2,147 once invoked), scanned A, original, MIT.

A guide for creating hierarchical mind maps with PlantUML, a text format that renders diagrams.

In plain words
What is it for?
Use it for brainstorming, breaking down topics, study notes, and decision trees.
Why use it?
It gives consistent rules for showing how a central topic divides into branches and subtopics.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for brainstorming, breaking down topics, study notes, and decision trees.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/guoliang1114-boop/ariaai/mindmap
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add guoliang1114-boop/AriaAI --skill mindmap
Clone the repo
git clone --depth 1 https://github.com/guoliang1114-boop/AriaAI

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mindmap

README.md
[![agentmods](https://agentmods.dev/badge/skills/guoliang1114-boop/ariaai/mindmap/github.svg)](https://agentmods.dev/skills/guoliang1114-boop/ariaai/mindmap)
Your own site
<a href="https://agentmods.dev/skills/guoliang1114-boop/ariaai/mindmap"><img src="https://agentmods.dev/badge/skills/guoliang1114-boop/ariaai/mindmap/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mindmap

Your own site · 80×15
<a href="https://agentmods.dev/skills/guoliang1114-boop/ariaai/mindmap"><img src="https://agentmods.dev/badge/skills/guoliang1114-boop/ariaai/mindmap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,147 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00044 $0.02147
Opus 5 $0.00022 $0.01073
Sonnet 5 $0.00009 $0.00429
Haiku 4.5 $0.00004 $0.00215

Measured 10d ago against content hash 1d054aaf319e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

mindmap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/mindmap/SKILL.md · 194 lines

How it starts

The opening of the file, as written. The whole thing — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Mind Map Diagram Generator

Quick Start: Start with @startmindmap -> define root and branches with * or +/- markers -> optionally set branch side, direction, and styles -> wrap in ```plantuml fence.

⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram.

Critical Rules

  • Every diagram starts with @startmindmap and ends with @endmindmap
  • Each hierarchy level is represented by repeating markers:
    • * style: * (root), ** (level 1), *** (level 2)
    • +/- style: + grows left branch, - grows right branch
  • Keep one marker style consistent in the same local branch (do not randomly mix indentation styles)
  • Use left side to switch subsequent branches to the left side of the root
  • Use direction keywords when needed:
    • top to bottom direction
    • right to left direction
  • Multi-line node content must use block syntax:
    • **:Line 1\nLine 2;
  • For quick color coding, use inline node color:
    • *[#Orange] Root
    • **[#lightgreen] Child
  • For reusable themes, define <style> and apply stereotypes like <<green>>
  • Rich text/Creole and icon syntax are supported inside node text (see examples)

Node Syntax Cheat Sheet

Pattern Meaning Example
* Root Root node with star syntax * Product Strategy
** Child First-level child ** Goals
*** Grandchild Deeper hierarchy *** KPI
+ Root Root node with +/- syntax + Architecture
++ Left branch Branch expanding on one side ++ Services
-- Right branch Branch expanding on opposite side -- Risks
***_ Boxless Boxless/minimal child node ***_ Notes
# Root Alternative root marker style # Topic
**:...; Multi-line block node **:Item A\nItem B;

Branch Side and Direction

Control Syntax Use Case
Left-side split left side Split map into left/right groups from root
Top-to-bottom top to bottom direction Tree-like vertical hierarchy
Right-to-left right to left direction RTL reading flow or mirrored layouts

Read the full file on GitHub · 194 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 194 lines · 44 tokens per session scan A 1d054aaf319e

Subscribe to this mod's changes

mindmap is a skill published in the GitHub repository guoliang1114-boop/AriaAI (37 stars, last pushed 2d ago), licensed MIT. It adds 44 tokens to every session and 2,147 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

master-ajahn-chah

A teaching guide based on Ajahn Chah, a Thai forest Buddhist teacher in the Theravada tradition. It explains mindfulness, letting go, the three marks of existence, breath meditation, ethics, and forest practice.

tradecatlabs/fatecat · 219 tokens

master-atisha

A teaching guide based on Atiśa, an 11th-century Buddhist teacher important to the Kadam tradition of Tibetan Buddhism. It explains topics such as the graduated path, compassion, ethical conduct, and relying on a teacher, with source guidance.

tradecatlabs/fatecat · 232 tokens

master-buddhaghosa

A reference-based guide to Buddhaghosa, a fifth-century Theravāda Buddhist scholar, and the meditation and doctrine explained in his works. It covers the Three Trainings—ethics, concentration, and wisdom—along with meditation subjects and stages of insight.

tradecatlabs/fatecat · 247 tokens

master-milarepa

A reference-based guide to the teachings and life of Milarepa, a Tibetan Buddhist master in the Kagyu tradition. It covers topics such as Mahāmudrā, inner heat practice, retreat, repentance, and guru devotion.

tradecatlabs/fatecat · 258 tokens

master-tsongkhapa

A reference-based assistant for Tibetan Buddhism and Tsongkhapa, the founder of the Gelug school, explaining Buddhist paths, ethics, philosophy, and tradition.

tradecatlabs/fatecat · 233 tokens

qimen-dunjia

A skill for Qimen Dunjia, a traditional Chinese system used for chart reading, timing, and direction choices. It interviews the user first, calculates a chart with a fixed script and rule set, then explains the result.

tradecatlabs/fatecat · 114 tokens