Add pptx-denote skill to remove all slide notes from a .pptx file#2045
Open
justinyoo wants to merge 82 commits into
Open
Add pptx-denote skill to remove all slide notes from a .pptx file#2045justinyoo wants to merge 82 commits into
justinyoo wants to merge 82 commits into
Conversation
Contributor
✅ External plugin PR checks passed
Per-plugin quality summary
No changed external plugin entries were detected in this PR. |
Contributor
🔒 PR Risk Scan ResultsScanned 14 changed file(s).
|
Contributor
🔍 Skill Validator Results
Summary
Full validator output |
Contributor
Author
|
@aaronpowell I'm not sure why this PR has included the ones other than mine. Should I close this and recreate another one? |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 a new
pptx-denoteskill that removes all slide notes from a PowerPoint (.pptx) presentation using the open-sourcepython-pptxlibrary.Given an input
.pptxfile, the skill clears the notes text from every slide and writes a new file. When no output path is supplied, it defaults to<input>-denoted.pptx. No paid services are involved.Files added:
skills/pptx-denote/SKILL.mdskills/pptx-denote/scripts/remove_notes.pyValidation:
npm run skill:validate-> all skills valid (includingpptx-denote).npm run build->docs/README.skills.mdregenerated with the new entry.Type of Contribution
Additional Notes
The skill requires
python-pptxto be installed (pip install python-pptx), as documented inSKILL.md.By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.