[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-minimax-ppt-editing-skill":3,"mdc--d5dd2o-key":37,"related-repo-minimax-ppt-editing-skill":1388,"related-org-minimax-ppt-editing-skill":1515},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"ppt-editing-skill","edit PowerPoint files and templates","Edit existing PowerPoint files or templates with XML-safe workflows. Use for template-based deck updates: analyze layouts, map content to slides, duplicate\u002Freorder\u002Fdelete slides safely, edit slide XML in parallel, clean orphaned assets, and repack validated PPTX output.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"minimax","MiniMax","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fminimax.jpg","MiniMax-AI",[13,17,20,23],{"name":14,"slug":15,"type":16},"Presentations","presentations","tag",{"name":18,"slug":19,"type":16},"PowerPoint","powerpoint",{"name":21,"slug":22,"type":16},"Templates","templates",{"name":24,"slug":25,"type":16},"Office","office",13030,"https:\u002F\u002Fgithub.com\u002FMiniMax-AI\u002Fskills","2026-07-16T06:02:01.816982","Proprietary. LICENSE.txt has complete terms",1118,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],null,"https:\u002F\u002Fgithub.com\u002FMiniMax-AI\u002Fskills\u002Ftree\u002FHEAD\u002Fplugins\u002Fpptx-plugin\u002Fskills\u002Fppt-editing-skill","---\nname: ppt-editing-skill\ndescription: \"Edit existing PowerPoint files or templates with XML-safe workflows. Use for template-based deck updates: analyze layouts, map content to slides, duplicate\u002Freorder\u002Fdelete slides safely, edit slide XML in parallel, clean orphaned assets, and repack validated PPTX output.\"\nlicense: Proprietary. LICENSE.txt has complete terms\n---\n\n# Editing Presentations\n\n## Template-Based Workflow\n\nWhen using an existing presentation as a template:\n\n1. **Copy and analyze**:\n   ```bash\n   cp \u002Fpath\u002Fto\u002Fuser-provided.pptx template.pptx\n   python -m markitdown template.pptx > template.md\n   ```\n   Review `template.md` to see placeholder text and slide structure.\n\n2. **Plan slide mapping**: For each content section, choose a template slide.\n\n   ⚠️ **USE VARIED LAYOUTS** — monotonous presentations are a common failure mode. Don't default to basic title + bullet slides. Actively seek out:\n   - Multi-column layouts (2-column, 3-column)\n   - Image + text combinations\n   - Full-bleed images with text overlay\n   - Quote or callout slides\n   - Section dividers\n   - Stat\u002Fnumber callouts\n   - Icon grids or icon + text rows\n\n   **Avoid:** Repeating the same text-heavy layout for every slide.\n\n   Match content type to layout style (e.g., key points → bullet slide, team info → multi-column, testimonials → quote slide).\n\n3. **Unpack**\n\n4. **Build presentation** (do this yourself, not with subagents):\n   - Delete unwanted slides (remove from `\u003Cp:sldIdLst>`)\n   - Duplicate slides you want to reuse (`add_slide.py`)\n   - Reorder slides in `\u003Cp:sldIdLst>`\n   - **Complete all structural changes before step 5**\n\n5. **Edit content**: Update text in each `slide{N}.xml`.\n   **Use subagents here if available** — slides are separate XML files, so subagents can edit in parallel.\n\n6. **Clean**\n\n7. **Pack**\n\n## Output Structure\n\nCopy the user-provided file to `template.pptx` in cwd. This preserves the original and gives a predictable name for all downstream scripts.\n\n```bash\ncp \u002Fpath\u002Fto\u002Fuser-provided.pptx template.pptx\n```\n\n```text\n.\u002F\n├── template.pptx               # Copy of user-provided file (never modified)\n├── template.md                 # markitdown extraction\n├── unpacked\u002F                   # Editable XML tree\n└── edited.pptx                 # Final repacked deck\n```\n\nMinimum expected deliverable: `edited.pptx`.\n\n---\n\n## Scripts\n\n| Script | Purpose |\n|--------|---------|\n| `unpack.py` | Extract and pretty-print PPTX |\n| `add_slide.py` | Duplicate slide or create from layout |\n| `clean.py` | Remove orphaned files |\n| `pack.py` | Repack with validation |\n\n\nRemoves slides not in `\u003Cp:sldIdLst>`, unreferenced media, orphaned rels.\n\n\nAlways write to `\u002Ftmp\u002F` first, then copy to the final path. Python's `zipfile` module uses `seek` internally, which fails on some volume mounts (e.g. Docker bind mounts). Writing to a local temp path avoids this.\n\nValidates, repairs, condenses XML, re-encodes smart quotes.\n\n---\n\n## Slide Operations\n\nSlide order is in `ppt\u002Fpresentation.xml` → `\u003Cp:sldIdLst>`.\n\n**Reorder**: Rearrange `\u003Cp:sldId>` elements.\n\n**Delete**: Remove `\u003Cp:sldId>`, then run `clean.py`.\n\n**Add**: Use `add_slide.py`. Never manually copy slide files—the script handles notes references, Content_Types.xml, and relationship IDs that manual copying misses.\n\n---\n\n## Editing Content\n\n**Subagents:** If available, use them here (after completing step 4). Each slide is a separate XML file, so subagents can edit in parallel. In your prompt to subagents, include:\n- The slide file path(s) to edit\n- **\"Use the Edit tool for all changes\"**\n- The formatting rules and common pitfalls below\n\nFor each slide:\n1. Read the slide's XML\n2. Identify ALL placeholder content—text, images, charts, icons, captions\n3. Replace each placeholder with final content\n\n**Use the Edit tool, not sed or Python scripts.** The Edit tool forces specificity about what to replace and where, yielding better reliability.\n\n### Formatting Rules\n\n- **Bold all headers, subheadings, and inline labels**: Use `b=\"1\"` on `\u003Ca:rPr>`. This includes:\n  - Slide titles\n  - Section headers within a slide\n  - Inline labels like (e.g.: \"Status:\", \"Description:\") at the start of a line\n- **Never use unicode bullets (•)**: Use proper list formatting with `\u003Ca:buChar>` or `\u003Ca:buAutoNum>`\n- **Bullet consistency**: Let bullets inherit from the layout. Only specify `\u003Ca:buChar>` or `\u003Ca:buNone>`.\n\n---\n\n## Common Pitfalls\n\n### Template Adaptation\n\nWhen source content has fewer items than the template:\n- **Remove excess elements entirely** (images, shapes, text boxes), don't just clear text\n- Check for orphaned visuals after clearing text content\n- Run content QA with `markitdown` to catch mismatched counts\n\nWhen replacing text with different length content:\n- **Shorter replacements**: Usually safe\n- **Longer replacements**: May overflow or wrap unexpectedly\n- Verify with `markitdown` after text changes\n- Consider truncating or splitting content to fit the template's design constraints\n\n**Template slots ≠ Source items**: If template has 4 team members but source has 3 users, delete the 4th member's entire group (image + text boxes), not just the text.\n\n### Multi-Item Content\n\nIf source has multiple items (numbered lists, multiple sections), create separate `\u003Ca:p>` elements for each — **never concatenate into one string**.\n\n**❌ WRONG** — all items in one paragraph:\n```xml\n\u003Ca:p>\n  \u003Ca:r>\u003Ca:rPr ...\u002F>\u003Ca:t>Step 1: Do the first thing. Step 2: Do the second thing.\u003C\u002Fa:t>\u003C\u002Fa:r>\n\u003C\u002Fa:p>\n```\n\n**✅ CORRECT** — separate paragraphs with bold headers:\n```xml\n\u003Ca:p>\n  \u003Ca:pPr algn=\"l\">\u003Ca:lnSpc>\u003Ca:spcPts val=\"3919\"\u002F>\u003C\u002Fa:lnSpc>\u003C\u002Fa:pPr>\n  \u003Ca:r>\u003Ca:rPr lang=\"en-US\" sz=\"2799\" b=\"1\" ...\u002F>\u003Ca:t>Step 1\u003C\u002Fa:t>\u003C\u002Fa:r>\n\u003C\u002Fa:p>\n\u003Ca:p>\n  \u003Ca:pPr algn=\"l\">\u003Ca:lnSpc>\u003Ca:spcPts val=\"3919\"\u002F>\u003C\u002Fa:lnSpc>\u003C\u002Fa:pPr>\n  \u003Ca:r>\u003Ca:rPr lang=\"en-US\" sz=\"2799\" ...\u002F>\u003Ca:t>Do the first thing.\u003C\u002Fa:t>\u003C\u002Fa:r>\n\u003C\u002Fa:p>\n\u003Ca:p>\n  \u003Ca:pPr algn=\"l\">\u003Ca:lnSpc>\u003Ca:spcPts val=\"3919\"\u002F>\u003C\u002Fa:lnSpc>\u003C\u002Fa:pPr>\n  \u003Ca:r>\u003Ca:rPr lang=\"en-US\" sz=\"2799\" b=\"1\" ...\u002F>\u003Ca:t>Step 2\u003C\u002Fa:t>\u003C\u002Fa:r>\n\u003C\u002Fa:p>\n\u003C!-- continue pattern -->\n```\n\nCopy `\u003Ca:pPr>` from the original paragraph to preserve line spacing. Use `b=\"1\"` on headers.\n\n### Smart Quotes\n\nHandled automatically by unpack\u002Fpack. But the Edit tool converts smart quotes to ASCII.\n\n**When adding new text with quotes, use XML entities:**\n\n```xml\n\u003Ca:t>the &#x201C;Agreement&#x201D;\u003C\u002Fa:t>\n```\n\n| Character | Name | Unicode | XML Entity |\n|-----------|------|---------|------------|\n| `\"` | Left double quote | U+201C | `&#x201C;` |\n| `\"` | Right double quote | U+201D | `&#x201D;` |\n| `'` | Left single quote | U+2018 | `&#x2018;` |\n| `'` | Right single quote | U+2019 | `&#x2019;` |\n\n### Other\n\n- **Whitespace**: Use `xml:space=\"preserve\"` on `\u003Ca:t>` with leading\u002Ftrailing spaces\n- **XML parsing**: Use `defusedxml.minidom`, not `xml.etree.ElementTree` (corrupts namespaces)\n",{"data":38,"body":39},{"name":4,"description":6,"license":29},{"type":40,"children":41},"root",[42,51,58,64,345,351,364,386,396,409,413,419,514,526,555,560,563,569,588,606,629,646,649,655,665,686,691,709,719,726,819,822,828,834,839,870,875,915,925,931,950,960,994,1004,1117,1137,1143,1148,1156,1170,1324,1330,1382],{"type":43,"tag":44,"props":45,"children":47},"element","h1",{"id":46},"editing-presentations",[48],{"type":49,"value":50},"text","Editing Presentations",{"type":43,"tag":52,"props":53,"children":55},"h2",{"id":54},"template-based-workflow",[56],{"type":49,"value":57},"Template-Based Workflow",{"type":43,"tag":59,"props":60,"children":61},"p",{},[62],{"type":49,"value":63},"When using an existing presentation as a template:",{"type":43,"tag":65,"props":66,"children":67},"ol",{},[68,164,240,248,304,329,337],{"type":43,"tag":69,"props":70,"children":71},"li",{},[72,78,80,150,154,156,162],{"type":43,"tag":73,"props":74,"children":75},"strong",{},[76],{"type":49,"value":77},"Copy and analyze",{"type":49,"value":79},":",{"type":43,"tag":81,"props":82,"children":87},"pre",{"className":83,"code":84,"language":85,"meta":86,"style":86},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","cp \u002Fpath\u002Fto\u002Fuser-provided.pptx template.pptx\npython -m markitdown template.pptx > template.md\n","bash","",[88],{"type":43,"tag":89,"props":90,"children":91},"code",{"__ignoreMap":86},[92,115],{"type":43,"tag":93,"props":94,"children":97},"span",{"class":95,"line":96},"line",1,[98,104,110],{"type":43,"tag":93,"props":99,"children":101},{"style":100},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[102],{"type":49,"value":103},"cp",{"type":43,"tag":93,"props":105,"children":107},{"style":106},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[108],{"type":49,"value":109}," \u002Fpath\u002Fto\u002Fuser-provided.pptx",{"type":43,"tag":93,"props":111,"children":112},{"style":106},[113],{"type":49,"value":114}," template.pptx\n",{"type":43,"tag":93,"props":116,"children":118},{"class":95,"line":117},2,[119,124,129,134,139,145],{"type":43,"tag":93,"props":120,"children":121},{"style":100},[122],{"type":49,"value":123},"python",{"type":43,"tag":93,"props":125,"children":126},{"style":106},[127],{"type":49,"value":128}," -m",{"type":43,"tag":93,"props":130,"children":131},{"style":106},[132],{"type":49,"value":133}," markitdown",{"type":43,"tag":93,"props":135,"children":136},{"style":106},[137],{"type":49,"value":138}," template.pptx",{"type":43,"tag":93,"props":140,"children":142},{"style":141},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[143],{"type":49,"value":144}," >",{"type":43,"tag":93,"props":146,"children":147},{"style":106},[148],{"type":49,"value":149}," template.md\n",{"type":43,"tag":151,"props":152,"children":153},"br",{},[],{"type":49,"value":155},"Review ",{"type":43,"tag":89,"props":157,"children":159},{"className":158},[],[160],{"type":49,"value":161},"template.md",{"type":49,"value":163}," to see placeholder text and slide structure.",{"type":43,"tag":69,"props":165,"children":166},{},[167,172,174,177,179,184,186,225,228,233,235,238],{"type":43,"tag":73,"props":168,"children":169},{},[170],{"type":49,"value":171},"Plan slide mapping",{"type":49,"value":173},": For each content section, choose a template slide.",{"type":43,"tag":151,"props":175,"children":176},{},[],{"type":49,"value":178},"⚠️ ",{"type":43,"tag":73,"props":180,"children":181},{},[182],{"type":49,"value":183},"USE VARIED LAYOUTS",{"type":49,"value":185}," — monotonous presentations are a common failure mode. Don't default to basic title + bullet slides. Actively seek out:",{"type":43,"tag":187,"props":188,"children":189},"ul",{},[190,195,200,205,210,215,220],{"type":43,"tag":69,"props":191,"children":192},{},[193],{"type":49,"value":194},"Multi-column layouts (2-column, 3-column)",{"type":43,"tag":69,"props":196,"children":197},{},[198],{"type":49,"value":199},"Image + text combinations",{"type":43,"tag":69,"props":201,"children":202},{},[203],{"type":49,"value":204},"Full-bleed images with text overlay",{"type":43,"tag":69,"props":206,"children":207},{},[208],{"type":49,"value":209},"Quote or callout slides",{"type":43,"tag":69,"props":211,"children":212},{},[213],{"type":49,"value":214},"Section dividers",{"type":43,"tag":69,"props":216,"children":217},{},[218],{"type":49,"value":219},"Stat\u002Fnumber callouts",{"type":43,"tag":69,"props":221,"children":222},{},[223],{"type":49,"value":224},"Icon grids or icon + text rows",{"type":43,"tag":151,"props":226,"children":227},{},[],{"type":43,"tag":73,"props":229,"children":230},{},[231],{"type":49,"value":232},"Avoid:",{"type":49,"value":234}," Repeating the same text-heavy layout for every slide.",{"type":43,"tag":151,"props":236,"children":237},{},[],{"type":49,"value":239},"Match content type to layout style (e.g., key points → bullet slide, team info → multi-column, testimonials → quote slide).",{"type":43,"tag":69,"props":241,"children":242},{},[243],{"type":43,"tag":73,"props":244,"children":245},{},[246],{"type":49,"value":247},"Unpack",{"type":43,"tag":69,"props":249,"children":250},{},[251,256,258],{"type":43,"tag":73,"props":252,"children":253},{},[254],{"type":49,"value":255},"Build presentation",{"type":49,"value":257}," (do this yourself, not with subagents):",{"type":43,"tag":187,"props":259,"children":260},{},[261,274,286,296],{"type":43,"tag":69,"props":262,"children":263},{},[264,266,272],{"type":49,"value":265},"Delete unwanted slides (remove from ",{"type":43,"tag":89,"props":267,"children":269},{"className":268},[],[270],{"type":49,"value":271},"\u003Cp:sldIdLst>",{"type":49,"value":273},")",{"type":43,"tag":69,"props":275,"children":276},{},[277,279,285],{"type":49,"value":278},"Duplicate slides you want to reuse (",{"type":43,"tag":89,"props":280,"children":282},{"className":281},[],[283],{"type":49,"value":284},"add_slide.py",{"type":49,"value":273},{"type":43,"tag":69,"props":287,"children":288},{},[289,291],{"type":49,"value":290},"Reorder slides in ",{"type":43,"tag":89,"props":292,"children":294},{"className":293},[],[295],{"type":49,"value":271},{"type":43,"tag":69,"props":297,"children":298},{},[299],{"type":43,"tag":73,"props":300,"children":301},{},[302],{"type":49,"value":303},"Complete all structural changes before step 5",{"type":43,"tag":69,"props":305,"children":306},{},[307,312,314,320,322,327],{"type":43,"tag":73,"props":308,"children":309},{},[310],{"type":49,"value":311},"Edit content",{"type":49,"value":313},": Update text in each ",{"type":43,"tag":89,"props":315,"children":317},{"className":316},[],[318],{"type":49,"value":319},"slide{N}.xml",{"type":49,"value":321},".\n",{"type":43,"tag":73,"props":323,"children":324},{},[325],{"type":49,"value":326},"Use subagents here if available",{"type":49,"value":328}," — slides are separate XML files, so subagents can edit in parallel.",{"type":43,"tag":69,"props":330,"children":331},{},[332],{"type":43,"tag":73,"props":333,"children":334},{},[335],{"type":49,"value":336},"Clean",{"type":43,"tag":69,"props":338,"children":339},{},[340],{"type":43,"tag":73,"props":341,"children":342},{},[343],{"type":49,"value":344},"Pack",{"type":43,"tag":52,"props":346,"children":348},{"id":347},"output-structure",[349],{"type":49,"value":350},"Output Structure",{"type":43,"tag":59,"props":352,"children":353},{},[354,356,362],{"type":49,"value":355},"Copy the user-provided file to ",{"type":43,"tag":89,"props":357,"children":359},{"className":358},[],[360],{"type":49,"value":361},"template.pptx",{"type":49,"value":363}," in cwd. This preserves the original and gives a predictable name for all downstream scripts.",{"type":43,"tag":81,"props":365,"children":367},{"className":83,"code":366,"language":85,"meta":86,"style":86},"cp \u002Fpath\u002Fto\u002Fuser-provided.pptx template.pptx\n",[368],{"type":43,"tag":89,"props":369,"children":370},{"__ignoreMap":86},[371],{"type":43,"tag":93,"props":372,"children":373},{"class":95,"line":96},[374,378,382],{"type":43,"tag":93,"props":375,"children":376},{"style":100},[377],{"type":49,"value":103},{"type":43,"tag":93,"props":379,"children":380},{"style":106},[381],{"type":49,"value":109},{"type":43,"tag":93,"props":383,"children":384},{"style":106},[385],{"type":49,"value":114},{"type":43,"tag":81,"props":387,"children":391},{"className":388,"code":390,"language":49,"meta":86},[389],"language-text",".\u002F\n├── template.pptx               # Copy of user-provided file (never modified)\n├── template.md                 # markitdown extraction\n├── unpacked\u002F                   # Editable XML tree\n└── edited.pptx                 # Final repacked deck\n",[392],{"type":43,"tag":89,"props":393,"children":394},{"__ignoreMap":86},[395],{"type":49,"value":390},{"type":43,"tag":59,"props":397,"children":398},{},[399,401,407],{"type":49,"value":400},"Minimum expected deliverable: ",{"type":43,"tag":89,"props":402,"children":404},{"className":403},[],[405],{"type":49,"value":406},"edited.pptx",{"type":49,"value":408},".",{"type":43,"tag":410,"props":411,"children":412},"hr",{},[],{"type":43,"tag":52,"props":414,"children":416},{"id":415},"scripts",[417],{"type":49,"value":418},"Scripts",{"type":43,"tag":420,"props":421,"children":422},"table",{},[423,442],{"type":43,"tag":424,"props":425,"children":426},"thead",{},[427],{"type":43,"tag":428,"props":429,"children":430},"tr",{},[431,437],{"type":43,"tag":432,"props":433,"children":434},"th",{},[435],{"type":49,"value":436},"Script",{"type":43,"tag":432,"props":438,"children":439},{},[440],{"type":49,"value":441},"Purpose",{"type":43,"tag":443,"props":444,"children":445},"tbody",{},[446,464,480,497],{"type":43,"tag":428,"props":447,"children":448},{},[449,459],{"type":43,"tag":450,"props":451,"children":452},"td",{},[453],{"type":43,"tag":89,"props":454,"children":456},{"className":455},[],[457],{"type":49,"value":458},"unpack.py",{"type":43,"tag":450,"props":460,"children":461},{},[462],{"type":49,"value":463},"Extract and pretty-print PPTX",{"type":43,"tag":428,"props":465,"children":466},{},[467,475],{"type":43,"tag":450,"props":468,"children":469},{},[470],{"type":43,"tag":89,"props":471,"children":473},{"className":472},[],[474],{"type":49,"value":284},{"type":43,"tag":450,"props":476,"children":477},{},[478],{"type":49,"value":479},"Duplicate slide or create from layout",{"type":43,"tag":428,"props":481,"children":482},{},[483,492],{"type":43,"tag":450,"props":484,"children":485},{},[486],{"type":43,"tag":89,"props":487,"children":489},{"className":488},[],[490],{"type":49,"value":491},"clean.py",{"type":43,"tag":450,"props":493,"children":494},{},[495],{"type":49,"value":496},"Remove orphaned files",{"type":43,"tag":428,"props":498,"children":499},{},[500,509],{"type":43,"tag":450,"props":501,"children":502},{},[503],{"type":43,"tag":89,"props":504,"children":506},{"className":505},[],[507],{"type":49,"value":508},"pack.py",{"type":43,"tag":450,"props":510,"children":511},{},[512],{"type":49,"value":513},"Repack with validation",{"type":43,"tag":59,"props":515,"children":516},{},[517,519,524],{"type":49,"value":518},"Removes slides not in ",{"type":43,"tag":89,"props":520,"children":522},{"className":521},[],[523],{"type":49,"value":271},{"type":49,"value":525},", unreferenced media, orphaned rels.",{"type":43,"tag":59,"props":527,"children":528},{},[529,531,537,539,545,547,553],{"type":49,"value":530},"Always write to ",{"type":43,"tag":89,"props":532,"children":534},{"className":533},[],[535],{"type":49,"value":536},"\u002Ftmp\u002F",{"type":49,"value":538}," first, then copy to the final path. Python's ",{"type":43,"tag":89,"props":540,"children":542},{"className":541},[],[543],{"type":49,"value":544},"zipfile",{"type":49,"value":546}," module uses ",{"type":43,"tag":89,"props":548,"children":550},{"className":549},[],[551],{"type":49,"value":552},"seek",{"type":49,"value":554}," internally, which fails on some volume mounts (e.g. Docker bind mounts). Writing to a local temp path avoids this.",{"type":43,"tag":59,"props":556,"children":557},{},[558],{"type":49,"value":559},"Validates, repairs, condenses XML, re-encodes smart quotes.",{"type":43,"tag":410,"props":561,"children":562},{},[],{"type":43,"tag":52,"props":564,"children":566},{"id":565},"slide-operations",[567],{"type":49,"value":568},"Slide Operations",{"type":43,"tag":59,"props":570,"children":571},{},[572,574,580,582,587],{"type":49,"value":573},"Slide order is in ",{"type":43,"tag":89,"props":575,"children":577},{"className":576},[],[578],{"type":49,"value":579},"ppt\u002Fpresentation.xml",{"type":49,"value":581}," → ",{"type":43,"tag":89,"props":583,"children":585},{"className":584},[],[586],{"type":49,"value":271},{"type":49,"value":408},{"type":43,"tag":59,"props":589,"children":590},{},[591,596,598,604],{"type":43,"tag":73,"props":592,"children":593},{},[594],{"type":49,"value":595},"Reorder",{"type":49,"value":597},": Rearrange ",{"type":43,"tag":89,"props":599,"children":601},{"className":600},[],[602],{"type":49,"value":603},"\u003Cp:sldId>",{"type":49,"value":605}," elements.",{"type":43,"tag":59,"props":607,"children":608},{},[609,614,616,621,623,628],{"type":43,"tag":73,"props":610,"children":611},{},[612],{"type":49,"value":613},"Delete",{"type":49,"value":615},": Remove ",{"type":43,"tag":89,"props":617,"children":619},{"className":618},[],[620],{"type":49,"value":603},{"type":49,"value":622},", then run ",{"type":43,"tag":89,"props":624,"children":626},{"className":625},[],[627],{"type":49,"value":491},{"type":49,"value":408},{"type":43,"tag":59,"props":630,"children":631},{},[632,637,639,644],{"type":43,"tag":73,"props":633,"children":634},{},[635],{"type":49,"value":636},"Add",{"type":49,"value":638},": Use ",{"type":43,"tag":89,"props":640,"children":642},{"className":641},[],[643],{"type":49,"value":284},{"type":49,"value":645},". Never manually copy slide files—the script handles notes references, Content_Types.xml, and relationship IDs that manual copying misses.",{"type":43,"tag":410,"props":647,"children":648},{},[],{"type":43,"tag":52,"props":650,"children":652},{"id":651},"editing-content",[653],{"type":49,"value":654},"Editing Content",{"type":43,"tag":59,"props":656,"children":657},{},[658,663],{"type":43,"tag":73,"props":659,"children":660},{},[661],{"type":49,"value":662},"Subagents:",{"type":49,"value":664}," If available, use them here (after completing step 4). Each slide is a separate XML file, so subagents can edit in parallel. In your prompt to subagents, include:",{"type":43,"tag":187,"props":666,"children":667},{},[668,673,681],{"type":43,"tag":69,"props":669,"children":670},{},[671],{"type":49,"value":672},"The slide file path(s) to edit",{"type":43,"tag":69,"props":674,"children":675},{},[676],{"type":43,"tag":73,"props":677,"children":678},{},[679],{"type":49,"value":680},"\"Use the Edit tool for all changes\"",{"type":43,"tag":69,"props":682,"children":683},{},[684],{"type":49,"value":685},"The formatting rules and common pitfalls below",{"type":43,"tag":59,"props":687,"children":688},{},[689],{"type":49,"value":690},"For each slide:",{"type":43,"tag":65,"props":692,"children":693},{},[694,699,704],{"type":43,"tag":69,"props":695,"children":696},{},[697],{"type":49,"value":698},"Read the slide's XML",{"type":43,"tag":69,"props":700,"children":701},{},[702],{"type":49,"value":703},"Identify ALL placeholder content—text, images, charts, icons, captions",{"type":43,"tag":69,"props":705,"children":706},{},[707],{"type":49,"value":708},"Replace each placeholder with final content",{"type":43,"tag":59,"props":710,"children":711},{},[712,717],{"type":43,"tag":73,"props":713,"children":714},{},[715],{"type":49,"value":716},"Use the Edit tool, not sed or Python scripts.",{"type":49,"value":718}," The Edit tool forces specificity about what to replace and where, yielding better reliability.",{"type":43,"tag":720,"props":721,"children":723},"h3",{"id":722},"formatting-rules",[724],{"type":49,"value":725},"Formatting Rules",{"type":43,"tag":187,"props":727,"children":728},{},[729,772,796],{"type":43,"tag":69,"props":730,"children":731},{},[732,737,738,744,746,752,754],{"type":43,"tag":73,"props":733,"children":734},{},[735],{"type":49,"value":736},"Bold all headers, subheadings, and inline labels",{"type":49,"value":638},{"type":43,"tag":89,"props":739,"children":741},{"className":740},[],[742],{"type":49,"value":743},"b=\"1\"",{"type":49,"value":745}," on ",{"type":43,"tag":89,"props":747,"children":749},{"className":748},[],[750],{"type":49,"value":751},"\u003Ca:rPr>",{"type":49,"value":753},". This includes:\n",{"type":43,"tag":187,"props":755,"children":756},{},[757,762,767],{"type":43,"tag":69,"props":758,"children":759},{},[760],{"type":49,"value":761},"Slide titles",{"type":43,"tag":69,"props":763,"children":764},{},[765],{"type":49,"value":766},"Section headers within a slide",{"type":43,"tag":69,"props":768,"children":769},{},[770],{"type":49,"value":771},"Inline labels like (e.g.: \"Status:\", \"Description:\") at the start of a line",{"type":43,"tag":69,"props":773,"children":774},{},[775,780,782,788,790],{"type":43,"tag":73,"props":776,"children":777},{},[778],{"type":49,"value":779},"Never use unicode bullets (•)",{"type":49,"value":781},": Use proper list formatting with ",{"type":43,"tag":89,"props":783,"children":785},{"className":784},[],[786],{"type":49,"value":787},"\u003Ca:buChar>",{"type":49,"value":789}," or ",{"type":43,"tag":89,"props":791,"children":793},{"className":792},[],[794],{"type":49,"value":795},"\u003Ca:buAutoNum>",{"type":43,"tag":69,"props":797,"children":798},{},[799,804,806,811,812,818],{"type":43,"tag":73,"props":800,"children":801},{},[802],{"type":49,"value":803},"Bullet consistency",{"type":49,"value":805},": Let bullets inherit from the layout. Only specify ",{"type":43,"tag":89,"props":807,"children":809},{"className":808},[],[810],{"type":49,"value":787},{"type":49,"value":789},{"type":43,"tag":89,"props":813,"children":815},{"className":814},[],[816],{"type":49,"value":817},"\u003Ca:buNone>",{"type":49,"value":408},{"type":43,"tag":410,"props":820,"children":821},{},[],{"type":43,"tag":52,"props":823,"children":825},{"id":824},"common-pitfalls",[826],{"type":49,"value":827},"Common Pitfalls",{"type":43,"tag":720,"props":829,"children":831},{"id":830},"template-adaptation",[832],{"type":49,"value":833},"Template Adaptation",{"type":43,"tag":59,"props":835,"children":836},{},[837],{"type":49,"value":838},"When source content has fewer items than the template:",{"type":43,"tag":187,"props":840,"children":841},{},[842,852,857],{"type":43,"tag":69,"props":843,"children":844},{},[845,850],{"type":43,"tag":73,"props":846,"children":847},{},[848],{"type":49,"value":849},"Remove excess elements entirely",{"type":49,"value":851}," (images, shapes, text boxes), don't just clear text",{"type":43,"tag":69,"props":853,"children":854},{},[855],{"type":49,"value":856},"Check for orphaned visuals after clearing text content",{"type":43,"tag":69,"props":858,"children":859},{},[860,862,868],{"type":49,"value":861},"Run content QA with ",{"type":43,"tag":89,"props":863,"children":865},{"className":864},[],[866],{"type":49,"value":867},"markitdown",{"type":49,"value":869}," to catch mismatched counts",{"type":43,"tag":59,"props":871,"children":872},{},[873],{"type":49,"value":874},"When replacing text with different length content:",{"type":43,"tag":187,"props":876,"children":877},{},[878,888,898,910],{"type":43,"tag":69,"props":879,"children":880},{},[881,886],{"type":43,"tag":73,"props":882,"children":883},{},[884],{"type":49,"value":885},"Shorter replacements",{"type":49,"value":887},": Usually safe",{"type":43,"tag":69,"props":889,"children":890},{},[891,896],{"type":43,"tag":73,"props":892,"children":893},{},[894],{"type":49,"value":895},"Longer replacements",{"type":49,"value":897},": May overflow or wrap unexpectedly",{"type":43,"tag":69,"props":899,"children":900},{},[901,903,908],{"type":49,"value":902},"Verify with ",{"type":43,"tag":89,"props":904,"children":906},{"className":905},[],[907],{"type":49,"value":867},{"type":49,"value":909}," after text changes",{"type":43,"tag":69,"props":911,"children":912},{},[913],{"type":49,"value":914},"Consider truncating or splitting content to fit the template's design constraints",{"type":43,"tag":59,"props":916,"children":917},{},[918,923],{"type":43,"tag":73,"props":919,"children":920},{},[921],{"type":49,"value":922},"Template slots ≠ Source items",{"type":49,"value":924},": If template has 4 team members but source has 3 users, delete the 4th member's entire group (image + text boxes), not just the text.",{"type":43,"tag":720,"props":926,"children":928},{"id":927},"multi-item-content",[929],{"type":49,"value":930},"Multi-Item Content",{"type":43,"tag":59,"props":932,"children":933},{},[934,936,942,944,949],{"type":49,"value":935},"If source has multiple items (numbered lists, multiple sections), create separate ",{"type":43,"tag":89,"props":937,"children":939},{"className":938},[],[940],{"type":49,"value":941},"\u003Ca:p>",{"type":49,"value":943}," elements for each — ",{"type":43,"tag":73,"props":945,"children":946},{},[947],{"type":49,"value":948},"never concatenate into one string",{"type":49,"value":408},{"type":43,"tag":59,"props":951,"children":952},{},[953,958],{"type":43,"tag":73,"props":954,"children":955},{},[956],{"type":49,"value":957},"❌ WRONG",{"type":49,"value":959}," — all items in one paragraph:",{"type":43,"tag":81,"props":961,"children":965},{"className":962,"code":963,"language":964,"meta":86,"style":86},"language-xml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003Ca:p>\n  \u003Ca:r>\u003Ca:rPr ...\u002F>\u003Ca:t>Step 1: Do the first thing. Step 2: Do the second thing.\u003C\u002Fa:t>\u003C\u002Fa:r>\n\u003C\u002Fa:p>\n","xml",[966],{"type":43,"tag":89,"props":967,"children":968},{"__ignoreMap":86},[969,977,985],{"type":43,"tag":93,"props":970,"children":971},{"class":95,"line":96},[972],{"type":43,"tag":93,"props":973,"children":974},{},[975],{"type":49,"value":976},"\u003Ca:p>\n",{"type":43,"tag":93,"props":978,"children":979},{"class":95,"line":117},[980],{"type":43,"tag":93,"props":981,"children":982},{},[983],{"type":49,"value":984},"  \u003Ca:r>\u003Ca:rPr ...\u002F>\u003Ca:t>Step 1: Do the first thing. Step 2: Do the second thing.\u003C\u002Fa:t>\u003C\u002Fa:r>\n",{"type":43,"tag":93,"props":986,"children":988},{"class":95,"line":987},3,[989],{"type":43,"tag":93,"props":990,"children":991},{},[992],{"type":49,"value":993},"\u003C\u002Fa:p>\n",{"type":43,"tag":59,"props":995,"children":996},{},[997,1002],{"type":43,"tag":73,"props":998,"children":999},{},[1000],{"type":49,"value":1001},"✅ CORRECT",{"type":49,"value":1003}," — separate paragraphs with bold headers:",{"type":43,"tag":81,"props":1005,"children":1007},{"className":962,"code":1006,"language":964,"meta":86,"style":86},"\u003Ca:p>\n  \u003Ca:pPr algn=\"l\">\u003Ca:lnSpc>\u003Ca:spcPts val=\"3919\"\u002F>\u003C\u002Fa:lnSpc>\u003C\u002Fa:pPr>\n  \u003Ca:r>\u003Ca:rPr lang=\"en-US\" sz=\"2799\" b=\"1\" ...\u002F>\u003Ca:t>Step 1\u003C\u002Fa:t>\u003C\u002Fa:r>\n\u003C\u002Fa:p>\n\u003Ca:p>\n  \u003Ca:pPr algn=\"l\">\u003Ca:lnSpc>\u003Ca:spcPts val=\"3919\"\u002F>\u003C\u002Fa:lnSpc>\u003C\u002Fa:pPr>\n  \u003Ca:r>\u003Ca:rPr lang=\"en-US\" sz=\"2799\" ...\u002F>\u003Ca:t>Do the first thing.\u003C\u002Fa:t>\u003C\u002Fa:r>\n\u003C\u002Fa:p>\n\u003Ca:p>\n  \u003Ca:pPr algn=\"l\">\u003Ca:lnSpc>\u003Ca:spcPts val=\"3919\"\u002F>\u003C\u002Fa:lnSpc>\u003C\u002Fa:pPr>\n  \u003Ca:r>\u003Ca:rPr lang=\"en-US\" sz=\"2799\" b=\"1\" ...\u002F>\u003Ca:t>Step 2\u003C\u002Fa:t>\u003C\u002Fa:r>\n\u003C\u002Fa:p>\n\u003C!-- continue pattern -->\n",[1008],{"type":43,"tag":89,"props":1009,"children":1010},{"__ignoreMap":86},[1011,1018,1026,1034,1042,1050,1058,1067,1075,1083,1091,1100,1108],{"type":43,"tag":93,"props":1012,"children":1013},{"class":95,"line":96},[1014],{"type":43,"tag":93,"props":1015,"children":1016},{},[1017],{"type":49,"value":976},{"type":43,"tag":93,"props":1019,"children":1020},{"class":95,"line":117},[1021],{"type":43,"tag":93,"props":1022,"children":1023},{},[1024],{"type":49,"value":1025},"  \u003Ca:pPr algn=\"l\">\u003Ca:lnSpc>\u003Ca:spcPts val=\"3919\"\u002F>\u003C\u002Fa:lnSpc>\u003C\u002Fa:pPr>\n",{"type":43,"tag":93,"props":1027,"children":1028},{"class":95,"line":987},[1029],{"type":43,"tag":93,"props":1030,"children":1031},{},[1032],{"type":49,"value":1033},"  \u003Ca:r>\u003Ca:rPr lang=\"en-US\" sz=\"2799\" b=\"1\" ...\u002F>\u003Ca:t>Step 1\u003C\u002Fa:t>\u003C\u002Fa:r>\n",{"type":43,"tag":93,"props":1035,"children":1037},{"class":95,"line":1036},4,[1038],{"type":43,"tag":93,"props":1039,"children":1040},{},[1041],{"type":49,"value":993},{"type":43,"tag":93,"props":1043,"children":1045},{"class":95,"line":1044},5,[1046],{"type":43,"tag":93,"props":1047,"children":1048},{},[1049],{"type":49,"value":976},{"type":43,"tag":93,"props":1051,"children":1053},{"class":95,"line":1052},6,[1054],{"type":43,"tag":93,"props":1055,"children":1056},{},[1057],{"type":49,"value":1025},{"type":43,"tag":93,"props":1059,"children":1061},{"class":95,"line":1060},7,[1062],{"type":43,"tag":93,"props":1063,"children":1064},{},[1065],{"type":49,"value":1066},"  \u003Ca:r>\u003Ca:rPr lang=\"en-US\" sz=\"2799\" ...\u002F>\u003Ca:t>Do the first thing.\u003C\u002Fa:t>\u003C\u002Fa:r>\n",{"type":43,"tag":93,"props":1068,"children":1070},{"class":95,"line":1069},8,[1071],{"type":43,"tag":93,"props":1072,"children":1073},{},[1074],{"type":49,"value":993},{"type":43,"tag":93,"props":1076,"children":1078},{"class":95,"line":1077},9,[1079],{"type":43,"tag":93,"props":1080,"children":1081},{},[1082],{"type":49,"value":976},{"type":43,"tag":93,"props":1084,"children":1086},{"class":95,"line":1085},10,[1087],{"type":43,"tag":93,"props":1088,"children":1089},{},[1090],{"type":49,"value":1025},{"type":43,"tag":93,"props":1092,"children":1094},{"class":95,"line":1093},11,[1095],{"type":43,"tag":93,"props":1096,"children":1097},{},[1098],{"type":49,"value":1099},"  \u003Ca:r>\u003Ca:rPr lang=\"en-US\" sz=\"2799\" b=\"1\" ...\u002F>\u003Ca:t>Step 2\u003C\u002Fa:t>\u003C\u002Fa:r>\n",{"type":43,"tag":93,"props":1101,"children":1103},{"class":95,"line":1102},12,[1104],{"type":43,"tag":93,"props":1105,"children":1106},{},[1107],{"type":49,"value":993},{"type":43,"tag":93,"props":1109,"children":1111},{"class":95,"line":1110},13,[1112],{"type":43,"tag":93,"props":1113,"children":1114},{},[1115],{"type":49,"value":1116},"\u003C!-- continue pattern -->\n",{"type":43,"tag":59,"props":1118,"children":1119},{},[1120,1122,1128,1130,1135],{"type":49,"value":1121},"Copy ",{"type":43,"tag":89,"props":1123,"children":1125},{"className":1124},[],[1126],{"type":49,"value":1127},"\u003Ca:pPr>",{"type":49,"value":1129}," from the original paragraph to preserve line spacing. Use ",{"type":43,"tag":89,"props":1131,"children":1133},{"className":1132},[],[1134],{"type":49,"value":743},{"type":49,"value":1136}," on headers.",{"type":43,"tag":720,"props":1138,"children":1140},{"id":1139},"smart-quotes",[1141],{"type":49,"value":1142},"Smart Quotes",{"type":43,"tag":59,"props":1144,"children":1145},{},[1146],{"type":49,"value":1147},"Handled automatically by unpack\u002Fpack. But the Edit tool converts smart quotes to ASCII.",{"type":43,"tag":59,"props":1149,"children":1150},{},[1151],{"type":43,"tag":73,"props":1152,"children":1153},{},[1154],{"type":49,"value":1155},"When adding new text with quotes, use XML entities:",{"type":43,"tag":81,"props":1157,"children":1159},{"className":962,"code":1158,"language":964,"meta":86,"style":86},"\u003Ca:t>the &#x201C;Agreement&#x201D;\u003C\u002Fa:t>\n",[1160],{"type":43,"tag":89,"props":1161,"children":1162},{"__ignoreMap":86},[1163],{"type":43,"tag":93,"props":1164,"children":1165},{"class":95,"line":96},[1166],{"type":43,"tag":93,"props":1167,"children":1168},{},[1169],{"type":49,"value":1158},{"type":43,"tag":420,"props":1171,"children":1172},{},[1173,1199],{"type":43,"tag":424,"props":1174,"children":1175},{},[1176],{"type":43,"tag":428,"props":1177,"children":1178},{},[1179,1184,1189,1194],{"type":43,"tag":432,"props":1180,"children":1181},{},[1182],{"type":49,"value":1183},"Character",{"type":43,"tag":432,"props":1185,"children":1186},{},[1187],{"type":49,"value":1188},"Name",{"type":43,"tag":432,"props":1190,"children":1191},{},[1192],{"type":49,"value":1193},"Unicode",{"type":43,"tag":432,"props":1195,"children":1196},{},[1197],{"type":49,"value":1198},"XML Entity",{"type":43,"tag":443,"props":1200,"children":1201},{},[1202,1233,1263,1294],{"type":43,"tag":428,"props":1203,"children":1204},{},[1205,1214,1219,1224],{"type":43,"tag":450,"props":1206,"children":1207},{},[1208],{"type":43,"tag":89,"props":1209,"children":1211},{"className":1210},[],[1212],{"type":49,"value":1213},"\"",{"type":43,"tag":450,"props":1215,"children":1216},{},[1217],{"type":49,"value":1218},"Left double quote",{"type":43,"tag":450,"props":1220,"children":1221},{},[1222],{"type":49,"value":1223},"U+201C",{"type":43,"tag":450,"props":1225,"children":1226},{},[1227],{"type":43,"tag":89,"props":1228,"children":1230},{"className":1229},[],[1231],{"type":49,"value":1232},"&#x201C;",{"type":43,"tag":428,"props":1234,"children":1235},{},[1236,1244,1249,1254],{"type":43,"tag":450,"props":1237,"children":1238},{},[1239],{"type":43,"tag":89,"props":1240,"children":1242},{"className":1241},[],[1243],{"type":49,"value":1213},{"type":43,"tag":450,"props":1245,"children":1246},{},[1247],{"type":49,"value":1248},"Right double quote",{"type":43,"tag":450,"props":1250,"children":1251},{},[1252],{"type":49,"value":1253},"U+201D",{"type":43,"tag":450,"props":1255,"children":1256},{},[1257],{"type":43,"tag":89,"props":1258,"children":1260},{"className":1259},[],[1261],{"type":49,"value":1262},"&#x201D;",{"type":43,"tag":428,"props":1264,"children":1265},{},[1266,1275,1280,1285],{"type":43,"tag":450,"props":1267,"children":1268},{},[1269],{"type":43,"tag":89,"props":1270,"children":1272},{"className":1271},[],[1273],{"type":49,"value":1274},"'",{"type":43,"tag":450,"props":1276,"children":1277},{},[1278],{"type":49,"value":1279},"Left single quote",{"type":43,"tag":450,"props":1281,"children":1282},{},[1283],{"type":49,"value":1284},"U+2018",{"type":43,"tag":450,"props":1286,"children":1287},{},[1288],{"type":43,"tag":89,"props":1289,"children":1291},{"className":1290},[],[1292],{"type":49,"value":1293},"&#x2018;",{"type":43,"tag":428,"props":1295,"children":1296},{},[1297,1305,1310,1315],{"type":43,"tag":450,"props":1298,"children":1299},{},[1300],{"type":43,"tag":89,"props":1301,"children":1303},{"className":1302},[],[1304],{"type":49,"value":1274},{"type":43,"tag":450,"props":1306,"children":1307},{},[1308],{"type":49,"value":1309},"Right single quote",{"type":43,"tag":450,"props":1311,"children":1312},{},[1313],{"type":49,"value":1314},"U+2019",{"type":43,"tag":450,"props":1316,"children":1317},{},[1318],{"type":43,"tag":89,"props":1319,"children":1321},{"className":1320},[],[1322],{"type":49,"value":1323},"&#x2019;",{"type":43,"tag":720,"props":1325,"children":1327},{"id":1326},"other",[1328],{"type":49,"value":1329},"Other",{"type":43,"tag":187,"props":1331,"children":1332},{},[1333,1357],{"type":43,"tag":69,"props":1334,"children":1335},{},[1336,1341,1342,1348,1349,1355],{"type":43,"tag":73,"props":1337,"children":1338},{},[1339],{"type":49,"value":1340},"Whitespace",{"type":49,"value":638},{"type":43,"tag":89,"props":1343,"children":1345},{"className":1344},[],[1346],{"type":49,"value":1347},"xml:space=\"preserve\"",{"type":49,"value":745},{"type":43,"tag":89,"props":1350,"children":1352},{"className":1351},[],[1353],{"type":49,"value":1354},"\u003Ca:t>",{"type":49,"value":1356}," with leading\u002Ftrailing spaces",{"type":43,"tag":69,"props":1358,"children":1359},{},[1360,1365,1366,1372,1374,1380],{"type":43,"tag":73,"props":1361,"children":1362},{},[1363],{"type":49,"value":1364},"XML parsing",{"type":49,"value":638},{"type":43,"tag":89,"props":1367,"children":1369},{"className":1368},[],[1370],{"type":49,"value":1371},"defusedxml.minidom",{"type":49,"value":1373},", not ",{"type":43,"tag":89,"props":1375,"children":1377},{"className":1376},[],[1378],{"type":49,"value":1379},"xml.etree.ElementTree",{"type":49,"value":1381}," (corrupts namespaces)",{"type":43,"tag":1383,"props":1384,"children":1385},"style",{},[1386],{"type":49,"value":1387},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1389,"total":1514},[1390,1412,1428,1445,1458,1478,1496],{"slug":1391,"name":1391,"fn":1392,"description":1393,"org":1394,"tags":1395,"stars":26,"repoUrl":27,"updatedAt":1411},"android-native-dev","develop Android native applications","Android native application development and UI design guide. Covers Material Design 3, Kotlin\u002FCompose development, project configuration, accessibility, and build troubleshooting. Read this before Android native application development.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1396,1399,1402,1405,1408],{"name":1397,"slug":1398,"type":16},"Accessibility","accessibility",{"name":1400,"slug":1401,"type":16},"Android","android",{"name":1403,"slug":1404,"type":16},"Kotlin","kotlin",{"name":1406,"slug":1407,"type":16},"Mobile","mobile",{"name":1409,"slug":1410,"type":16},"UI Components","ui-components","2026-07-13T06:16:54.247834",{"slug":1413,"name":1413,"fn":1414,"description":1415,"org":1416,"tags":1417,"stars":26,"repoUrl":27,"updatedAt":1427},"buddy-sings","generate singing performances for AI companions","Use when user wants their Claude Code pet (\u002Fbuddy) to sing a song. Triggers on any request that combines the concept of their Claude Code buddy, pet, or companion with singing or music. Supports multilingual triggers — match equivalent phrases in any language.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1418,1421,1424],{"name":1419,"slug":1420,"type":16},"Agents","agents",{"name":1422,"slug":1423,"type":16},"Audio","audio",{"name":1425,"slug":1426,"type":16},"Creative","creative","2026-07-13T06:16:35.130644",{"slug":1429,"name":1429,"fn":1430,"description":1431,"org":1432,"tags":1433,"stars":26,"repoUrl":27,"updatedAt":1444},"color-font-skill","select color palettes and font pairings","Choose presentation-ready color palettes and font pairings for PPT\u002Fdesign tasks. Use when users ask for visual theme choices, brand-safe palettes, or font recommendations. Triggers include: 配色, 色板, 字体, color palette, font, PPT配色, 字体搭配.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1434,1437,1438,1441],{"name":1435,"slug":1436,"type":16},"Design","design",{"name":14,"slug":15,"type":16},{"name":1439,"slug":1440,"type":16},"Themes","themes",{"name":1442,"slug":1443,"type":16},"Typography","typography","2026-07-13T06:17:02.785587",{"slug":1446,"name":1446,"fn":1447,"description":1448,"org":1449,"tags":1450,"stars":26,"repoUrl":27,"updatedAt":1457},"design-style-skill","select visual design systems for presentations","Select a consistent visual design system for PPT slides using radius\u002Fspacing style recipes. Use when users ask for overall style direction or component styling consistency. Includes Sharp\u002FSoft\u002FRounded\u002FPill recipes, component mappings, typography\u002Fspacing rules, and mixing guidance. Triggers: 风格, style, radius, spacing, 圆角, 间距, PPT风格, 视觉风格, design style, component style.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1451,1452,1455,1456],{"name":1435,"slug":1436,"type":16},{"name":1453,"slug":1454,"type":16},"Design System","design-system",{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},"2026-07-13T06:17:10.398389",{"slug":1459,"name":1459,"fn":1460,"description":1461,"org":1462,"tags":1463,"stars":26,"repoUrl":27,"updatedAt":1477},"flutter-dev","build cross-platform apps with Flutter","Flutter cross-platform development guide covering widget patterns, Riverpod\u002FBloc state management, GoRouter navigation, performance optimization, and platform-specific implementations. Includes const optimization, responsive layouts, testing strategies, and DevTools profiling.\nUse when: building Flutter apps, implementing state management (Riverpod\u002FBloc), setting up GoRouter navigation, creating custom widgets, optimizing performance, writing widget tests, cross-platform development.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1464,1467,1470,1471,1474],{"name":1465,"slug":1466,"type":16},"Dart","dart",{"name":1468,"slug":1469,"type":16},"Flutter","flutter",{"name":1406,"slug":1407,"type":16},{"name":1472,"slug":1473,"type":16},"Performance","performance",{"name":1475,"slug":1476,"type":16},"State Management","state-management","2026-07-13T06:16:36.626679",{"slug":1479,"name":1479,"fn":1480,"description":1481,"org":1482,"tags":1483,"stars":26,"repoUrl":27,"updatedAt":1495},"frontend-dev","build visually striking frontend web pages","Full-stack frontend development combining premium UI design, cinematic animations,\nAI-generated media assets, persuasive copywriting, and visual art. Builds complete,\nvisually striking web pages with real media, advanced motion, and compelling copy.\nUse when: building landing pages, marketing sites, product pages, dashboards,\ngenerating media assets (image\u002Fvideo\u002Faudio\u002Fmusic), writing conversion copy,\ncreating generative art, or implementing cinematic scroll animations.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1484,1487,1488,1489,1492],{"name":1485,"slug":1486,"type":16},"Animation","animation",{"name":1425,"slug":1426,"type":16},{"name":1435,"slug":1436,"type":16},{"name":1490,"slug":1491,"type":16},"Frontend","frontend",{"name":1493,"slug":1494,"type":16},"Web Development","web-development","2026-07-13T06:16:39.108827",{"slug":1497,"name":1497,"fn":1498,"description":1499,"org":1500,"tags":1501,"stars":26,"repoUrl":27,"updatedAt":1513},"fullstack-dev","build full-stack web applications","Full-stack backend architecture and frontend-backend integration guide.\nTRIGGER when: building a full-stack app, creating REST API with frontend, scaffolding backend service,\nbuilding todo app, building CRUD app, building real-time app, building chat app,\nExpress + React, Next.js API, Node.js backend, Python backend, Go backend,\ndesigning service layers, implementing error handling, managing config\u002Fauth,\nsetting up API clients, implementing auth flows, handling file uploads,\nadding real-time features (SSE\u002FWebSocket), hardening for production.\nDO NOT TRIGGER when: pure frontend UI work, pure CSS\u002Fstyling, database schema only.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1502,1505,1506,1509,1512],{"name":1503,"slug":1504,"type":16},"Backend","backend",{"name":1490,"slug":1491,"type":16},{"name":1507,"slug":1508,"type":16},"Full-stack","full-stack",{"name":1510,"slug":1511,"type":16},"REST API","rest-api",{"name":1493,"slug":1494,"type":16},"2026-07-13T06:16:43.219005",22,{"items":1516,"total":1635},[1517,1525,1531,1538,1545,1553,1561,1569,1584,1600,1615,1625],{"slug":1391,"name":1391,"fn":1392,"description":1393,"org":1518,"tags":1519,"stars":26,"repoUrl":27,"updatedAt":1411},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1520,1521,1522,1523,1524],{"name":1397,"slug":1398,"type":16},{"name":1400,"slug":1401,"type":16},{"name":1403,"slug":1404,"type":16},{"name":1406,"slug":1407,"type":16},{"name":1409,"slug":1410,"type":16},{"slug":1413,"name":1413,"fn":1414,"description":1415,"org":1526,"tags":1527,"stars":26,"repoUrl":27,"updatedAt":1427},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1528,1529,1530],{"name":1419,"slug":1420,"type":16},{"name":1422,"slug":1423,"type":16},{"name":1425,"slug":1426,"type":16},{"slug":1429,"name":1429,"fn":1430,"description":1431,"org":1532,"tags":1533,"stars":26,"repoUrl":27,"updatedAt":1444},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1534,1535,1536,1537],{"name":1435,"slug":1436,"type":16},{"name":14,"slug":15,"type":16},{"name":1439,"slug":1440,"type":16},{"name":1442,"slug":1443,"type":16},{"slug":1446,"name":1446,"fn":1447,"description":1448,"org":1539,"tags":1540,"stars":26,"repoUrl":27,"updatedAt":1457},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1541,1542,1543,1544],{"name":1435,"slug":1436,"type":16},{"name":1453,"slug":1454,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"slug":1459,"name":1459,"fn":1460,"description":1461,"org":1546,"tags":1547,"stars":26,"repoUrl":27,"updatedAt":1477},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1548,1549,1550,1551,1552],{"name":1465,"slug":1466,"type":16},{"name":1468,"slug":1469,"type":16},{"name":1406,"slug":1407,"type":16},{"name":1472,"slug":1473,"type":16},{"name":1475,"slug":1476,"type":16},{"slug":1479,"name":1479,"fn":1480,"description":1481,"org":1554,"tags":1555,"stars":26,"repoUrl":27,"updatedAt":1495},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1556,1557,1558,1559,1560],{"name":1485,"slug":1486,"type":16},{"name":1425,"slug":1426,"type":16},{"name":1435,"slug":1436,"type":16},{"name":1490,"slug":1491,"type":16},{"name":1493,"slug":1494,"type":16},{"slug":1497,"name":1497,"fn":1498,"description":1499,"org":1562,"tags":1563,"stars":26,"repoUrl":27,"updatedAt":1513},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1564,1565,1566,1567,1568],{"name":1503,"slug":1504,"type":16},{"name":1490,"slug":1491,"type":16},{"name":1507,"slug":1508,"type":16},{"name":1510,"slug":1511,"type":16},{"name":1493,"slug":1494,"type":16},{"slug":1570,"name":1570,"fn":1571,"description":1572,"org":1573,"tags":1574,"stars":26,"repoUrl":27,"updatedAt":1583},"gif-sticker-maker","create animated GIF stickers from photos","Convert photos (people, pets, objects, logos) into 4 animated GIF stickers with captions.\nUse when: user wants to create cartoon stickers, GIF expressions, emoji packs, animated avatars,\nor convert photos to Funko Pop \u002F Pop Mart blind box style animations.\nTriggers: sticker, GIF, cartoon, emoji, expression pack, avatar animation.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1575,1576,1577,1580],{"name":1485,"slug":1486,"type":16},{"name":1425,"slug":1426,"type":16},{"name":1578,"slug":1579,"type":16},"Images","images",{"name":1581,"slug":1582,"type":16},"Media","media","2026-07-13T06:16:51.74461",{"slug":1585,"name":1585,"fn":1586,"description":1587,"org":1588,"tags":1589,"stars":26,"repoUrl":27,"updatedAt":1599},"ios-application-dev","develop iOS applications with SwiftUI and UIKit","iOS application development guide covering UIKit, SnapKit, and SwiftUI. Includes touch targets, safe areas, navigation patterns, Dynamic Type, Dark Mode, accessibility, collection views, common UI components, and SwiftUI design guidelines. For detailed references on specific topics, see the reference files.\nUse when: developing iOS apps, implementing UI, reviewing iOS code, working with UIKit\u002FSnapKit\u002FSwiftUI layouts, building iPhone interfaces, Swift mobile development, Apple HIG compliance, iOS accessibility implementation.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1590,1591,1594,1595,1598],{"name":1397,"slug":1398,"type":16},{"name":1592,"slug":1593,"type":16},"iOS","ios",{"name":1406,"slug":1407,"type":16},{"name":1596,"slug":1597,"type":16},"SwiftUI","swiftui",{"name":1409,"slug":1410,"type":16},"2026-07-13T06:16:55.686092",{"slug":1601,"name":1601,"fn":1602,"description":1603,"org":1604,"tags":1605,"stars":26,"repoUrl":27,"updatedAt":1614},"minimax-docx","create and edit DOCX documents","Professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Three pipelines: (A) create new documents from scratch, (B) fill\u002Fedit content in existing documents, (C) apply template formatting with XSD validation gate-check. MUST use this skill whenever the user wants to produce, modify, or format a Word document — including when they say \"write a report\", \"draft a proposal\", \"make a contract\", \"fill in this form\", \"reformat to match this template\", or any task whose final output is a .docx file. Even if the user doesn't mention \"docx\" explicitly, if the task implies a printable\u002Fformal document, use this skill.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1606,1609,1612,1613],{"name":1607,"slug":1608,"type":16},"Documents","documents",{"name":1610,"slug":1611,"type":16},"DOCX","docx",{"name":24,"slug":25,"type":16},{"name":21,"slug":22,"type":16},"2026-07-13T06:16:40.461868",{"slug":1616,"name":1616,"fn":1617,"description":1618,"org":1619,"tags":1620,"stars":26,"repoUrl":27,"updatedAt":1624},"minimax-music-gen","generate music and audio tracks","Use when user wants to generate music, songs, or audio tracks. Triggers on any request involving music creation, song writing, lyrics generation, audio production, or covers. Also triggers when user provides lyrics and wants them turned into a song, or describes a mood\u002Fscene and wants background music. Supports multilingual triggers — match equivalent phrases in any language. Do NOT use for music playback of existing files, music theory questions, or music recommendation without generation.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1621,1622,1623],{"name":1422,"slug":1423,"type":16},{"name":1425,"slug":1426,"type":16},{"name":1581,"slug":1582,"type":16},"2026-07-13T06:16:50.381758",{"slug":1626,"name":1626,"fn":1627,"description":1628,"org":1629,"tags":1630,"stars":26,"repoUrl":27,"updatedAt":1634},"minimax-music-playlist","generate personalized music playlists","Generate personalized music playlists by analyzing the user's music taste and generation feedback history. Triggers on any request involving playlist generation, music taste profiling, or personalized music recommendations. Supports multilingual triggers — match equivalent phrases in any language.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1631,1632,1633],{"name":1422,"slug":1423,"type":16},{"name":1425,"slug":1426,"type":16},{"name":1581,"slug":1582,"type":16},"2026-07-13T06:16:57.002997",37]