Sub-skill of pptx: Before Writing Code (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill before-writing-code --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Before Writing Code?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-before-writing-code-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: pptx-before-writing-code
description: 'Sub-skill of pptx: Before Writing Code (+1).'
version: 1.1.0
category: data
type: reference
scripts_exempt: true
---
# 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
```python
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.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.