Files
wehub-resource-sync 8cb1f9f479
Publish SDK (PyPI) / publish (push) Has been cancelled
Publish SDK (npm) / publish (@aionui/officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (windows-latest) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/officecli-sdk) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/sdk) (push) Has been cancelled
Publish SDK (npm) / publish (officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (macos-latest) (push) Has been cancelled
SDK smoke / smoke (ubuntu-latest) (push) Has been cancelled
Skill parity / diff (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:09:29 +08:00

146 lines
4.4 KiB
Markdown

# PowerPoint Style Templates
Professional presentation style templates for OfficeCLI. Each style includes a pre-generated `.pptx` file and reference build script.
## ✅ Available Templates (14)
All templates include working build scripts and pre-generated `.pptx` files ready to use.
---
## 🔬 Science & Technology (4)
| Directory | Style Name | Description | PPT File |
|-----------|------------|-------------|----------|
| science--time-travel | Time Travel | Cosmic neon style for futuristic/sci-fi topics | Time_Travel.pptx |
| science--space-exploration | Space Exploration | Space exploration journey presentation | 太空探索历程.pptx |
| science--mars-settlement | Mars Settlement | Mars colonization guide | Mars-Settlement-Guide.pptx |
| science--alien-guide | Alien Guide | Extraterrestrial life guide | Alien_Guide.pptx |
---
## 🏢 Product & Brand (4)
| Directory | Style Name | Description | PPT File |
|-----------|------------|-------------|----------|
| brand--aura-coffee | Aura Coffee (Light) | Minimal brand showcase for coffee | aura_coffee.pptx |
| brand--aura-coffee-dark | Aura Coffee (Dark) | Luxury minimal dark theme for coffee brand | AURA_COFFEE.pptx |
| product--aionui-promo | AionUI Promo | Product promotion for AionUI | AionUI-推广.pptx |
| product--geminicli-timetravel | GeminiCLI Time Travel | Tech product showcase with time travel theme | GeminiCLI-TimeTravel.pptx |
---
## 🐱 Lifestyle (3)
| Directory | Style Name | Description | PPT File |
|-----------|------------|-------------|----------|
| lifestyle--cat-philosophy | Cat Philosophy | Playful presentation about cat philosophy | cat_philosophy.pptx |
| lifestyle--cat-secret-life | Cat Secret Life | Playful organic style for lifestyle topics | Cat-Secret-Life.pptx |
| lifestyle--feline-report | Feline Report | Professional report style for cat topics | Feline_Report.pptx |
---
## 💡 Business & Tech (2)
| Directory | Style Name | Description | PPT File |
|-----------|------------|-------------|----------|
| tech--wildlife-company | Wildlife Tech Company | Tech company presentation with wildlife theme | 野生动物科技公司.pptx |
| productivity--attention-budget | Attention Budget | Productivity presentation about time management | 注意力预算-把手机时间变成创造时间.pptx |
---
## 🚀 Future Vision (1)
| Directory | Style Name | Description | PPT File |
|-----------|------------|-------------|----------|
| future--2050-vision | 2050 Vision | Futuristic vision for year 2050 | 未来已来_2050.pptx |
---
## 📊 Summary
| Category | Count |
|----------|-------|
| 🔬 Science & Technology | 4 |
| 🏢 Product & Brand | 4 |
| 🐱 Lifestyle | 3 |
| 💡 Business & Tech | 2 |
| 🚀 Future Vision | 1 |
| **Total** | **14** |
---
## 🚀 Quick Start
### Use a Pre-Generated Template
```bash
cd styles/science--time-travel
# View the generated PPT
open Time_Travel.pptx
# Or regenerate it
bash build.sh
```
### Browse by Category
| Use Case | Recommended Styles |
|----------|-------------------|
| **Tech / AI / SaaS** | product--aionui-promo, product--geminicli-timetravel |
| **Science / Space** | science--time-travel, science--space-exploration, science--mars-settlement |
| **Brand / Coffee** | brand--aura-coffee, brand--aura-coffee-dark |
| **Lifestyle / Pets** | lifestyle--cat-philosophy, lifestyle--cat-secret-life, lifestyle--feline-report |
| **Productivity** | productivity--attention-budget |
| **Future / Vision** | future--2050-vision |
| **Wildlife / Nature** | tech--wildlife-company |
---
## 📖 How to Use
### 1. Browse Styles
Each style directory contains:
- `*.pptx` - Pre-generated presentation
- `build.sh` or similar - Reference implementation script
### 2. Generate from Script
```bash
cd styles/science--time-travel
bash build.sh
```
### 3. Learn from Examples
The build scripts demonstrate:
- Color scheme application
- Shape positioning and morphing
- Layout patterns
- Animation choreography
---
## 📚 More Resources
- **[PowerPoint examples](../)** - Basic PPT examples
- **[Complete documentation](../../../SKILL.md)** - Full OfficeCLI reference
- **[All examples](../../)** - Word, Excel, PowerPoint examples
---
## 🤝 Contributing
Want to add a new style?
1. Create a new directory with pattern `category--style-name`
2. Add your `build.sh` script
3. Generate the `.pptx` file
4. Update this README
5. Submit a PR
---
**All 14 templates are ready to use!**