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

brand-style品牌风格

Agent Skill

brand-style 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,341

周安装

57

GitHub Stars

17,464

下载量

470
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:brand-style(品牌风格)
来源仓库:https://github.com/mediar-ai/screenpipe
仓库路径:skills/brand-style
安装命令:
npx skills add https://github.com/mediar-ai/screenpipe --skill brand-style
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/mediar-ai/screenpipe --skill brand-style

简介

brand-style 定义 Screenpipe 品牌的极简黑白几何视觉规范,强调隐私与开发友好。

  • 适用于界面设计、字体排版与图标风格统一,传递专业与透明的品牌形象。
  • 规定字号、字重与间距标准,支持开发者快速复用设计系统组件。
  • 使用前需确认项目是否集成对应字体库,避免 fallback 显示异常。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Screenpipe Brand Style Guide

Philosophy

"Black & White Geometric Minimalism"

No color. Sharp corners. Clean typography.


Core Values

ValueDescription
Privacy First100% local, data never leaves your machine
Open SourceInspect, modify, own
SimplicityClean, minimal interface
Transparency"You own your data"
Developer-FocusedAPIs, extensibility, power users

Typography

Font Stack

PurposeFontFallbacks
Headings (sans)Space Grotesksystem-ui, sans-serif
Body (serif)Crimson TextBaskerville, Times New Roman, serif
Code (mono)IBM Plex Monomonospace

Usage Patterns

  • Headings: Space Grotesk, lowercase preferred
  • Body text: Crimson Text for readability
  • Code/technical: IBM Plex Mono
  • Buttons: UPPERCASE with tracking-wide
  • Labels: lowercase, medium weight

Colors

Palette: Grayscale Only

Light Mode:

  • Background: #FFFFFF (pure white)
  • Foreground: #000000 (pure black)
  • Muted: #666666 (40% gray)
  • Border: #CCCCCC (80% gray)

Dark Mode:

  • Background: #000000 (pure black)
  • Foreground: #FFFFFF (pure white)
  • Muted: #999999 (60% gray)
  • Border: #333333 (20% gray)

Text Hierarchy

LevelLight ModeDark Mode
Primary#000000#FFFFFF
Secondary#666666#999999
Tertiary#999999#666666
Disabled#B3B3B3#4D4D4D

Rule: NO COLOR

  • No accent colors (no blue, red, green, etc.)
  • Status indicators use grayscale only
  • Success/warning/error differentiated by icons, not color

Geometry

Border Radius

--radius: 0

All corners are sharp. No rounded corners anywhere.

Borders

  • Width: 1px solid
  • Style: Sharp, binary (on/off)
  • No gradients, no shadows

Shadows

None. Flat design throughout. Use borders for separation.


Components

Buttons

- Font: UPPERCASE, tracking-wide
- Border: 1px solid
- Corners: Sharp (0px radius)
- Transition: 150ms
- Hover: Color inversion

Cards

- Border: 1px solid
- Shadow: None
- Corners: Sharp
- Padding: 24px (p-6)

Inputs

- Style: Command-line aesthetic
- Font: Monospace (IBM Plex Mono)
- Border: 1px solid
- Height: 40px (h-10)
- Focus: Border color change

Dialogs

- Border: 1px solid
- Shadow: None
- Animation: 150ms fade
- Title: lowercase

Motion & Animation

Principles

  • Fast: 150ms standard duration
  • Minimal: Only essential state changes
  • Binary: On/off, no elaborate easing

Timing

AnimationDuration
Button hover150ms
Dialog open/close150ms
Accordion200ms
Page transitions150ms

Brand Voice

Tone

  • Lowercase, casual, direct
  • Technical but accessible
  • No marketing fluff
  • Developer-oriented

Examples

Good:

  • "24/7 memory for your desktop"
  • "you own your data"
  • "100% local"

Bad:

  • "REVOLUTIONARY AI-POWERED SOLUTION!"
  • "Best-in-class enterprise memory platform"

Taglines

  • "24/7 memory for your desktop"
  • "Rewind but open source. 100% local. You own your data."
  • "Memory infrastructure for your computer"

Design Checklist

When creating new UI components:

  • Using Space Grotesk for headings
  • Using Crimson Text for body (or IBM Plex Mono for technical)
  • 1px solid border
  • No box shadows
  • 0px border radius (sharp corners)
  • Black, white, or gray only
  • 150ms transitions
  • UPPERCASE for buttons, lowercase for titles
  • Hover state: color inversion
  • Focus ring: 1px solid with offset

Key Files

PurposeLocation
Design tokensscreenpipe-app-tauri/app/globals.css
Tailwind configscreenpipe-app-tauri/tailwind.config.ts
Color constantsscreenpipe-app-tauri/lib/constants/colors.ts
UI componentsscreenpipe-app-tauri/components/ui/*.tsx
Website reference../screen-pipe-website/app/globals.css

Website Typography Reference

From screen-pipe-website/app/layout.tsx:

const fontMono = IBM_Plex_Mono({
  subsets: ["latin"],
  weight: ["400", "500", "600"],
  variable: "--font-mono",
});

const fontSans = Space_Grotesk({
  subsets: ["latin"],
  weight: ["400", "500", "700"],
  variable: "--font-sans",
});

const fontSerif = Crimson_Text({
  subsets: ["latin"],
  weight: ["400", "600", "700"],
  variable: "--font-serif",
});

Usage in CSS:

body {
  font-family: var(--font-serif), "Crimson Text", serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-sans), "Space Grotesk", sans-serif;
}
code, pre, kbd, .font-mono {
  font-family: var(--font-mono), "IBM Plex Mono", monospace;
}

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.32%
按下载量换算175

Claude

28.55%
按下载量换算134

Cursor

18.64%
按下载量换算88

Gemini CLI

9.75%
按下载量换算46

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

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

安装前确认

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

来源信息

继续浏览同类 Skills