jpskill.com
📄 ドキュメント コミュニティ

fin-guru-create-doc

Create institutional-grade financial documents from templates. Handles analysis reports, buy tickets, compliance memos, Excel model specs, presentations, and onboarding reports.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o fin-guru-create-doc.zip https://jpskill.com/download/22812.zip && unzip -o fin-guru-create-doc.zip && rm fin-guru-create-doc.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22812.zip -OutFile "$d\fin-guru-create-doc.zip"; Expand-Archive "$d\fin-guru-create-doc.zip" -DestinationPath $d -Force; ri "$d\fin-guru-create-doc.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して fin-guru-create-doc.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → fin-guru-create-doc フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

ドキュメント作成スキル

Finance Guru のテンプレートを使用して、プロフェッショナルな財務ドキュメントを作成します。

利用可能なテンプレート

テンプレート パス 目的
Analysis Report {project-root}/fin-guru/templates/analysis-report.md 調査および分析レポート
Buy Ticket {project-root}/fin-guru/templates/buy-ticket-template.md 資本展開承認
Compliance Memo {project-root}/fin-guru/templates/compliance-memo.md 規制遵守ドキュメント
Excel Model Spec {project-root}/fin-guru/templates/excel-model-spec.md 財務モデル仕様書
Presentation {project-root}/fin-guru/templates/presentation-format.md ステークホルダー向けプレゼンテーション
Onboarding Report {project-root}/fin-guru/templates/onboarding-report.md クライアントオンボーディング概要

ワークフロー

  1. ドキュメントの種類に適したテンプレートを特定します。
  2. {project-root}/fin-guru/templates/ からテンプレートを読み込みます。
  3. 必要な入力(分析データ、推奨事項、メトリクス)を収集します。
  4. 適切な YAML フロントマター(日付スタンプ、免責事項、引用)でドキュメントを生成します。
  5. 命名規則に従って fin-guru-private/fin-guru/ に保存します。
    • 分析レポート: analysis/{topic}-{YYYY-MM-DD}.md
    • Buy Ticket: tickets/buy-ticket-{YYYY-MM-DD}-{short-descriptor}.md
    • 戦略ドキュメント: analysis/{strategy-name}-master-strategy.md

Buy Ticket 契約

Buy Ticket は、規範的な buy-ticket-template.md 契約を使用します。

  • Builder は Buy Ticket の直接のエントリポイントではありません。Buy Ticket の作成は Strategy Advisor または Dividend Specialist から開始する必要があります。
  • YAML フロントマターと構造化された ## Execution Summary セクションを含みます。
  • ポートフォリオのコンテキストはすでに読み込まれている必要があります。
  • 展開金額、配分表、価格スナップショット、戦略的根拠、リスクノート、および情報源/仮定が必要です。
  • チケットは fin-guru-private/fin-guru/tickets/ に保存します。
  • ITC リスクは助言のみとして扱います。ITC の助言は、上流の分析によって提供され、シグナルが著しく上昇している場合にのみ含めます。

要件

  • すべてのドキュメントには、教育目的のみの免責事項を含める必要があります
  • すべての情報源はタイムスタンプ付きで引用する必要があります
  • すべてのドキュメントには、日付スタンプ付きの YAML フロントマターを含める必要があります
  • 機関グレードの書式設定基準に従ってください。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Document Creation Skill

Create professional financial documents using Finance Guru templates.

Available Templates

Template Path Purpose
Analysis Report {project-root}/fin-guru/templates/analysis-report.md Research and analysis reports
Buy Ticket {project-root}/fin-guru/templates/buy-ticket-template.md Capital deployment authorization
Compliance Memo {project-root}/fin-guru/templates/compliance-memo.md Regulatory compliance documentation
Excel Model Spec {project-root}/fin-guru/templates/excel-model-spec.md Financial model specifications
Presentation {project-root}/fin-guru/templates/presentation-format.md Stakeholder presentations
Onboarding Report {project-root}/fin-guru/templates/onboarding-report.md Client onboarding summaries

Workflow

  1. Identify the appropriate template for the document type
  2. Load the template from {project-root}/fin-guru/templates/
  3. Gather required inputs (analysis data, recommendations, metrics)
  4. Generate document with proper YAML frontmatter (date stamp, disclaimer, citations)
  5. Save under fin-guru-private/fin-guru/ using naming conventions:
    • Analysis reports: analysis/{topic}-{YYYY-MM-DD}.md
    • Buy tickets: tickets/buy-ticket-{YYYY-MM-DD}-{short-descriptor}.md
    • Strategy docs: analysis/{strategy-name}-master-strategy.md

Buy Ticket Contract

Buy tickets use the canonical buy-ticket-template.md contract:

  • Builder is not a direct buy-ticket entrypoint; buy-ticket creation should begin from Strategy Advisor or Dividend Specialist
  • YAML frontmatter plus a structured ## Execution Summary section
  • Portfolio context must already be loaded
  • Require deployment amount, allocation table, price snapshot, strategy rationale, risk notes, and sources/assumptions
  • Save tickets to fin-guru-private/fin-guru/tickets/
  • Treat ITC risk as advisory-only; include an ITC advisory only when upstream analysis provided it and the signal is materially elevated

Requirements

  • All documents MUST include educational-only disclaimer
  • All sources MUST be cited with timestamps
  • All documents MUST include YAML frontmatter with date stamp
  • Follow institutional-grade formatting standards