diff --git a/03-claude-md/README.md b/04-claude-md/README.md similarity index 95% rename from 03-claude-md/README.md rename to 04-claude-md/README.md index ad62d31..1a8d903 100644 --- a/03-claude-md/README.md +++ b/04-claude-md/README.md @@ -1,11 +1,11 @@ -# Lecture 03 — CLAUDE.md でプロジェクトを記憶させる +# Lecture 04 — CLAUDE.md でプロジェクトを記憶させる -AI コーディングシリーズ 第 3 回。セッションをまたいで Claude にプロジェクト文脈を保持させる CLAUDE.md の書き方・置き場所・効果的な使いどころを 12 枚で解説。 +AI コーディングシリーズ 第 4 回。セッションをまたいで Claude にプロジェクト文脈を保持させる CLAUDE.md の書き方・置き場所・効果的な使いどころを 12 枚で解説。 ## このディレクトリの中身 ``` -03-claude-md/ +04-claude-md/ ├── index.html ← 本体(ブラウザで開く / AI に読ませる) └── README.md ← このファイル ``` diff --git a/03-claude-md/index.html b/04-claude-md/index.html similarity index 97% rename from 03-claude-md/index.html rename to 04-claude-md/index.html index 37fdbd0..991f99b 100644 --- a/03-claude-md/index.html +++ b/04-claude-md/index.html @@ -2,13 +2,13 @@ -Lecture 03 — CLAUDE.md でプロジェクトを記憶させる +Lecture 04 — CLAUDE.md でプロジェクトを記憶させる - + - + @@ -46,7 +46,7 @@

============================================================ -->
- Lecture 03 · How to read + Lecture 04 · How to read 02 / 12
@@ -77,7 +77,7 @@

手元のプロジェクトを思い浮かべながら

- Lecture 03 · CLAUDE.md でプロジェクトを記憶させる + Lecture 04 · CLAUDE.md でプロジェクトを記憶させる How to read
@@ -121,7 +121,7 @@

セッションを開くたびに、説明して

- Lecture 03 + Lecture 04 Chapter 1 · Before / After
@@ -164,7 +164,7 @@

Claude への、引き継ぎ書

- Lecture 03 + Lecture 04 Chapter 2 · CLAUDE.md とは
@@ -209,7 +209,7 @@

3 つのスコープを使い分ける

- Lecture 03 + Lecture 04 Chapter 3 · 置き場所
@@ -258,7 +258,7 @@

「毎回説明していること」をそのまま書

- Lecture 03 + Lecture 04 Chapter 4 · 何を書くか
@@ -308,7 +308,7 @@

卒論プロジェクトの CLAUDE.md

- Lecture 03 + Lecture 04 Chapter 5 · 実例
@@ -350,7 +350,7 @@

- Lecture 03 + Lecture 04 Chapter 6 · 使いどころ @@ -382,7 +382,7 @@

一度書けば、ずっと効く

- Lecture 03 + Lecture 04 Chapter 7 · 結論
@@ -396,7 +396,7 @@

一度書けば、ずっと効く

10 / 12
-
第 3 回はここまで
+
第 4 回はここまで

今日中に、1つ作ってみる

完璧なものでなくていい。3 行でも機能する @@ -417,7 +417,7 @@

今日中に、1つ作ってみる

@Tsubasasa1857 - Lecture 03 · Coda + Lecture 04 · Coda
@@ -458,7 +458,7 @@

CLAUDE.md を、一緒に作ってあげて
@Tsubasasa1857 - Lecture 03 · AI Buddy + Lecture 04 · AI Buddy
@@ -498,7 +498,7 @@

読んだだけで終わらせず、実務
@Tsubasasa1857 - Lecture 03 · AI Buddy + Lecture 04 · AI Buddy
@@ -529,7 +529,7 @@

PR で関わった人の名前は、ここに残る
@Tsubasasa1857 - Lecture 03 · End + Lecture 04 · End
@@ -537,7 +537,7 @@

PR で関わった人の名前は、ここに残る { - "0": "表紙。第3回はCLAUDE.md。毎回の説明コストをゼロにする仕組み。", + "0": "表紙。第4回はCLAUDE.md。毎回の説明コストをゼロにする仕組み。", "1": "読み方の宣言。手元のプロジェクトを思い浮かべながら読んでほしい。", "2": "フック。Before/Afterで説明コストの差を見せる。CLAUDEと打つだけで動き始める状態をゴールとして示す。", "3": "CLAUDE.mdとは。ただのMarkdownファイル。プロジェクトルートに置くだけで自動で読まれる。", diff --git a/README.md b/README.md index 8b055bf..6e22721 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ AI コーディング(Claude Code 等)を中心に、散在しがちな情 | [`00-about/`](./00-about/index.html) | Read me | 10 枚 | | [`01-claude-code-intro/`](./01-claude-code-intro/index.html) | なぜ今、Claude Code を学ぶのか | 13 枚 | | [`02-setup/`](./02-setup/index.html) | Claude Code 環境構築 | 13 枚 | -| [`03-claude-md/`](./03-claude-md/index.html) | CLAUDE.md でプロジェクトを記憶させる | 13 枚 | +| [`04-claude-md/`](./04-claude-md/index.html) | CLAUDE.md でプロジェクトを記憶させる | 13 枚 | 各章は単体の HTML として完結しているので、ブラウザで開けばそのまま読めます。 @@ -58,7 +58,7 @@ AI コーディング(Claude Code 等)を中心に、散在しがちな情 > 「日常的に使っているが、もっと深く使いこなしたい/チームに紹介したい」 1. [`00-about/`](./00-about/index.html) — このリポジトリ自体の運用思想(5 分で目を通す) -2. [`03-claude-md/`](./03-claude-md/index.html) — `CLAUDE.md` の書き方・育て方(実は最も効果がある投資) +2. [`04-claude-md/`](./04-claude-md/index.html) — `CLAUDE.md` の書き方・育て方(実は最も効果がある投資) 3. ルートの [`CLAUDE.md`](./CLAUDE.md) — 本リポジトリで採用している運用ルールの実例 **ゴール**: 自分のリポジトリの `CLAUDE.md` を 1 つ書き直して、AI の挙動を狙い通りに変えられる。 @@ -122,7 +122,7 @@ AI コーディング(Claude Code 等)を中心に、散在しがちな情 https://co-lect.github.io/lectures/00-about/ https://co-lect.github.io/lectures/01-claude-code-intro/ https://co-lect.github.io/lectures/02-setup/ -https://co-lect.github.io/lectures/03-claude-md/ +https://co-lect.github.io/lectures/04-claude-md/ ``` @@ -158,7 +158,7 @@ CI が自動更新する常に最新版を Pages から取得できます。 https://co-lect.github.io/lectures/dist/00-about.html https://co-lect.github.io/lectures/dist/01-claude-code-intro.html https://co-lect.github.io/lectures/dist/02-setup.html -https://co-lect.github.io/lectures/dist/03-claude-md.html +https://co-lect.github.io/lectures/dist/04-claude-md.html ``` ブラウザで開いて右クリック →「名前を付けて保存」で `.html` 1 ファイルが手元に残ります。 diff --git a/index.html b/index.html index a6b70ca..0659a8e 100644 --- a/index.html +++ b/index.html @@ -117,7 +117,7 @@

講義

Claude Code を動かすまでの手順を 13 枚で解説。プランの選択からインストール・認証・初起動まで。
  • - 03 — CLAUDE.md でプロジェクトを記憶させる + 04 — CLAUDE.md でプロジェクトを記憶させる
    毎回の説明をゼロにする CLAUDE.md の使い方。書き方・置き場所・効果的な3パターンを13枚で解説。
  • diff --git a/llms.txt b/llms.txt index a751f5f..dc9a5b1 100644 --- a/llms.txt +++ b/llms.txt @@ -11,7 +11,7 @@ - [00 Read me](https://co-lect.github.io/lectures/00-about/): Lectures シリーズの歩き方 — 1 年で陳腐化する世界で、AI と共同編集する資料はどう作るべきか。教材全体の設計思想を 10 枚で示す Read me。 - [01 なぜ今、Claude Code を学ぶのか](https://co-lect.github.io/lectures/01-claude-code-intro/): なぜ今 Claude Code を学ぶのか — AI コーディングの全体像、ツールの正体、人の立ち位置の変化を 13 枚で概観する HTML スライド教材。 - [02 Claude Code 環境構築](https://co-lect.github.io/lectures/02-setup/): Claude Code を動かすまでの手順を 13 枚で解説。プランの選択からインストール・認証・初起動まで。 -- [03 CLAUDE.md でプロジェクトを記憶させる](https://co-lect.github.io/lectures/03-claude-md/): 毎回の説明をゼロにする CLAUDE.md の使い方。書き方・置き場所・効果的な3パターンを13枚で解説。 +- [04 CLAUDE.md でプロジェクトを記憶させる](https://co-lect.github.io/lectures/04-claude-md/): 毎回の説明をゼロにする CLAUDE.md の使い方。書き方・置き場所・効果的な3パターンを13枚で解説。 ## メタ diff --git a/sitemap.xml b/sitemap.xml index 3c8d36f..b152eac 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -27,8 +27,8 @@ 0.8 - https://co-lect.github.io/lectures/03-claude-md/ - 2026-05-19 + https://co-lect.github.io/lectures/04-claude-md/ + 2026-05-25 monthly 0.8