PPTX Before Writing Code

Sub-skill of pptx: Before Writing Code (+1).

vamseeachanta 35c41f8 648 B Updated

File contents

Before Writing Code (+1)

Before Writing Code

State your content-informed design approach:

  1. What is the purpose and tone?
  2. Select colors that genuinely match the topic
  3. Plan visual hierarchy and layout
  4. Consider typography choices

Professional Styling

from pptx import Presentation
from pptx.util import Inches, Pt
from pptx.dml.color import RGBColor
from pptx.enum.text import PP_ALIGN

prs = Presentation()
slide = prs.slides.add_slide(prs.slide_layouts[6])

# Add styled text box

*See sub-skills for full details.*

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/data/documents/pptx/before-writing-code commit 35c41f89e0

Frequently asked questions

npx skillmds@latest add vamseeachanta/pptx-before-writing-code