editorial

Generates design-system guidelines for editorial layouts with serif typography and structured grids.

Updated Aug 31, 2026
One-click install
npx skills add https://github.com/MANR255926/GARAGE --skill editorial-manr255926
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: editorial
Source: https://github.com/MANR255926/GARAGE/tree/main/.agents/skills/editorial
Command: npx skills add https://github.com/MANR255926/GARAGE --skill editorial-manr255926

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams building magazine-style interfaces often lack consistent, implementation-ready design rules, leading to inconsistent typography, spacing, and accessibility gaps across components. ## Core Features & Use Cases - Design Token Foundations: Provides a complete token set including Gelasio and Ubuntu Mono typography scales, an 8pt baseline spacing grid, and a defined color palette. - Component Rule Authoring: Guides the creation of component anatomy, states, variants, and interaction behavior with explicit token usage. - Accessibility Enforcement: Embeds WCAG 2.2 AA requirements, keyboard-first interactions, and testable acceptance criteria into every guideline. - Use Case: A designer-engineer pair building a long-form reading platform uses this Skill to generate component guidelines covering default, hover, focus-visible, and error states with concrete token references. ## Quick Start Use the editorial skill to generate design-system guidelines for a magazine-style article page with accessible typography and spacing rules.

Frequently Asked Questions about editorial

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What typography scale works for magazine-style layouts?▼

Start by defining tokens for typography, color, and spacing before writing component rules. This Skill provides a Gelasio-based type scale, an 8pt baseline grid, and a structured workflow covering anatomy, states, and accessibility criteria.

What typography scale works for magazine-style layouts?▼

This Skill uses a 14/16/18/24/32/40 scale with Gelasio as the primary and display font and Ubuntu Mono for labels. Weights from 100 to 900 are supported, giving flexibility for headings, body text, and captions.

Does this design system meet WCAG accessibility requirements?▼

Yes, the guidelines target WCAG 2.2 AA with keyboard-first interactions, visible focus states, semantic HTML before ARIA, reduced-motion support, and 44px minimum touch targets. Every accessibility statement must be testable in implementation.

How do I document component states in a design system?▼

Define required states including default, hover, focus-visible, active, disabled, loading, and error for each component. Describe keyboard, pointer, and touch interactions, and anchor every rule to a specific token, threshold, or example.

When should I not use an editorial design style?▼

Editorial layouts with serif typography suit long-form reading and content-heavy pages. They are less appropriate for dense data dashboards or utility-focused tools where compact sans-serif interfaces and tighter information density matter more.