domain-expertise-template
特定の分野に関する専門知識をClaudeに与え、その分野に特化したタスクを実行させたり、質問に答えさせたりするためのテンプレートをカスタマイズして、業務効率化や新たな価値創造に繋げるSkill。
📜 元の英語説明(参考)
Template for creating domain expertise skills. Copy and customize for your specific domain.
🇯🇵 日本人クリエイター向け解説
特定の分野に関する専門知識をClaudeに与え、その分野に特化したタスクを実行させたり、質問に答えさせたりするためのテンプレートをカスタマイズして、業務効率化や新たな価値創造に繋げるSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o domain-expertise-template.zip https://jpskill.com/download/17793.zip && unzip -o domain-expertise-template.zip && rm domain-expertise-template.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/17793.zip -OutFile "$d\domain-expertise-template.zip"; Expand-Archive "$d\domain-expertise-template.zip" -DestinationPath $d -Force; ri "$d\domain-expertise-template.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
domain-expertise-template.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
domain-expertise-templateフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
ドメイン専門知識テンプレート
このテンプレートをコピーして、独自のドメイン専門知識スキルを作成してください。
手順
- このファイルを
~/.claude/skills/your-domain/SKILL.mdにコピーします。 - すべての
[PLACEHOLDER]テキストをコンテンツに置き換えます。 - 必要に応じてセクションをカスタマイズします。
- テストと反復を行います。
---
name: [your-skill-name]
description: [トリガー条件] に該当する場合に使用します。[結果]を得るために、[あなたの方法論/フレームワーク]を適用します。
---
<framework_overview>
## これは何ですか
[この専門知識が何をカバーし、なぜ重要なのかを説明する1つの段落]
## いつ使用するか
- [トリガーとなる状況 1]
- [トリガーとなる状況 2]
- [トリガーとなる状況 3]
## 主要な用語
| 用語 | 定義 |
|------|------------|
| [用語 1] | [定義] |
| [用語 2] | [定義] |
</framework_overview>
<principles>
## 中核となる理念
### 1. [大文字で記述された原則名]
[この原則とその重要性を説明する2〜3文]
例:
- 良い例: [この原則をうまく適用した例]
- 悪い例: [この原則に違反した例]
### 2. [大文字で記述された原則名]
[この原則とその重要性を説明する2〜3文]
例:
- 良い例: [例]
- 悪い例: [例]
### 3. [大文字で記述された原則名]
[この原則とその重要性を説明する2〜3文]
例:
- 良い例: [例]
- 悪い例: [例]
</principles>
<process>
## プロセス
### ステップ 1: [名前]
**目的**: [このステップが重要な理由]
**アクション**:
- [アクション 1]
- [アクション 2]
**出力**: [このステップで生成されるもの]
### ステップ 2: [名前]
**目的**: [このステップが重要な理由]
**アクション**:
- [アクション 1]
- [アクション 2]
**出力**: [このステップで生成されるもの]
### ステップ 3: [名前]
**目的**: [このステップが重要な理由]
**アクション**:
- [アクション 1]
- [アクション 2]
**出力**: [このステップで生成されるもの]
</process>
<templates>
## 出力テンプレート
### [テンプレート名 1]
```markdown
# [ドキュメントのタイトル]
## セクション 1
[ここに何が入るか]
## セクション 2
[ここに何が入るか]
## セクション 3
[ここに何が入るか]
[テンプレート名 2]
[必要に応じて別のテンプレート] </templates>
<anti-patterns>
よくある間違い
1. [アンチパターン名]
どのようなものか: [間違いの説明] なぜ間違っているのか: [結果] 代わりに: [正しいアプローチ]
2. [アンチパターン名]
どのようなものか: [説明] なぜ間違っているのか: [結果] 代わりに: [正しいアプローチ]
3. [アンチパターン名]
どのようなものか: [説明] なぜ間違っているのか: [結果] 代わりに: [正しいアプローチ] </anti-patterns>
<intake> [ドメイン]についてお手伝いする前に、以下を理解する必要があります。
-
[範囲に関する質問]
- [選択肢 A]
- [選択肢 B]
- [選択肢 C]
-
[コンテキストに関する質問] [自由形式の質問]
-
[制約に関する質問] [自由形式の質問]
-
何か特定の懸念事項や要件はありますか?
先に進む前に、回答をお待ちしております。 </intake>
---
## カスタマイズチェックリスト
- [ ] スキルの名前と説明を更新しました
- [ ] 3つ以上の原則と例を追加しました
- [ ] 3つ以上のプロセスステップを追加しました
- [ ] 出力テンプレートを作成しました
- [ ] 2つ以上のアンチパターンを追加しました
- [ ] インテークの質問を作成しました
- [ ] スキルのトリガーが正しく機能するかテストしました 📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Domain Expertise Template
Copy this template to create your own domain expertise skill.
Instructions
- Copy this file to
~/.claude/skills/your-domain/SKILL.md - Replace all
[PLACEHOLDER]text with your content - Customize sections as needed
- Test and iterate
---
name: [your-skill-name]
description: Use when [trigger conditions]. Applies [your methodology/framework] for [outcome].
---
<framework_overview>
## What This Is
[One paragraph describing what this expertise covers and why it matters]
## When to Use
- [Trigger situation 1]
- [Trigger situation 2]
- [Trigger situation 3]
## Key Terms
| Term | Definition |
|------|------------|
| [Term 1] | [Definition] |
| [Term 2] | [Definition] |
</framework_overview>
<principles>
## Core Philosophy
### 1. [PRINCIPLE NAME IN CAPS]
[2-3 sentences explaining this principle and why it matters]
Example:
- Good: [example of applying this principle well]
- Bad: [example of violating this principle]
### 2. [PRINCIPLE NAME IN CAPS]
[2-3 sentences explaining this principle and why it matters]
Example:
- Good: [example]
- Bad: [example]
### 3. [PRINCIPLE NAME IN CAPS]
[2-3 sentences explaining this principle and why it matters]
Example:
- Good: [example]
- Bad: [example]
</principles>
<process>
## The Process
### Step 1: [Name]
**Purpose**: [Why this step matters]
**Actions**:
- [Action 1]
- [Action 2]
**Output**: [What this step produces]
### Step 2: [Name]
**Purpose**: [Why this step matters]
**Actions**:
- [Action 1]
- [Action 2]
**Output**: [What this step produces]
### Step 3: [Name]
**Purpose**: [Why this step matters]
**Actions**:
- [Action 1]
- [Action 2]
**Output**: [What this step produces]
</process>
<templates>
## Output Templates
### [Template Name 1]
```markdown
# [Document Title]
## Section 1
[What goes here]
## Section 2
[What goes here]
## Section 3
[What goes here]
[Template Name 2]
[Another template if needed] </templates>
<anti-patterns>
Common Mistakes
1. [ANTI-PATTERN NAME]
What it looks like: [Description of the mistake] Why it's wrong: [Consequences] Instead: [Correct approach]
2. [ANTI-PATTERN NAME]
What it looks like: [Description] Why it's wrong: [Consequences] Instead: [Correct approach]
3. [ANTI-PATTERN NAME]
What it looks like: [Description] Why it's wrong: [Consequences] Instead: [Correct approach] </anti-patterns>
<intake> Before I help with [domain], I need to understand:
-
[Question about scope]
- [Option A]
- [Option B]
- [Option C]
-
[Question about context] [Open-ended question]
-
[Question about constraints] [Open-ended question]
-
Any specific concerns or requirements?
I'll wait for your answers before proceeding. </intake>
---
## Customization Checklist
- [ ] Updated skill name and description
- [ ] Added 3+ principles with examples
- [ ] Added 3+ process steps
- [ ] Created output templates
- [ ] Added 2+ anti-patterns
- [ ] Created intake questions
- [ ] Tested skill triggers correctly