Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计通过

laniameda-brand-design拉尼亚梅达品牌设计

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

21,437

周安装

783

GitHub Stars

公开资料未说明

下载量

11,285
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:laniameda-brand-design(拉尼亚梅达品牌设计)
来源仓库:https://github.com/michailbul/laniameda-skills
仓库路径:skills/laniameda-brand-design
安装命令:
npx skills add https://github.com/michailbul/laniameda-skills --skill 'Laniameda Brand Design'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/michailbul/laniameda-skills --skill 'Laniameda Brand Design'

简介

用于辅助界面设计、视觉规范和交互体验优化。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 适合整理页面结构、生成 UI 方案或检查一致性。
  • 通过 GitHub 安装并使用 npx 命令激活。
  • 需结合品牌和设计系统,通过截图检查文本溢出和对齐。
  • laniameda-brand-design 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Laniameda Brand Design System & Landing Page Workflow

Build marketing pages and product websites that follow the laniameda design system — a warm editorial + brutalist hybrid aesthetic designed for technical/developer audiences.

Brand Identity

Mood: Warm editorial, studio console, paper & ink, artisan digital Tone: Quiet confidence — authoritative but never loud. Sharp, technical, no fluff. Audience: AI engineers, vibe coders, developers who live in the terminal Test: "These people get it" — if a developer reads the hero at 11pm and thinks that, it works.

What It Is NOT

  • SaaS corporate, playful/whimsical, enterprise formal
  • No Lorem Ipsum. No "game-changing". No "unlock potential".
  • No pure white (#ffffff) backgrounds. No pure black (#000000) text.
  • No cold/gray shadows. No neon accents.

Quick Color Reference

TokenHexRole
Paper#fffaf5Page background
Surface-1#fff4eaSecondary areas
Surface-2#f7ede2Card backgrounds
Surface-3#efe2d4Deeper fills
Ink#201710Darkest text, brand mark
Text Secondary#4c3a2dDescriptions, metadata
Text Tertiary#7d6755Section labels
Text Ghost#ab9381Placeholders, hints
Coral#ff7a64Primary accent (sparingly)
Coral Hover#ff917dHover state
Inverse BG#18181bDark panels, terminals
Inverse Text#fafafaText on dark

For the full token set including amber ramp, borders, and semantic mappings, consult references/design-tokens.md.

Quick Typography Reference

FamilyMapping in PencilRole
Instrument Serif (italic)Playfair Display italicDisplay headlines, hero text, serif moments
Geist SansInterBody text, UI text, descriptions
Geist MonoJetBrains MonoLabels, badges, code, terminal, nav items

Key rules:

  • Monospace labels are ALWAYS uppercase with 0.08-0.22em letter-spacing
  • Display text is ALWAYS italic serif
  • Headlines: Inter 800/900, -0.04em letter-spacing
  • Terminal bg: #0f0f0f, coral/green/white syntax coloring

Quick Shadow Reference

TypeValueUse
Soft SM0 1px 3px rgba(32,23,16,0.06)Cards at rest
Soft MD0 4px 12px rgba(32,23,16,0.08)Hover, dropdowns
Soft LG0 12px 40px rgba(32,23,16,0.12)Modals, panels
Brutalist4px 4px 0 #201710Brutalist cards, CTAs
Brutalist SM2px 2px 0 #201710Smaller elements
Brutalist Hover6px 6px 0 + translate(-2px,-2px)Lift effect

Design Workflow in Pencil

Phase 1: Setup

  1. Get editor state with get_editor_state(include_schema: true) to understand the active document
  2. Open or create a .pen file with open_document
  3. Set design variables using set_variables — register the color palette
  4. Get guidelines with get_guidelines(topic: "landing-page") for layout rules
  5. Get style guide tags with get_style_guide_tags, then get_style_guide with relevant tags

Phase 2: Build Reusable Components

Before building any screens, create reusable components (reusable: true). Standard component library for laniameda landing pages is documented in references/component-library.md.

Core components to build:

  • macOS Window Chrome — titlebar with traffic light dots + body placeholder
  • CTA Pill — coral bg, monospace prompt + command text
  • Ghost Button — ink outline, monospace label
  • Section Label — monospace coral eyebrow with // prefix
  • Brutalist Card — zero-radius, ink offset shadow, icon + title + desc
  • Soft Card — 20px radius, editorial shadow
  • Badges — ink variant + coral variant, pill-shaped

Phase 3: Build Screen Sections

Standard landing page section order:

  1. Hero — eyebrow + massive headline + sub + CTA pill + terminal/product preview
  2. Problems — 3 pain points in brutalist or soft cards
  3. Features — 8-item grid (2x4 or numbered list)
  4. Setup — tabbed terminal blocks (Install / Configure / Docker)
  5. Compatibility — agent + platform badges
  6. FAQ — accordion-style Q&A with coral borders
  7. Footer — links + copyright

Phase 4: Verify

After each major section, take a screenshot with get_screenshot to verify visual quality. Check for:

  • Color consistency (no stray whites/blacks)
  • Typography hierarchy (serif display, sans body, mono labels)
  • Spacing rhythm (generous whitespace)
  • Shadow consistency

Bulk Color Operations

To retheme an entire direction, use search_all_unique_properties to audit colors, then replace_all_matching_properties for bulk changes. IMPORTANT: Always manually fix terminal windows, traffic light dots, and syntax-colored text afterward — these should stay dark even in light themes.


Design Directions Pattern

When building multiple directions, differentiate through:

LeverOptions
Card styleBrutalist (0 radius) vs Soft (20px)
Hero approachTerminal output vs Editorial serif vs Product mockup
Section rhythmDense/continuous vs Dramatic chapter breaks
Feature layout2x4 grid vs Numbered editorial list vs Annotated mockup
Dark sectionsNone vs Full-bleed ink breaks vs Terminal-only dark

Example proven directions:

  • "Workbench" — light paper bg, dark terminals as focal points, brutalist 0-radius cards, monospace-heavy
  • "Paper Press" — massive italic serif headlines, full-bleed ink chapter breaks, numbered features, editorial rhythm
  • "Window Stack" — macOS app mockup in hero, soft cards, multiple floating terminals, Spotlight-style CTA

Pencil Operation Patterns

Refer to references/pencil-workflow.md for detailed batch_design operation syntax, including:

  • Insert/Update patterns for component instances
  • Copy with descendant overrides
  • Layout configuration (vertical/horizontal/gap/padding)
  • Text styling with fill, fontSize, fontFamily, fontWeight

Landing Page Section Examples

Refer to examples/landing-page-sections.md for concrete batch_design operations showing how to build each section type.


Critical Rules

  1. All copy from lib/content.ts — never hardcode strings in designs
  2. Coral used sparingly — key CTAs, accent moments only
  3. Brutalist shadows: 4px 4px 0 #201710 — never add blur
  4. Hover lift: translate(-2px, -2px) + shadow grows to 6px 6px 0
  5. JetBrains Mono for: labels, eyebrows, badges, nav, terminal, code
  6. Inter 800/900 for: ALL display headings
  7. No pure white/black — warm paper stack and ink scale only
  8. Traffic light dots: #ff5f56 (red), #ffbd2e (yellow), #27c93f (green)
  9. Terminal interiors stay dark even in light themes — #0f0f0f or #1a1a1a
  10. Verify with screenshots after each section

Additional Resources

Reference Files

  • references/design-tokens.md — Complete CSS custom properties, color palette, typography scale, shadows, spacing, timing
  • references/pencil-workflow.md — Pencil MCP tool patterns, batch_design syntax, component architecture
  • references/component-library.md — Full specs for all reusable components (macOS chrome, cards, buttons, badges)

Examples

  • examples/landing-page-sections.md — Concrete batch_design operations for hero, problems, features, setup, FAQ, footer sections

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.61%
按下载量换算4,019

Claude

30.5%
按下载量换算3,442

Cursor

19.73%
按下载量换算2,227

Gemini CLI

9.54%
按下载量换算1,077

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/michailbul/laniameda-skills --skill 'Laniameda Brand Design' 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills