
Editorial Burgundy Principles Template
Spin up a burgundy-and-blush editorial slide deck with tag clouds, principle cards, and keyboard navigation for manifestos or launch storytelling.
Overview
editorial-burgundy-principles-template is an agent skill most often used in Launch (also Build docs, Grow content) that produces a three-slide burgundy editorial HTML deck with tags, principle cards, and guided navigatio
Install
npx skills add https://github.com/nexu-io/open-design --skill editorial-burgundy-principles-templateWhat is this skill?
- Three-slide sequence: numeric headline, studio tags + title lockup, eight-principles card grid
- Burgundy, blush, and muted-gold editorial palette with pill tags and large typographic statements
- Prev/Next controls, dot navigation, and keyboard-driven slide progression
- Starts from assets/template.html with template.html and example.html outputs
- Hyperframes desktop HTML surface with debounced live reload preview
- 3-slide fixed sequence
- 8-principles card grid on the final slide
Adoption & trust: 823 installs on skills.sh; 61.4k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You need a premium manifesto or culture deck fast but default slide tools break your editorial burgundy aesthetic and interactive navigation.
Who is it for?
Solo founders preparing launch narratives, internal principle decks, or salon-style strategy presentations in a consistent burgundy editorial look.
Skip if: Builders who need data-driven charts, long-form documentation sites, or native mobile slide apps instead of a short HTML hyperdeck.
When should I use this skill?
Users ask for editorial burgundy templates, studio salon decks, principles manifesto slides, or 酒红粉金编辑风模板-style premium presentations.
What do I get? / Deliverables
You get index.html (and template assets) with a fixed three-slide story arc, eight principle slots, and click or keyboard navigation ready to host or share.
- index.html primary deck
- template.html and example.html reference outputs
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Culture and strategy decks most often ship at Launch when you present positioning, principles, or investor narrative. Distribution-facing HTML decks replace static PDFs for salons, demos, and shareable manifesto links.
Where it fits
Ship a shareable manifesto link alongside your product launch announcement.
Document team principles in an on-brand HTML deck inside your docs site.
Refresh eight principle cards for a partner salon or community keynote.
How it compares
Use as a styled HTML deck template rather than improvising layout in a generic presentation export.
Common Questions / FAQ
Who is editorial-burgundy-principles-template for?
Solo builders and small teams who want manifesto-quality slides in HTML with premium typography and minimal custom CSS work.
When should I use editorial-burgundy-principles-template?
At Launch for distribution decks, during Build when documenting culture in docs, or in Grow when refreshing principle narratives for partners and community.
Is editorial-burgundy-principles-template safe to install?
Check the Security Audits panel on this page and review generated HTML before publishing externally or embedding on production domains.
SKILL.md
READMESKILL.md - Editorial Burgundy Principles Template
# Editorial Burgundy Principles Template A three-slide editorial deck for culture narratives, strategy storytelling, and internal manifestos. ## Resource map ```text editorial-burgundy-principles-template/ ├── SKILL.md ├── assets/ │ └── template.html ├── references/ │ └── checklist.md └── example.html ``` ## Workflow 1. Start from `assets/template.html`. 2. Keep the 3-slide sequence: - numeric headline - studio tags + title lockup - eight-principles card grid 3. Replace copy while preserving card and tag hierarchy. 4. Keep interactions: - Prev / Next buttons - dot navigation - keyboard navigation (`ArrowLeft` / `ArrowRight`) 5. Keep HTML self-contained and sandbox-safe. ## Output contract Emit one concise orientation sentence and one HTML artifact: ```xml <artifact identifier="editorial-burgundy-principles" type="text/html" title="Editorial Burgundy Principles Deck"> <!doctype html> <html>...</html> </artifact> ```