editorial-burgundy-principles-template
Editorial studio deck template in burgundy / blush / muted-gold palette. Use when users ask for premium manifesto or culture slides with pill tags, large typographic statements, principle cards, and guided keyboard/click navigation.
How do I install this agent skill?
npx skills add https://github.com/nexu-io/open-design --skill editorial-burgundy-principles-templateIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is a template for creating editorial-style slide decks. It contains standard HTML, CSS, and minimal navigation-focused JavaScript. No security issues were detected.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
Editorial Burgundy Principles Template
A three-slide editorial deck for culture narratives, strategy storytelling, and internal manifestos.
Resource map
editorial-burgundy-principles-template/
├── SKILL.md
├── assets/
│ └── template.html
├── references/
│ └── checklist.md
└── example.html
Workflow
- Start from
assets/template.html. - Keep the 3-slide sequence:
- numeric headline
- studio tags + title lockup
- eight-principles card grid
- Replace copy while preserving card and tag hierarchy.
- Keep interactions:
- Prev / Next buttons
- dot navigation
- keyboard navigation (
ArrowLeft/ArrowRight)
- Keep HTML self-contained and sandbox-safe.
Output contract
Emit one concise orientation sentence and one HTML artifact:
<artifact identifier="editorial-burgundy-principles" type="text/html" title="Editorial Burgundy Principles Deck">
<!doctype html>
<html>...</html>
</artifact>
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/nexu-io/open-design/editorial-burgundy-principles-template">View editorial-burgundy-principles-template on skillZs</a>