You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
The file follows the required naming convention.
The content is clearly structured and follows the example format.
I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
I have run npm start and verified that README.md is up to date.
I am targeting the staged branch for this pull request.
Description
Adds the pptify-slides-creation plugin for generating production-ready, editable PowerPoint (PPTX) decks with GitHub Copilot — from narrative strategy to coordinate-explicit slide specifications and audit-driven quality gates.
Agent
pptify-slides-builder — guides the end-to-end deck workflow, from narrative strategy to coordinate-explicit JSON specifications and build scripts.
Skills
pptify-context-prep — pick a business/storytelling framework, convert and summarize source material, analyze reference PPTX decks, and load bundled design profiles before authoring a spec.
pptify-slide-spec — author or repair coordinate-explicit JSON deck specs (layout-tree groups, objects, bounding boxes, tables, images, lines, shapes, and a collision-safe type scale).
pptify-visual-assets — plan and place icons, images, SVGs, and infographics with placement and decision guidance.
pptify-tooling — import-only PPTX extraction and style-analysis helpers for reference-deck analysis and package inspection.
pptify-quality-gates — validate and repair deck specs and PPTX packages against an 11-dimension audit checklist (collisions, overflows, hierarchy, asset layering, reference alignment).
The plugin is standalone: it provides guidance, design context, and import-only analysis APIs — there is no install step and no bundled setup/runtime scripts.
Validation completed locally:
npm run plugin:validate
npm run build
Both commands completed successfully, and pptify was validated as a plugin.
Type of Contribution
New instruction file.
New prompt file.
New agent file.
New plugin.
New skill file.
New agentic workflow.
Update to existing instruction, prompt, agent, plugin, skill, or workflow.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct (../CODE_OF_CONDUCT.md) and will be licensed under the MIT License.
| [acreadiness-assess](../skills/acreadiness-assess/SKILL.md)<br />`gh skills install github/awesome-copilot acreadiness-assess` | Run the AgentRC readiness assessment on the curre
Maintainers: please review this contributor before merging.
See the workflow run for full details. Automated check powered by AGT.
kimtth
changed the title
Add pptify-slides-creation plugin for editable PowerPoint deck genera…
Add pptify-slides-creation plugin for editable PowerPoint slides
Jun 17, 2026
Maintainers: please review this contributor before merging.
See the workflow run for full details. Automated check powered by AGT.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Adds the
pptify-slides-creationplugin for generating production-ready, editable PowerPoint (PPTX) decks with GitHub Copilot — from narrative strategy to coordinate-explicit slide specifications and audit-driven quality gates.Agent
pptify-slides-builder— guides the end-to-end deck workflow, from narrative strategy to coordinate-explicit JSON specifications and build scripts.Skills
pptify-context-prep— pick a business/storytelling framework, convert and summarize source material, analyze reference PPTX decks, and load bundled design profiles before authoring a spec.pptify-slide-spec— author or repair coordinate-explicit JSON deck specs (layout-tree groups, objects, bounding boxes, tables, images, lines, shapes, and a collision-safe type scale).pptify-visual-assets— plan and place icons, images, SVGs, and infographics with placement and decision guidance.pptify-tooling— import-only PPTX extraction and style-analysis helpers for reference-deck analysis and package inspection.pptify-quality-gates— validate and repair deck specs and PPTX packages against an 11-dimension audit checklist (collisions, overflows, hierarchy, asset layering, reference alignment).The plugin is standalone: it provides guidance, design context, and import-only analysis APIs — there is no install step and no bundled setup/runtime scripts.
Validation completed locally:
Both commands completed successfully, and pptify was validated as a plugin.
Type of Contribution
Additional Notes
Preview (50 layouts)
Preview (81 layouts)
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct (../CODE_OF_CONDUCT.md) and will be licensed under the MIT License.