mindmap-ppt-builder

Installation
SKILL.md

Mindmap PPT Builder

Goal

Turn a user-provided source document into a presentation-ready project/source.js for this repo. The source document may be pasted text in the conversation or a local text/Markdown file path supplied by the user. The output is a preorder mind-map: concise two-line nodes, optional node images, and local assets that match the current light PPT style.

Read references/project-format.md when you need exact project file conventions or visual constraints.

Workspace Requirement

This skill operates only within the current working directory tree (cwd itself or a mindmap-ppt/ subfolder under it). Do not search parent, sibling, or home directories for an existing checkout.

  • Clone https://github.com/agegr/mindmap-ppt into ./mindmap-ppt/ under the current working directory and cd in.
  • If ./mindmap-ppt/ already exists, stop and ask the user how to proceed. Do not cd .., find, or otherwise probe the filesystem to locate or create a checkout elsewhere.
  • Keep the application repository outside the skill folder. Do not copy or clone index.html, src/, or project/ into .agents/skills/mindmap-ppt-builder/.
  • Normal skill output should modify only project/source.js and local asset files under project/.
  • Do not delete existing project assets unless the user explicitly asks for cleanup.
  • Do not edit src/, index.html, or application behavior unless the user explicitly asks for implementation changes.
Installs
157
GitHub Stars
172
First Seen
May 7, 2026
mindmap-ppt-builder — agegr/mindmap-ppt