After hours editorial template
Skill nexu-io/open-design/skills/after-hours-editorial-template
π¨ The open-source Claude Design alternative. π₯οΈ Local-first desktop app. πΌοΈ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video β real files, HTML/PDF/PPTX/MP4 export. π€ Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen & 20+ CLIs via BYOK.
npx -y skills add nexu-io/open-design --skill after-hours-editorial-templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Luxury dark-editorial HyperFrames template for three-page cinematic storyboards, inspired by haute couture title cards and magazine chapter spreads. Use when the user asks for premium fashion-style motion pages, moody serif-led storytelling, or a high-end dark presentation aesthetic with rich transitions.
SKILL.md
2.4 KB, as published. Nobody here has run it
After Hours Editorial Template
Produce a self-contained HTML editorial motion artifact in a dark luxury style, with three short pages, cinematic typography, and premium transition language.
Resource map
after-hours-editorial-template/
βββ SKILL.md
βββ assets/
β βββ template.html
βββ references/
β βββ checklist.md
βββ example.html
Workflow
- Read active
DESIGN.mdand map colors, typography tone, and layout rhythm into CSS variables while preserving a dark editorial baseline. - Copy
assets/template.htmltoindex.html. - Keep three narrative pages in sequence; do not increase default page dwell above 3 seconds.
- Preserve premium motion behavior:
- staged text reveal hierarchy
- chapter wipe transitions
- ambient grain/vignette depth
- restrained cursor-light interaction for local preview
- Keep output single-file HTML with inline CSS and JS.
- Avoid sandbox-hostile browser APIs (e.g. localStorage and confirm).
- Validate with
references/checklist.mdbefore emitting.
Output contract
One short orientation sentence, then:
<artifact identifier="after-hours-editorial" type="text/html" title="After Hours Editorial Template">
<!doctype html>
<html>...</html>
</artifact>