ui-craft-editorial

ui-craft-editorial is a skill for Claude Code from educlopez/ui-craft. It costs 78 tokens per session (1,331 once invoked), scanned A, original, MIT.

A set of instructions for designing editorial interfaces such as online magazines, blogs, and long-form reading pages. It defines typography, spacing, layout, color, and motion choices for content-heavy screens.

In plain words
What is it for?
Use it when creating magazine layouts, blog pages, article readers, Medium-like sites, or Substack-like interfaces.
Why use it?
It provides consistent design decisions for pages where comfortable reading and clear text hierarchy matter more than dense controls or decoration.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: installed under .agents/ (shared by several agents).

Part of the ui-craft plugin — 30 skills, 25 commands, 2 agents, 1 MCP server shipped together

not rated 318repo +8 5d ago A scan Socket: passSnyk: passSkillSpector: pass 78 tokens original MIT

Good fit Use it when creating magazine layouts, blog pages, article readers, Medium-like sites, or Substack-like interfaces.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/educlopez/ui-craft/ui-craft-editorial
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add educlopez/ui-craft --skill ui-craft-editorial
Clone the repo
git clone --depth 1 https://github.com/educlopez/ui-craft

Made for: Claude Code.

Or install ui-craft, the plugin that ships this one along with the rest of its 30 skills, 25 commands, 2 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ui-craft-editorial

README.md
[![agentmods](https://agentmods.dev/badge/skills/educlopez/ui-craft/ui-craft-editorial/github.svg)](https://agentmods.dev/skills/educlopez/ui-craft/ui-craft-editorial)
Your own site
<a href="https://agentmods.dev/skills/educlopez/ui-craft/ui-craft-editorial"><img src="https://agentmods.dev/badge/skills/educlopez/ui-craft/ui-craft-editorial/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ui-craft-editorial

Your own site · 80×15
<a href="https://agentmods.dev/skills/educlopez/ui-craft/ui-craft-editorial"><img src="https://agentmods.dev/badge/skills/educlopez/ui-craft/ui-craft-editorial.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,331 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 5 May 2026
  • Snyk pass 5 May 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00078 $0.01331
Opus 5 $0.00039 $0.00665
Sonnet 5 $0.00016 $0.00266
Haiku 4.5 $0.00008 $0.00133

Measured 9d ago against content hash 05500a88dba4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ui-craft-editorial scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/ui-craft-editorial/SKILL.md · 101 lines

How it starts

The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.

UI Craft — Editorial

Pre-committed editorial style: magazine, long-form, content-first. Typography carries the hierarchy; layout serves the reading experience.

Knobs (locked)

  • CRAFT_LEVEL = 9 — editorial typography only works at high refinement; Polish Pass mandatory.
  • MOTION_INTENSITY = 4 — reading-aware: fade on reveal, link hovers, no entrance stagger.
  • VISUAL_DENSITY = 3 — wide reading column, generous vertical rhythm, 1 item per row for features.

Do not re-ask these in Discovery. Confirm accent + serif/sans pairing only.

Style anchors

  • Serif display for headings + humanist body sans/serif for reading.
  • Baseline grid feel. leading-relaxed (1.7) on body.
  • Wide reading column max-w-[65ch]. Generous vertical rhythm.
  • Accent used for emphasis — pull quotes, drop caps, link underlines — not decoration.
  • OpenType features ON: small caps, ligatures, stylistic sets, tabular figures where relevant.
  • Asymmetric, text-heavy heroes. Featured image large.
  • Motion respects reading: fades only, never pulls the eye away.
  • Black text, warm/ivory canvas, one accent. Color is a voice, not a decoration.

Base rules (inherited)

All rules in ../ui-craft/SKILL.md apply. This file overrides knob defaults and adds style-specific guidance below. The anti-slop and craft tests still apply in full.

Style-specific overrides

Typography (the whole point)

  • Display: Playfair Display, Fraunces, Lora, or Source Serif 4 for headings and pull quotes.
  • Body: Alegreya, Source Sans 3, ITC Charter, or a humanist pairing. Do NOT use Inter as primary body — it reads as product UI, not editorial.
  • Max two families: one display + one body.
  • Headings: text-wrap: balance, font-optical-sizing: auto, tracking near 0 or slightly negative on large sizes.
  • Body: text-wrap: pretty, line-height: 1.7, font-feature-settings: "liga", "kern".
  • Drop caps via p:first-of-type::first-letter { float: left; font-size: 4.5em; line-height: 0.85; padding: 6px 10px 0 0; font-family: <display>; }.
  • Small caps via font-variant-caps: small-caps for section labels, bylines.
  • Opt-in OpenType: font-feature-settings: "ss01", "cv11" when the chosen font supports them.
  • Pull quotes: serif, large (1.75-2.25em), one accent color, short rule above.

Read the full file on GitHub · 101 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 101 lines · 78 tokens per session scan A 05500a88dba4

Subscribe to this mod's changes

ui-craft-editorial is a skill published in the GitHub repository educlopez/ui-craft (318 stars, last pushed 5d ago), licensed MIT. It adds 78 tokens to every session and 1,331 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

software-in-worten

Übersetzt zwischen Benutzeroberfläche und Text — in beide Richtungen. Aus einer beschriebenen Oberfläche wird ein Skill; aus einem Skill wird eine Oberfläche. Nutzen, wenn eine Anwendung entworfen wird und der Ablauf noch unklar ist, wenn ein bestehendes Werkzeug als Skill verfügbar gemacht werden soll, wenn…

ellmos-ai/skills · 87 tokens

popular-web-designs

54 real design systems (Stripe, Linear, Vercel) as HTML/CSS.

pedroiff0/awesome-skills · 23 tokens

playground

Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.

anthropics/claude-plugins-official · 53 tokens

frontend-design

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

anthropics/claude-plugins-official · 40 tokens

baseline-ui

Quickly deslop UI code by fixing spacing, hierarchy, typography, and small layout issues. Use when the interface needs a fast cleanup or polish pass.

ibelick/ui-skills · 34 tokens

shadcn-ui-flutter

A comprehensive Flutter UI library inspired by shadcn/ui. Provides high-quality, customizable, and accessible components including Buttons, Cards, Forms, and more. Use this skill when building Flutter UIs, implementing design systems, or needing specific component usage examples.

nank1ro/flutter-shadcn-ui · 58 tokens