📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-21 16:02:37 +00:00
parent 3d137606c0
commit c4c6a41c21
305 changed files with 30187 additions and 322 deletions
@@ -21,6 +21,10 @@ Design banners across social, ads, web, and print formats. Generates multiple ar
- Event/print banner design
- Creative asset generation for campaigns
## Prerequisites
**Python:** This skill uses Python scripts. On Windows, use `python` instead of `python3` (e.g., `python scripts/search.py` instead of `python3 scripts/search.py`).
## Workflow
### Step 1: Gather Requirements (AskUserQuestion)
@@ -289,6 +289,15 @@ Load `references/social-photos-design.md` for sizes, templates, best practices.
| `scripts/cip/core.py` | BM25 search engine for CIP data |
| `scripts/icon/generate.py` | Generate SVG icons with Gemini 3.1 Pro |
## Prerequisites
**Python:** This skill uses Python scripts. On Windows, use `python` instead of `python3` (e.g., `python scripts/logo/search.py` instead of `python3 scripts/logo/search.py`).
Check if Python is installed:
```bash
python3 --version || python --version
```
## Setup
```bash
@@ -296,6 +305,8 @@ export GEMINI_API_KEY="your-key" # https://aistudio.google.com/apikey
pip install google-genai pillow
```
> **Note for Windows:** Use `python` instead of `pip` where needed (e.g., `python -m pip install ...`).
## Integration
**External sub-skills:** brand, design-system, ui-styling
@@ -11,8 +11,6 @@ metadata:
Strategic HTML presentation design with data visualization.
<args>$ARGUMENTS</args>
## When to Use
- Marketing presentations and pitch decks
@@ -330,6 +330,8 @@ sudo apt update && sudo apt install python3
winget install Python.Python.3.12
```
> **Note:** On Windows, use `python` instead of `python3` to run scripts (e.g., `python scripts/search.py` instead of `python3 scripts/search.py`).
---
## How to Use This Skill