New to Claude Skills? Learn how to install them →

nexu-io on GitHub

Kami Landing

Free

Create professional single-page documents effortlessly.

by nexu-io84.9k stars on nexu-io/open-design
3 views
Updated Aug 10, 2026
Get this skill

Free · Opens the source repo

What Kami Landing does

Kami Landing is a design tool that enables users to produce high-quality, print-ready single-page documents using the kami design system. This skill is particularly suited for developers and designers who need to create professional-looking documents that resemble editorial prints or technical white papers. The output is a self-contained HTML file that adheres to strict aesthetic guidelines, ensuring that the final product maintains a polished and sophisticated appearance.

The kami design system emphasizes a warm parchment canvas and a limited color palette, featuring an ink-blue accent for key elements. The typography is carefully selected, using serif fonts at a single weight to maintain consistency and readability. The skill is designed to be multilingual, accommodating English, Simplified Chinese, and Japanese, making it versatile for various audiences. Users can easily switch between languages, ensuring that the document remains accessible to a wider demographic.

To utilize Kami Landing, users follow a structured workflow that begins with gathering brand information and content. The skill guides users through the necessary steps to collect essential details such as the brand name, tagline, and manifesto. Once the content is gathered, users can specify the dominant language, which automatically adjusts the typography to ensure proper rendering. The final output is a single HTML file that contains all necessary styling inline, ready for print or digital distribution.

This skill is ideal for anyone needing to create formal documents, such as reports, proposals, or informational sheets, without the complexity of modern app interfaces. It provides a straightforward solution for producing high-quality printed materials that adhere to the kami design principles, ensuring that users can focus on content rather than formatting issues.

When to use it

Use Kami Landing when you need to create a formal, single-page document that reflects a professional aesthetic and requires multilingual support.

When not to use it

This skill is not suitable for creating interactive web applications or documents that require dynamic content or complex layouts.

What you can build with it

Creating a Company Report

Use Kami Landing to generate a polished company report that presents data and insights in a professional format.

Designing a Project Proposal

Quickly create a visually appealing project proposal that adheres to brand guidelines and is ready for print.

Producing Multilingual Marketing Materials

Leverage the multilingual capabilities to produce marketing documents that cater to diverse audiences.

How to install Kami Landing

View source

1. Install with the skills CLI

npx skills add nexu-io/open-design/kami-landing --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by nexu-io

kami-landing

Produce a single-page document in the kami (紙 / 纸) design system. The aesthetic borrows from editorial print, technical white papers, and old typewritten correspondence — the goal is good content on good paper, not modern app UI.

Design system source of truth: design-systems/kami/DESIGN.md. Read it before shipping. Tokens, type rules, the "ten invariants", and forbidden colors all live there.

What you get

A single self-contained HTML file with:

  • Warm parchment canvas (#f5f4ed) — never #ffffff.
  • Single chromatic accent — ink-blue (#1B365D), used on the section number, the headline accent word, the left rule of the manifesto, and the metric values. Anywhere else, ink-blue must cover ≤ 5% of the document surface area.
  • Serif at one weight (500) for hierarchy — Charter (EN), TsangerJinKai02 / Source Han Serif (CN), or YuMincho (JA), selected by the language parameter. No italic anywhere.
  • Tight print rhythm — line-heights 1.10–1.55, letter-spacing per language (0 for EN, 0.35px for CN, 0.02em for JA).
  • Numeric stacks set in font-variant-numeric: tabular-nums so metric columns and pagination digits sit cleanly aligned.
  • Depth via 1px rings + whisper shadows (0 4px 24px rgba(0,0,0,0.05)). No hard drop shadows, no neumorphism, no backdrop-filter blurs.
  • Tag fills as solid hex (e.g. #E4ECF5), never rgba() — print renderers double-paint alpha tags.
  • Responsive at 1280 / 980 / 768 / 560.

Page structure

1. Eyebrow row     — locale switcher · edition · version (12px sans uppercase)
2. Hero            — display headline (96–106px serif 500), tagline (21px),
                     three hero-token chips (paper-tinted)
3. Manifesto       — pull paragraph in serif 400, 20px, 1.65 LH, with
                     ink-blue left-rule and signature footer
4. Metrics row     — 3-6 cells: value (24px serif 500 ink-blue, tabular-nums),
                     label (12px serif 500 olive)
5. Chapters        — numbered (`01`, `02`, …) ink-blue serif 500 14px,
                     section title 28-32px, body 14-15px
6. Footer          — kicker word (mega serif 500), license · year · contact,
                     three-column site index in 12px serif 500

Workflow contract

1. Gather brand brief

Use AskQuestion (or equivalent) to collect the brand brief in chunks. Don't dump the whole input list on the user; ask in two rounds:

  1. Identity round — name, tagline, location, edition / version, primary URL, dominant language.
  2. Content round — manifesto paragraph + signature, 3-6 metric tiles, 3-5 chapter (title + lede + body) entries.

2. Pick the language stack

The language parameter controls which --serif stack is set on :root. Pick based on the dominant language of the manifesto and chapter body copy:

language--serifNotes
enCharter, Georgia, Palatino, Times New Roman, serifdefault
zh-CNTsangerJinKai02, Source Han Serif SC, Songti SC, Georgialetter-spacing 0.35px on body
jaYuMincho, Hiragino Mincho ProN, Source Han Serif JPalso override --olive to #4d4c48 (YuMincho strokes are thinner)

Inline mixed-script content is fine — the browser per-glyph fallback chain handles it. Do not chain all three families inside one font-family declaration; that dilutes character.

3. Write index.html

Output a single file with all CSS inline. Mirror the structure of example.html and use only the tokens from design-systems/kami/DESIGN.md. Do not invent new colors, weights, or font families.

Component primitives the agent can drop in (all defined in the example's <style> block):

  • .eyebrow, .label — sans-serif overlines
  • .metric — value + label vertical pair
  • .section-num + .section-title + .section-lede
  • .tag.standard, .tag.brush — solid-hex tags (one brush max per page)
  • .quote — left-rule serif 500 quote
  • ul.dash — en-dash bullets in ink-blue
  • .code — ivory-bg, 1px-border code block
  • .footer-kicker — mega serif 500 word

Tag every editable element with data-od-id="<unique-slug>" so the host app's comment mode can target it.

4. Self-check before delivering

  • Page background is parchment (#f5f4ed), never #ffffff.
  • Ink-blue (#1B365D) covers ≤ 5% of visible surface — count section numbers, the manifesto rule, the metric values, the headline accent. Total ≤ 5%.
  • All grays are warm (R ≈ G > B). No slate-*, no #f3f4f6.
  • Serif weight stays at 500 — no font-weight: 700 or 900 anywhere on serif text.
  • No font-style: italic anywhere. Emphasis swaps to ink-blue color or a .tag instead.
  • All numeric stacks (metric values, pagination, dates, financial figures) carry font-variant-numeric: tabular-nums.
  • All tag fills are solid hex (e.g. #E4ECF5), never rgba().
  • Shadows: at most a 1px ring or a 0 4px 24px rgba(0,0,0,0.05) whisper. No hard drop shadows.
  • Headline ≤ 6 words at display size; CJK ≤ 8 characters.
  • At 768px and 560px the layout collapses to one column without horizontal scroll.

Files in this skill

design-templates/kami-landing/
├── SKILL.md                 # this contract
├── README.md                # human quick-start
└── example.html             # canonical Open Design rendering

Boundaries

  • Do not invent new colors or typefaces. The kami palette is fixed; if a brief demands a brand color, push back or render the brand color as a single .tag.brush accent.
  • Do not introduce a second accent color. Pick ink-blue or pick nothing.
  • Do not mix all three font stacks in one declaration; pick the dominant language, override --serif on :root, and let the browser per-glyph fallback resolve mixed-script inline content.
  • Do not use rgba() for tag fills — print renderers double-paint alpha tags. Use the pre-blended solid hex from the table in design-systems/kami/DESIGN.md §2.
  • Do not add JavaScript for animation. The page is paper, not an app — motion belongs to the reader scrolling.

See also

Frequently asked questions about Kami Landing

Similar skills