CursorPool
← 返回首页
cursor-md-mindmaps logo

cursor-md-mindmaps

1

创建层级化的 Markdown 思维导图,并用 markmap 渲染可离线交互的 HTML。

1 条规则

# /mindmap

Ask for a structured mindmap: the agent writes **Markdown** under `mindmaps/<slug>.md`, then runs **markmap-cli** to produce **offline HTML** you can open in a browser.

## Usage

```text
/mindmap <topic or use case>
```

Examples:

```text
/mindmap authentication flow for a B2B SaaS app
/mindmap high-level architecture for this repo
/mindmap concepts I need to learn for distributed systems
```

## What happens

1. Markdown is authored with clear heading hierarchy (`#`, `##`, `###`).
2. HTML is generated locally:

```bash
npx markmap-cli "mindmaps/<slug>.md" -o "mindmaps/<slug>.html" --offline --no-open
```

3. Open `mindmaps/<slug>.html` in your browser.

Requires **Node.js** (for `npx`). See `skills/cursor-md-mindmaps/SKILL.md` for full conventions.