Skip to main content
ClaudeWave
Skill37k repo starsupdated 3d ago

brand-voice-consistency

This Claude Code skill enforces consistent brand voice and style across marketing copy, customer communications, and public-facing content. It provides guidelines for tone (friendly yet professional, clear and empathetic), writing practices (active voice, concrete examples, sentences under 20 words), preferred terminology, and what to avoid (corporate jargon, condescension, vague claims). Use this skill when crafting communications that need to reflect the brand's mission of simplifying complex workflows through AI automation.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/luongnv89/claude-howto /tmp/brand-voice-consistency && cp -r /tmp/brand-voice-consistency/zh/03-skills/brand-voice ~/.claude/skills/brand-voice-consistency
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# 品牌语气技能

## 概览
此技能确保所有沟通内容在品牌语气、风格和信息传达上保持一致。

## 品牌定位

### 使命
帮助团队用 AI 自动化开发工作流

### 价值观
- **简洁**:把复杂的事情变简单
- **可靠**:执行稳健,结果稳定
- **赋能**:释放人的创造力

### 语气风格
- **友好但专业** - 平易近人,但不过于随意
- **清晰简洁** - 避免行话,用通俗方式解释技术概念
- **自信** - 体现我们知道自己在做什么
- **有同理心** - 理解用户需求和痛点

## 写作指南

### 应该做的 ✅
- 对读者使用“你”
- 使用主动语态:“Claude 会生成报告”,而不是“报告由 Claude 生成”
- 先讲价值主张
- 使用具体示例
- 句子保持在 20 个词以内
- 使用列表增强清晰度
- 包含行动号召

### 不应该做的 ❌
- 不要使用企业黑话
- 不要居高临下,也不要过度简化
- 不要使用“我们相信”或“我们认为”
- 不要全大写,除非为了强调
- 不要写成大段文字墙
- 不要默认读者具备技术背景

## 词汇

### ✅ 推荐用词
- Claude(不要写“the Claude AI”)
- 代码生成(不要写“auto-coding”)
- Agent(不要写“bot”)
- 简化流程(不要写“革命性改变”)
- 集成(不要写“synergize”)

### ❌ 避免用词
- “cutting-edge”(过度使用)
- “game-changer”(过于空泛)
- “leverage”(企业黑话)
- “utilize”(直接用“use”)
- “paradigm shift”(不够清晰)

## 示例

### ✅ 好示例
“Claude 能自动化你的代码审查流程。它不再需要你手动检查每个 PR,而是会审查安全性、性能和质量,每周为团队节省数小时。”

为什么好:价值明确、收益具体、行动导向强

### ❌ 坏示例
“Claude 利用前沿 AI 为软件开发提供全面解决方案。”

为什么不好:太空泛、企业黑话太多、没有具体价值
lesson-quizSkill

Interactive lesson-level quiz for Claude Code tutorials. Tests understanding of a specific lesson (01-10) with 8-10 questions mixing conceptual and practical knowledge. Use before a lesson to pre-test, during to check progress, or after to verify mastery. Use when asked to "quiz me on hooks", "test my knowledge of lesson 3", "lesson quiz", "practice quiz for MCP", or "do I understand skills".

self-assessmentSkill

Comprehensive Claude Code self-assessment and learning path advisor. Runs a multi-category quiz covering 10 feature areas, produces a detailed skill profile with per-topic scores, identifies specific gaps, and generates a personalized learning path with prioritized next steps. Use when asked to "assess my level", "take the quiz", "find my level", "where should I start", "what should I learn next", "check my skills", "skill check", or "level up".

blog-draftSkill

根据想法和资料撰写博客草稿。适用于用户想写博客、基于研究创建内容,或起草文章的场景。流程会引导你完成调研、头脑风暴、提纲编写和带版本控制的迭代撰写。

claude-mdSkill

按最佳实践创建或更新 CLAUDE.md 文件,以便为 AI agent 提供最优的项目入门上下文

code-review-specialistSkill

提供全面的代码审查能力,覆盖安全、性能和代码质量分析。适用于用户请求代码审查、代码质量评估、Pull Request 审查,或提到安全分析和性能优化时。

api-documentation-generatorSkill

从源代码生成全面且准确的 API 文档。适用于创建或更新 API 文档、生成 OpenAPI 规范,或在用户提到 API 文档、端点或说明时使用。

code-refactorSkill

基于 Martin Fowler 方法论的系统化代码重构 skill。适用于用户请求重构代码、改进代码结构、减少技术债、清理旧代码、消除 code smell 或提升可维护性时。这个 skill 采用分阶段、带研究与计划的安全增量实施方式。

brand-voiceSkill