Force Graph Exporter Convert a mindmap JSON outline into an interactive HTML file with a force-directed graph visualization powered by force-graph. The output file can be opened in any browser -- no server required, but needs internet to load the force-graph library from CDN. Input A JSON file with the standard mindmap outline format (same as generate-mindmap output): Workflow Step 0: Check for input If no mindmap JSON is available (no file path, no prior output, no inline JSON in the conversation), invoke the skill first to brainstorm and produce the JSON outline. Then continue with Step 1.…