Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Generate Xiaohongshu (Little Red Book) infographic series with 11 styles and 8 layouts optimized for XHS engagement.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/style-presets.md
1# Style Presets23`--preset X` expands to a style + layout + optional palette combination. Users can override any dimension.45| --preset | Style | Layout | Palette |6|----------|-------|--------|---------|7| `knowledge-card` | `notion` | `dense` | |8| `checklist` | `notion` | `list` | |9| `concept-map` | `notion` | `mindmap` | |10| `swot` | `notion` | `quadrant` | |11| `tutorial` | `chalkboard` | `flow` | |12| `classroom` | `chalkboard` | `balanced` | |13| `study-guide` | `study-notes` | `dense` | |14| `cute-share` | `cute` | `balanced` | |15| `girly` | `cute` | `sparse` | |16| `cozy-story` | `warm` | `balanced` | |17| `product-review` | `fresh` | `comparison` | |18| `nature-flow` | `fresh` | `flow` | |19| `warning` | `bold` | `list` | |20| `versus` | `bold` | `comparison` | |21| `clean-quote` | `minimal` | `sparse` | |22| `pro-summary` | `minimal` | `balanced` | |23| `retro-ranking` | `retro` | `list` | |24| `throwback` | `retro` | `balanced` | |25| `pop-facts` | `pop` | `list` | |26| `hype` | `pop` | `sparse` | |27| `poster` | `screen-print` | `sparse` | |28| `editorial` | `screen-print` | `balanced` | |29| `cinematic` | `screen-print` | `comparison` | |30| `hand-drawn-edu` | `sketch-notes` | `flow` | `macaron` |31| `sketch-card` | `sketch-notes` | `dense` | `macaron` |32| `sketch-summary` | `sketch-notes` | `balanced` | `macaron` |3334Empty Palette = use style's built-in colors (or style's `default_palette` if defined in frontmatter).3536## Override Examples3738- `--preset knowledge-card --style chalkboard` = chalkboard style with dense layout39- `--preset poster --layout quadrant` = screen-print style with quadrant layout40- `--preset hand-drawn-edu --palette warm` = sketch-notes style with flow layout, warm palette instead of macaron41- `--style notion --palette macaron` = notion rendering rules with macaron colors4243Explicit `--style`/`--layout`/`--palette` flags always override preset values.44