ワンクリックで
applying-brand-guidelines
This skill applies consistent corporate branding and styling to all generated
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
This skill applies consistent corporate branding and styling to all generated
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Set up and use 1Password CLI (op). Use when installing the CLI, enabling
Guide for adding new AI function examples, for testing specific features against the actual provider APIs.
Use when editing worker/src/constants/default-model-prices.json, packages/shared/src/server/llm/types.ts, pricing tiers, tokenizer IDs, or matchPattern regexes for OpenAI, Anthropic, Bedrock, Vertex, Azure, or Gemini model pricing.
Fixes broken typing checks detected by ty, make typing, or make check-repo. Use when typing errors appear in local runs, CI, or PR logs.
Add documentation for a new AI provider — usage docs, env vars, Docker
Guide for adding new AI provider packages to the AI SDK. Use when creating
| name | applying-brand-guidelines |
| name_zh | 应用品牌指南 |
| description | This skill applies consistent corporate branding and styling to all generated |
| description_zh | 确保内容符合品牌指南,包括视觉、语调和消息传递。 |
| category | dev-tools |
| tags | ["ai","cli","documentation","frontend","llm"] |
| source | null |
| license | UNKNOWN |
| language | en |
| author | unknown |
| version | 0.1.0 |
| needs_review | false |
| slug | applying-brand-guidelines |
| created | 2026-06-12 |
| updated | 2026-06-12 |
| inputs | [{"name":"request","type":"string","required":true,"description":"User request or task description"}] |
| output | {"format":"markdown","description":"Generated content based on the user request"} |
Use this skill when you need guidance on applying brand guidelines.
User request or task description.
Generated content based on the user request.
Follow the guidelines in this skill when working on related tasks.
This skill ensures all generated documents adhere to corporate brand standards for consistent, professional communication.
Tagline: "Innovation Through Excellence" Industry: Technology Solutions
Primary Colors:
Secondary Colors:
Primary Font Family: Segoe UI, system-ui, -apple-system, sans-serif
Font Hierarchy:
Slide Templates:
Layout Rules:
Formatting Standards:
Chart Defaults:
Page Layout:
Section Formatting:
Opening Statements:
Closing Statements:
Numbers:
Tables:
Always ensure:
Never use:
When creating any document:
apply_brand.py: Automatically applies brand formatting to documentsvalidate_brand.py: Checks documents for brand complianceDo not use this skill for tasks outside its scope.
See the skill content above for practical examples.
# 使用 applying-brand-guidelines 技能
from skill_loader import load_skill
# 加载技能
skill = load_skill("applying-brand-guidelines")
# 执行技能
result = skill.execute(
params={"key": "value"},
options={"verbose": True}
)
# 处理结果
if result.success:
print(f"Success: {result.output}")
else:
print(f"Error: {result.error}")