SOURCES — 一次情報源の台帳

最終棚卸し: 2026-08-12

このファイルは「どこを読むべきか」の索引。sources/ にファイルがあるものは ✅、未着手は ⬜。 優先度は「AI活用全般のベストプラクティスとしての汎用性」で付けている。

2026-08-12 時点で、下表の原典はすべて取り込み済みsources/ に 78 ファイル)。 唯一の例外は §1 末尾の「参考(事例報告)」2本で、これは信号対雑音比を保つため意図的に sources/ に入れていない。 複数ページを束ねていた行は、README の「原典1本 = 1ファイル」に従ってページごとに分解した(該当行に注記あり)。


0. ドメイン構成の注意(重要)

一次情報は3つのホストに分かれており、過去に大きなURL移設があった

ホスト扱う範囲
www.anthropic.com/engineeringEngineering ブログ。設計思想・研究寄り
code.claude.com/docsClaude Code の製品ドキュメント
platform.claude.com/docsClaude Developer Platform(API、prompting、tool use、Skills、evals)

判明している転送:

  • www.anthropic.com/engineering/claude-code-best-practices308code.claude.com/docs/en/best-practices (かつての有名なブログ記事は独立文書として消滅。ネット上の解説記事の多くは古い版を参照している)
  • docs.claude.com/en/docs/claude-code/*301code.claude.com/docs/en/*
  • docs.claude.com/en/docs/build-with-claude/*302platform.claude.com/docs/en/*

日本語版について: 両ドキュメントサイトとも /docs/ja/<en と同じパス> で到達する。 本台帳と frontmatter は英語版URLを正とし、url_ja を併記する(理由と実測は DECISIONS.md #1)。 Engineering ブログに日本語版は存在しない(404)。

索引ファイル(全ページを機械的に列挙できる):

2サイトで llms.txt の位置が非対称なので注意。2026-08-10 に実測して確認済み。


1. Engineering ブログ(全25本)

https://www.anthropic.com/engineering

エージェント設計

記事URL slug優先度
Building effective agentsbuilding-effective-agents — この分野の出発点
How we built our multi-agent research systemmulti-agent-research-system — orchestrator-workers の実運用
Effective harnesses for long-running agentseffective-harnesses-for-long-running-agents
Harness design for long-running application developmentharness-design-long-running-apps
Scaling Managed Agents: Decoupling the brain from the handsmanaged-agents
Building a C compiler with a team of parallel Claudesbuilding-c-compiler中 — 並列エージェントの事例

コンテキスト設計

記事URL slug優先度
Effective context engineering for AI agentseffective-context-engineering-for-ai-agents
Introducing Contextual Retrievalcontextual-retrieval中 — RAG 寄り
The “think” toolclaude-think-tool

ツール・MCP

記事URL slug優先度
Writing effective tools for agents — with agentswriting-tools-for-agents
Code execution with MCP: Building more efficient agentscode-execution-with-mcp — MCP のトークン効率
Equipping agents for the real world with Agent Skillsequipping-agents-for-the-real-world-with-agent-skills
Introducing advanced tool use on the Claude Developer Platformadvanced-tool-use
Desktop Extensions: One-click MCP server installationdesktop-extensions

Claude Code

記事URL slug優先度
Beyond permission prompts: making Claude Code more secure and autonomousclaude-code-sandboxing
How we built Claude Code auto modeclaude-code-auto-mode

Claude Code のベストプラクティス本体は Engineering ブログではなく code.claude.com/docs/en/best-practices(§2 参照)。

評価 (evals)

記事URL slug優先度
Demystifying evals for AI agentsdemystifying-evals-for-ai-agents
Designing AI-resistant technical evaluationsAI-resistant-technical-evaluations
Quantifying infrastructure noise in agentic coding evalsinfrastructure-noise中 — eval の再現性
Eval awareness in Claude Opus 4.6’s BrowseComp performanceeval-awareness-browsecomp低 — モデル固有
Raising the bar on SWE-bench Verified with Claude 3.5 Sonnetswe-bench-sonnet低 — モデル固有・古い

安全性・運用

記事URL slug優先度
How we contain Claude across productshow-we-contain-claude

参考(ベストプラクティスではなく事例報告)

sources/ には入れない。信号対雑音比を保つため、ここに留める。

  • An update on recent Claude Code quality reports — april-23-postmortem
  • A postmortem of three recent issues — a-postmortem-of-three-recent-issues

2. Claude Code ドキュメント

https://code.claude.com/docs/en/ (日本語: /docs/ja/

ページパス優先度
Best practices for Claude Codebest-practices最高 — Claude Code 運用の中核
How Claude Code workshow-claude-code-works — agentic loop の内部
Extend Claude Code(skills/hooks/MCP/subagents/plugins の使い分けfeatures-overview — 判断ガイドとして実用性が高い
How Claude remembers your project(CLAUDE.md、auto memory)memory
Explore the context windowcontext-window — 起動時に何が読まれるかの実測
Extend Claude with skillsskills
Create custom subagentssub-agents
Orchestrate subagents at scale with dynamic workflowsworkflows
Common workflowscommon-workflows中 — レシピ集
Automate actions with hookshooks-guide / hooks
Connect Claude Code to tools via MCPmcp
Orchestrate teams of Claude Code sessionsagent-teams
Message your other Claude Code sessionscross-session-messagingSendMessage の適用範囲がチーム外へ広がった。信頼モデルが要点
Choose a permission mode / Configure permissionspermission-modes / permissions
Manage costs effectivelycosts
Set up Claude Code in a monorepo or large codebaselarge-codebases
Run Claude Code programmaticallyheadless
Claude Code settingssettings低 — リファレンス
Glossaryglossary低 — 用語確認用
What’s new(週次)whats-new/index低 — 鮮度確認の起点として有用

3. Claude Developer Platform ドキュメント

https://platform.claude.com/docs/en/intro (日本語: /docs/ja/...

platform.claude.com/docs/en および .../docs/en/ はどちらも /docs/en/intro へ転送される。 各ページの実URLは、ホスト platform.claude.com + /docs/en/ + 下表の「パス」欄を連結した形。

プロンプト設計

ページパス優先度
Prompting best practices(公式が「living reference。まずここから」と明言)build-with-claude/prompt-engineering/claude-prompting-best-practices最高
Prompt engineering overviewbuild-with-claude/prompt-engineering/overview中 — 上記への導線
Prompting Claude Opus 5build-with-claude/prompt-engineering/prompting-claude-opus-5 — モデル固有の調整
Prompting Claude Sonnet 5 / Opus 4.8 / Fable 5同ディレクトリ

Agent Skills

ページパス優先度
Skill authoring best practicesagents-and-tools/agent-skills/best-practices最高
Agent Skills overviewagents-and-tools/agent-skills/overview

ツール使用

ページパス優先度
Manage tool contextagents-and-tools/tool-use/manage-tool-context
Define toolsagents-and-tools/tool-use/define-tools
Programmatic tool callingagents-and-tools/tool-use/programmatic-tool-calling
Tool search tool(ツールが多数あるとき)agents-and-tools/tool-use/tool-search-tool
Memory toolagents-and-tools/tool-use/memory-tool

コンテキスト管理

ページパス優先度
Context windowsbuild-with-claude/context-windows
Compactionbuild-with-claude/compaction
Context editingbuild-with-claude/context-editing
Prompt cachingbuild-with-claude/prompt-caching中 — コスト直結
Thinking / Steering thinking / Effortbuild-with-claude/thinking*, build-with-claude/effort

評価・品質

ページパス優先度
Define success criteria and build evaluationstest-and-evaluate/develop-tests最高 — evals の起点
Reduce hallucinationstest-and-evaluate/strengthen-guardrails/reduce-hallucinations
Increase output consistencytest-and-evaluate/strengthen-guardrails/increase-consistency
Mitigate jailbreaks and prompt injectionstest-and-evaluate/strengthen-guardrails/mitigate-jailbreaks
Reducing latencytest-and-evaluate/strengthen-guardrails/reduce-latency

その他

ページパス優先度
Choosing the right modelabout-claude/models/choosing-a-model
Securely deploying AI agentscode.claude.com agent-sdk/secure-deployment
Use case guides(分類、ticket routing、content moderation 等)about-claude/use-case-guides/overview
Prompt librarycode.claude.com prompt-library

4. ブログ・その他(Engineering 以外)

資料URL優先度
Best practices for prompt engineeringhttps://claude.com/blog/best-practices-for-prompt-engineering — Claude 非依存の一般論
A harness for every task: dynamic workflows in Claude Codehttps://claude.com/blog/a-harness-for-every-task-dynamic-workflows-in-claude-code — Claude Code チーム自身の使い方
How Anthropic teams use Claude Code (PDF)https://www-cdn.anthropic.com/58284b19e702b49db9302d5b6f135ad8871e7658.pdf中 — 社内事例集
prompt-eng-interactive-tutorialhttps://github.com/anthropics/prompt-eng-interactive-tutorial中 — 手を動かす用
claude-cookbookshttps://github.com/anthropics/claude-cookbooks中 — 実装レシピ

5. 維持

§1〜§4 の原典はすべて取り込み、topics/ も執筆済み。 残る作業は鮮度の維持だけ。

5.1 topics/

**10本を執筆済み。**一覧と、意図的に統合していない4本の理由は topics/README.md にある。

各 topic の synthesizes frontmatter が、統合した原典を機械可読な形で持つ。 原典を更新したら grep して該当 topic を直す:

grep -l 'writing-tools-for-agents' topics/*.md

5.2 鮮度の維持

./scripts/freshness-check.sh で URL の生存 / fetched の古さ / wikilink の解決 / 引用の訳漏れをまとめて確認できる。whats-new の最新エントリだけは目視DECISIONS.md #2)。

月1回が妥当。fetched の90日閾値だけに頼ると、変化の速い3領域(auto mode / permission、 subagent の既定、モデルの既定)が取り残される(DECISIONS.md #6)。

digest は再取得のトリガーにのみ使い、記述の根拠にしないDECISIONS.md #3)。

5.3 未取得のまま残しているもの

sources/ の「未取得の派生リンク」節に、原典から辿れるが未読のページを記録してある。 主なものは Agent SDK 系(agent-sdk/*)、plugin 系(pluginsplugin-marketplaces)、 運用系(sessionsworktreesmonitoring-usageenv-varscli-reference)、 API リファレンス系(structured-outputsstreamingtoken-countingextended-thinking)。 必要になったときに §0 の索引ファイル(llms.txt)から辿るのが速い。