Token导航 LogoToken导航TokenDH.com
开发规范只读github未标认证来源可访问clear审计通过

brand-guidelines品牌指南

Agent Skill

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

总安装

190

周安装

8

GitHub Stars

5

下载量

67
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/holo00/ideaforge --skill brand-guidelines

简介

brand-guidelines 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装,需确认权限范围和维护状态。
  • 使用前应核实是否会触发联网、命令执行或文件读写等操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

IdeaForge Brand Guidelines

Brand Identity

Name: IdeaForge Tagline: AI-Powered Idea Generation Personality: Innovative, Inspiring, Data-Driven, Professional

Target Audience: Startup founders seeking AI-assisted business idea generation and evaluation.

Colors

Primary Palette

NameHexRGBUsage
Mint#34D399rgb(52, 211, 153)Primary brand color, CTAs, logo
Mint Dark#10B981rgb(16, 185, 129)Hover states, gradients
Coral#FF6B6Brgb(255, 107, 107)Text accents, highlights, alerts

Background Colors

NameHexRGBUsage
Dark Base#0f1419rgb(15, 20, 25)Primary dark background
Dark Surface#1c2128rgb(28, 33, 40)Cards, elevated surfaces
Dark Elevated#262c36rgb(38, 44, 54)Hover states, borders

Text Colors

NameHexRGBUsage
Text Primary#f0f6fcrgb(240, 246, 252)Primary text on dark
Text Secondary#8b949ergb(139, 148, 158)Secondary text, labels
Text Muted#6e7681rgb(110, 118, 129)Disabled, placeholder

Semantic Colors

NameHexUsage
Success#34D399Positive actions, success states
Warning#FBBF24Warnings, caution
Error#EF4444Errors, destructive actions
Info#67E8F9Information, tips

Button Colors

TypeStyle
PrimaryBackground: gradient #34D399#10B981, Text: #0f1419
SecondaryBackground: transparent, Border: rgba(255,255,255,0.3), Text: #f0f6fc
GhostBackground: transparent, Text: #34D399
DangerBackground: #EF4444, Text: #ffffff

Typography

Font Stack

/* Headings */
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;

/* Body */
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;

/* Code/Data */
font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', Consolas, monospace;

Type Scale

ElementSizeWeightLine Height
H12.5rem (40px)7001.2
H22rem (32px)6001.25
H31.5rem (24px)6001.3
H41.25rem (20px)6001.4
Body1rem (16px)4001.6
Small0.875rem (14px)4001.5
Caption0.75rem (12px)5001.4

Tailwind CSS Classes

Common Patterns

// Primary Button
className="bg-gradient-to-r from-emerald-400 to-emerald-500 text-gray-900 font-semibold px-6 py-3 rounded-lg hover:from-emerald-300 hover:to-emerald-400 transition-all"

// Secondary Button
className="border border-white/30 text-gray-100 px-6 py-3 rounded-lg hover:bg-white/5 transition-all"

// Card
className="bg-gray-800/50 rounded-xl p-6 border border-gray-700/50"

// Text Accent
className="text-red-400" // For coral accent on text

// Stats/Numbers
className="text-emerald-400 font-bold text-2xl"

// Background
className="bg-gradient-to-br from-gray-900 to-gray-800"

Dark Mode (Default)

IdeaForge uses dark mode as the primary theme. All components should be designed dark-first.

// Standard background layers
bg-[#0f1419]      // Base
bg-[#1c2128]      // Surface
bg-[#262c36]      // Elevated

// Or using Tailwind
bg-gray-900       // Base
bg-gray-800       // Surface
bg-gray-700       // Elevated

Spacing

Base unit: 4px

TokenValueUsage
xs4pxTight spacing
sm8pxBetween related elements
md16pxDefault padding
lg24pxSection padding
xl32pxMajor sections
2xl48pxPage sections

Border Radius

TokenValueUsage
sm4pxButtons, inputs
md8pxCards, containers
lg12pxModals, large cards
xl16pxHero sections
full9999pxPills, avatars

Shadows

/* Subtle */
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

/* Card */
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.2);

/* Elevated */
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);

/* Glow (for primary elements) */
box-shadow: 0 0 20px rgba(52, 211, 153, 0.3);

Component Examples

Score Badge

// High score (80-100)
className="bg-emerald-500/20 text-emerald-400 px-2 py-1 rounded text-sm font-medium"

// Medium score (50-79)
className="bg-yellow-500/20 text-yellow-400 px-2 py-1 rounded text-sm font-medium"

// Low score (0-49)
className="bg-red-500/20 text-red-400 px-2 py-1 rounded text-sm font-medium"

Navigation

className="bg-gray-900/95 backdrop-blur border-b border-gray-800"

Input Fields

className="bg-gray-800 border border-gray-700 rounded-lg px-4 py-2 text-gray-100 placeholder-gray-500 focus:border-emerald-500 focus:ring-1 focus:ring-emerald-500"

Logo Usage

  • Primary color: Mint #34D399
  • Can be displayed on dark backgrounds only
  • Minimum clear space: height of logo on all sides
  • Do not distort, rotate, or add effects

Voice & Tone

  • Professional but approachable - Not stiff, not casual
  • Action-oriented - "Generate ideas", "Start exploring"
  • Confident - Emphasize AI capabilities without overpromising
  • Concise - Data-dense UI means minimal text

Anti-Patterns

Avoid:

  • Light/white backgrounds as primary
  • Generic blue (#007bff) as primary color
  • Gradients using coral/red (reserve for text accents only)
  • Low contrast text combinations
  • Excessive animations
  • Purple gradients (overused in AI products)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Antigravity

28.76%
按下载量换算19

Claude Code

22.36%
按下载量换算15

trae

15.63%
按下载量换算10

Gemini CLI

12.91%
按下载量换算9

windsurf

6.73%
按下载量换算5

Codex

3.35%
按下载量换算2

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills