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/, andproject/, treat it as the repo root. - If the repo is not present, clone
https://github.com/agegr/mindmap-pptinto the current working directory as a folder namedmindmap-ppt, then enter that folder. - If a
mindmap-pptpath 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/, orproject/into.agents/skills/mindmap-ppt-builder/. - Normal skill output should modify only
project/source.jsand local asset files underproject/. - 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.