English | 한국어 | Design Preview 🖼️ | 유튜브 영상 가이드
An agent skill for creating visually stunning presentations — 36 modern design styles included
This skill enables agents to apply 36 curated modern design styles when generating PPTX presentations. Each style includes precise HEX color values, font pairings, layout rules, and signature elements so every deck looks intentionally designed.
This section guides you on how to set up and use this design skill across different AI platforms.
Turn Claude into your personal presentation design expert using the Projects feature.
- Setup:
- Create a new Project in Claude.ai.
- Upload
SKILL.mdandreferences/styles.mdto the Project Knowledge.
- Usage: Ask in the project chat, e.g., "Create an outline for a PPTX deck". Claude will reference the knowledge base to apply the most optimal design from the 36 themes.
Register this repository in the Antigravity agent's local skill system.
- Setup:
- Clone or symlink this repository to your local skills directory (
~/.gemini/antigravity/skills/).
ln -s $(pwd) ~/.gemini/antigravity/skills/pptx-design-styles
- Clone or symlink this repository to your local skills directory (
- Usage: Antigravity automatically detects the skill. When prompt with a request like "Make a modern presentation deck," the design process is triggered based on the conditions defined in
SKILL.md.
Integrate these design guidelines within the Codex agent environment.
- Setup:
- Add this project to the skills folder in your Codex workspace (e.g.,
.codex/skills/or a designated path).
- Add this project to the skills folder in your Codex workspace (e.g.,
- Usage: When the agent detects presentation-related context during coding or drafting, it generates slide structures and styling codes following the 36 style specifications outlined in
SKILL.md.
Explore a few of the 36 distinct styles available in this collection.
| # | Style | Mood | Best For |
|---|---|---|---|
| 01 | Glassmorphism | Premium · Tech | SaaS, AI |
| 02 | Neo-Brutalism | Bold · Startup | Pitch decks |
| 03 | Bento Grid | Modular · Structured | Product features |
| 04 | Dark Academia | Scholarly · Refined | Education, research |
| 05 | Gradient Mesh | Artistic · Vibrant | Brand launches |
| 06 | Claymorphism | Friendly · 3D | Apps, education |
| 07 | Swiss International | Functional · Corporate | Consulting, finance |
| 08 | Aurora Neon Glow | Futuristic · AI | AI, cybersecurity |
| 09 | Retro Y2K | Nostalgic · Pop | Events, marketing |
| 10 | Nordic Minimalism | Calm · Natural | Wellness, non-profit |
| 11 | Typographic Bold | Editorial · Impact | Brand statements |
| 12 | Duotone Color Split | Dramatic · Contrast | Strategy decks |
| 13 | Monochrome Minimal | Restrained · Luxury | Luxury brands |
| 14 | Cyberpunk Outline | HUD · Sci-Fi | Gaming, infra |
| 15 | Editorial Magazine | Magazine · Story | Annual reviews |
| 16 | Pastel Soft UI | Soft · App-like | Healthcare, beauty |
| 17 | Dark Neon Miami | Synthwave · 80s | Entertainment |
| 18 | Hand-crafted Organic | Natural · Eco | Eco brands |
| 19 | Isometric 3D Flat | Technical · Structured | IT architecture |
| 20 | Vaporwave | Dreamy · Subculture | Creative agencies |
| 21 | Art Deco Luxe | Gold · Geometric | Luxury, gala events |
| 22 | Brutalist Newspaper | Editorial · Raw | Media, research |
| 23 | Stained Glass Mosaic | Colorful · Artistic | Culture, museums |
| 24 | Liquid Blob Morphing | Fluid · Organic Tech | Biotech, innovation |
| 25 | Memphis Pop Pattern | 80s · Geometric | Fashion, lifestyle |
| 26 | Dark Forest Nature | Mysterious · Atmospheric | Eco premium |
| 27 | Architectural Blueprint | Technical · Precise | Architecture |
| 28 | Maximalist Collage | Energetic · Layered | Advertising, fashion |
| 29 | SciFi Holographic Data | Hologram · HUD | AI, quantum |
| 30 | Risograph Print | CMYK · Indie | Publishing, art |
| 31 | Workshop Playbook | Clear · Trust-building | Workshops, onboarding |
| 32 | Dark Command Dashboard | Commanding · Dark-UI | Developer pitches, AI/SaaS |
| 33 | Workshop Playbook (Dark) | Dark · Guided · Trust | Dark workshops, dev onboarding |
| 34 | Terminal Workshop (Dark) | Hacker · Terminal · Code | Coding workshops, dev education |
| 35 | 클라우드 보안 브리핑 | Clear · Cloud security · Training | Cloud security education (native 16:9) |
| 36 | AI 전환 플레이북 | Clear · AI transformation · Enablement | AI adoption and role-based training (native 4:3) |
The previous names 녹빛 클라우드 감시자 and 인지 궤도 플레이북 remain accepted as deprecated aliases.
For Styles 35 and 36, public mode omits branding and identifiers copied from the source template, including source logos, default confidentiality labels, author/team text, and source-company footers. A company or product explicitly supplied as the presentation subject may remain as authorized native text. Source-faithful template elements require an explicit, authorized origin compatibility mode request.
pptx-design-styles/
├── SKILL.md # Skill trigger + recommendation matrix
├── README.md # This file
├── README_ko.md # Korean guide
├── assets/
│ ├── images/ # Gallery images
│ └── templates/ # PPTX templates for selected styles
├── preview/
│ └── modern-pptx-designs.html
├── references/
│ ├── image-slot-workflow.md
│ └── styles.md # Full specs: HEX, fonts, layout, signature elements
└── scripts/
└── validate_style_registry.py
Browse all 36 styles in the HTML design preview.
TodayCode (오늘코드) — YouTube · Python & AI education in Korean
MIT License — free to use, modify, and distribute.





