Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

pptx-gen

pptx-gen 收录了来自 alfonsograziano 的 4 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
4
Stars
3
更新
2026-07-12
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

pptx-deck
软件开发工程师

Generate a client-ready PowerPoint deck from the filesystem template library in this repo. Use when the user gives context, a brief, a narrative, notes, or raw content and asks to create, build, compile, regenerate, or QA a .pptx deck from the imported slide templates. Also use when asked to choose slide templates, write a deterministic build.ts script, run the local generator, inspect rendered screenshots, fix build failures, or return the final PPTX and report.

2026-07-12
customize-design
软件开发工程师

Customize the deck design system (colours, fonts, slide grid, logos) so generated decks match a specific brand. Use when the user wants to change the palette, set brand colours, swap fonts, add a logo, adjust the slide layout, or "make it look like our brand". Edits design.md and src/design.ts together, and optionally installs the new fonts. Trigger on requests like "use our brand colours", "change the accent to purple", "set the font to X", "add our logo", or "customise the design".

2026-07-12
draft-slide-template-description
软件开发工程师

Draft the description.md for a slide template in templates/ by looking at its rendered screenshot (or its fields when no screenshot exists). Use whenever the user wants to describe, document, or write up what a slide template looks like and when to use it, fill in a template's TODO description stub, or asks "what is this slide for" about a template in the library. Triggers on a template name, or a request to document one or more slide templates. If no name is given, ask for it; if several are given, do each one.

2026-07-12
ingest-slide-templates
软件开发工程师

Ingest one or more slides from a PowerPoint deck into the pptx-gen template library and document each one. Use when the user gives a source .pptx file (often a single slide or a deck downloaded from Google Slides) plus a list of slide numbers and a template name, and asks to import, ingest, or add slides as reusable templates in templates/. Runs the ingest CLI for each slide, then runs the draft-slide-template-description workflow on each imported template so it ships with a real description instead of a TODO stub.

2026-07-12