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

Use this skill inside the agegr/mindmap-ppt repository root.

  • If the current directory already contains package.json, index.html, src/, and project/, treat it as the repo root.
  • If the repo is not present, clone https://github.com/agegr/mindmap-ppt into the current working directory as a folder named mindmap-ppt, then enter that folder.
  • If a mindmap-ppt path already exists but is not this repo, stop and ask the user where to place the clone.
  • 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
64
GitHub Stars
74
First Seen
8 days ago