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-pptinto./mindmap-ppt/under the current working directory andcdin. - If
./mindmap-ppt/already exists, stop and ask the user how to proceed. Do notcd ..,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/, 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.