Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Generate article cover images with 5-dimensional customization: type, palette, rendering, text level, and mood.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/dimensions/text.md
1---2name: text-dimension3description: Text density dimension for cover images4---56# Text Dimension78Controls text density and information hierarchy on cover images.910## Values1112| Value | Title | Subtitle | Tags | Visual Area |13|-------|:-----:|:--------:|:----:|:-----------:|14| `none` | - | - | - | 100% |15| `title-only` | ✓ | - | - | 85% |16| `title-subtitle` | ✓ | ✓ | - | 75% |17| `text-rich` | ✓ | ✓ | ✓ (2-4) | 60% |1819## Detail2021### none2223Pure visual cover with no text elements.2425**Use Cases**:26- Photography-focused covers27- Abstract art pieces28- Visual-only social sharing29- When title added externally3031**Composition**:32- Full visual area available33- No reserved text zones34- Emphasis on visual metaphor3536### title-only3738Single headline, maximum impact.3940**Use Cases**:41- Most article covers (default)42- Clear single message43- Strong brand recognition4445**Composition**:46- Title: prominent placement47- Reserved zone: top or bottom 15%48- Visual supports title message4950**Title Guidelines**:51- Use exact title from source content or user-provided title52- Do NOT invent or modify titles53- Match content language5455### title-subtitle5657Title with supporting context.5859**Use Cases**:60- Technical articles needing clarification61- Series with episode/part info62- Content with dual messages6364**Composition**:65- Title: primary element66- Subtitle: secondary element67- Reserved zone: 25%68- Clear hierarchy between title/subtitle6970**Title Guidelines**:71- Use exact title from source content or user-provided title72- Do NOT invent or modify titles7374**Subtitle Guidelines**:75- Clarify or contextualize title76- Can include series name, author, date77- Smaller, less prominent than title7879### text-rich8081Information-dense cover with multiple text elements.8283**Use Cases**:84- Infographic-style covers85- Event announcements with details86- Promotional material with features87- Content with multiple key points8889**Composition**:90- Title: primary focus91- Subtitle: supporting info92- Tags: 2-4 keyword labels93- Reserved zone: 40%94- Clear visual hierarchy9596**Title Guidelines**:97- Use exact title from source content or user-provided title98- Do NOT invent or modify titles99100**Tag Guidelines**:101- 2-4 tags maximum102- Short keywords (1-2 words each)103- Positioned as badges/labels104- Can highlight: category, date, author, key features105106## Type Compatibility107108| Type | none | title-only | title-subtitle | text-rich |109|------|:----:|:----------:|:--------------:|:---------:|110| hero | ✓ | ✓✓ | ✓✓ | ✓ |111| conceptual | ✓✓ | ✓✓ | ✓ | ✓ |112| typography | ✗ | ✓ | ✓✓ | ✓✓ |113| metaphor | ✓✓ | ✓ | ✓ | ✗ |114| scene | ✓✓ | ✓ | ✓ | ✗ |115| minimal | ✓✓ | ✓✓ | ✓ | ✗ |116117✓✓ = highly recommended | ✓ = compatible | ✗ = not recommended118119## Auto Selection120121When `--text` is omitted, select based on signals:122123| Signals | Text Level |124|---------|------------|125| Visual-only, photography, abstract, art | `none` |126| Article, blog, standard cover | `title-only` |127| Series, tutorial, technical with context | `title-subtitle` |128| Announcement, features, multiple points, infographic | `text-rich` |129130Default: `title-only`131