Skip to main content
ClaudeWave
Skill37k estrellas del repoactualizado 3d ago

brand-voice

The brand-voice skill ensures all communications adhere to consistent brand voice and tone guidelines by providing specific messaging standards, vocabulary preferences, and writing techniques. Use this skill when creating marketing copy, customer communications, or public-facing content to maintain a friendly yet professional tone that emphasizes simplicity, clarity, and empathy while avoiding corporate jargon and clichés.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/luongnv89/claude-howto /tmp/brand-voice && cp -r /tmp/brand-voice/ja/03-skills/brand-voice ~/.claude/skills/brand-voice
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

<!-- i18n-source: 03-skills/brand-voice/SKILL.md -->
<!-- i18n-source-sha: a6380d8 -->
<!-- i18n-date: 2026-04-27 -->

---
name: brand-voice-consistency
description: すべてのコミュニケーションがブランドボイスとトーンのガイドラインに沿うことを保証する。マーケティングコピー、顧客向け連絡、公開コンテンツの作成時、またはブランドボイス、トーン、文体について言及がある場合に使用する。
---

# ブランドボイス・スキル

## 概要
このスキルは、すべてのコミュニケーションにおいて一貫したブランドボイス、トーン、メッセージングを維持する。

## ブランドアイデンティティ

### ミッション
チームが AI で開発ワークフローを自動化することを支援する

### バリュー
- **シンプリシティ**: 複雑なものをシンプルにする
- **信頼性**: 揺るぎない実行
- **エンパワーメント**: 人間の創造性を引き出す

### トーン・オブ・ボイス
- **フレンドリーかつプロフェッショナル** - カジュアルにならず、親しみやすい
- **明快で簡潔** - 専門用語を避け、技術的な概念をわかりやすく説明する
- **自信を持って** - 自分たちが何をしているかを理解している
- **共感的** - ユーザーのニーズと痛みを理解する

## 執筆ガイドライン

### やるべきこと ✅
- 読者を指す際には「you」を使用
- 能動態を使用: 「Claude generates reports」とし、「Reports are generated by Claude」としない
- 価値提案から始める
- 具体例を用いる
- 1 文を 20 語未満に保つ
- 明確化のためリストを使用
- CTA(行動喚起)を含める

### 避けるべきこと ❌
- 企業ジャーゴンを使わない
- 見下したり過度に単純化したりしない
- 「we believe」や「we think」を使わない
- 強調以外で全大文字を使わない
- 文章の壁を作らない
- 技術的な前提知識を仮定しない

## ボキャブラリー

### ✅ 推奨用語
- Claude(「the Claude AI」ではなく)
- Code generation(「auto-coding」ではなく)
- Agent(「bot」ではなく)
- Streamline(「revolutionize」ではなく)
- Integrate(「synergize」ではなく)

### ❌ 避ける用語
- 「Cutting-edge」(使い古されている)
- 「Game-changer」(曖昧)
- 「Leverage」(企業用語的)
- 「Utilize」(「use」を使う)
- 「Paradigm shift」(不明瞭)

## 例

### ✅ 良い例
"Claude automates your code review process. Instead of manually checking each PR, Claude reviews security, performance, and quality—saving your team hours every week."

なぜ機能するか: 明確な価値、具体的なメリット、行動志向

### ❌ 悪い例
"Claude leverages cutting-edge AI to provide comprehensive software development solutions."

なぜ機能しないか: 曖昧、企業ジャーゴン、具体的な価値がない
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

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

brand-voice-consistencySkill

确保所有沟通内容都符合品牌语气和风格指南。适用于撰写营销文案、客户沟通、对外内容,或用户提到品牌语气、tone、写作风格的场景。

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 采用分阶段、带研究与计划的安全增量实施方式。