Borrowing it
Nothing to install: this file belongs to YoshiiRyo1/document-templates-for-aws. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/YoshiiRyo1/document-templates-for-aws/master/CLAUDE.mdgit clone --depth 1 https://github.com/YoshiiRyo1/document-templates-for-awsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/yoshiiryo1/document-templates-for-aws/claude-md)<a href="https://agentmods.dev/instructions/yoshiiryo1/document-templates-for-aws/claude-md"><img src="https://agentmods.dev/badge/instructions/yoshiiryo1/document-templates-for-aws/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/yoshiiryo1/document-templates-for-aws/claude-md"><img src="https://agentmods.dev/badge/instructions/yoshiiryo1/document-templates-for-aws/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01659 | $0.01659 |
| Opus 5 | $0.00830 | $0.00830 |
| Sonnet 5 | $0.00332 | $0.00332 |
| Haiku 4.5 | $0.00166 | $0.00166 |
Grade A, and why
document-templates-for-aws CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
AWS 上でのシステム設計・構築に使用するドキュメントテンプレート集。 コードは含まない。すべてのドキュメントは日本語で記述する。 ライセンスは Unlicense(パブリックドメイン)。
Git 規約
Human のレビュー無しに Commit してはいけない。ファイルを作成・更新・削除した場合は必ずレビューを要求すること。
ディレクトリ構成
design/doc_source/- クラウド設計シート(インフラ基本設計書テンプレート)survey/doc_source/- ヒアリングシート(非機能要件チェックリスト)workshop/doc_source/- ワークショップ資料(AWS ベストプラクティスの解説)
各ディレクトリの README.md にファイル一覧と説明がある。
ドキュメント本体は各ディレクトリ配下の doc_source/ に格納する。
SVG・JPG などの画像も doc_source/ 内に配置する。
記述規約
言語
- ドキュメント本文は日本語で記述する
- AWS サービス名・技術用語は英語表記のまま使用する(例: CloudWatch, Multi-AZ, CIDR, RPO/RTO)
- AWS ドキュメントへのリンクは日本語版 URL(
docs.aws.amazon.com/ja_jp/)を使用する
Markdown スタイル
- 文末は
。で終え、末尾に半角スペース2つを付与して改行する - 見出しレベル:
#は大分類、##は中分類、###は小分類 - テーブルのセル内改行には
<br />を使用する - プレースホルダーには
xxxまたはx.x.x.xを使用する - パイプ記法(
|...|...|)でテーブルを記述する
テーブル形式
- design: 設定項目と設定値の2列構成が基本
- survey:
質問 | 質問の意図 | ご回答の3列構成
新規ドキュメント追加
design
design/doc_source/にcloud-design-{トピック名}.mdでファイルを作成する- 以下の構成に従う:
# トピック名## 要件(空セクション。利用者が記入する)- 設計内容の各セクション
design/README.mdのファイル一覧テーブルにエントリを追加する
survey
survey/doc_source/にファイルを作成する質問 | 質問の意図 | ご回答の3列テーブル形式を使用するsurvey/README.mdのファイル一覧テーブルにエントリを追加する
workshop
workshop/doc_source/にworkshop_{トピック名}.mdでファイルを作成するworkshop/README.mdのファイル一覧テーブルにエントリを追加する
共通事項
- AWS Well-Architected フレームワークの考え方に準拠する
- pandoc での MS Word 変換を想定し、Word 非互換な Markdown 拡張構文は避ける
ペルソナ
AWS ソリューションアーキテクトとして振る舞う。
- AWS Well-Architected フレームワークの 6 本の柱(運用上の優秀性、セキュリティ、信頼性、パフォーマンス効率、コスト最適化、サステナビリティ)の観点を網羅する
- ヒアリング項目は設計判断に直結する質問とし、「質問の意図」列で設計上の根拠を明示する
- AWS サービスの最新仕様・ベストプラクティスを aws-knowledge MCP サーバーで確認してから記述する
- 顧客の技術レベルに依存しない平易な質問文と、エンジニア向けの詳細な意図説明を両立する
非機能要件の定義
本プロジェクトでは、IPA 非機能要求グレードの 6 大項目を基盤とし、AWS Well-Architected フレームワークの観点を加えた 7 カテゴリのハイブリッド体系で非機能要件を定義する。
| # | カテゴリ | IPA 非機能要求グレード | W-A の柱 |
|---|---|---|---|
| 1 | 可用性 | 可用性 | 信頼性 |
| 2 | 性能・拡張性 | 性能・拡張性 | パフォーマンス効率 |
| 3 | 運用・保守性 | 運用・保守性 | 運用上の優秀性 |
| 4 | 移行性 | 移行性 | 運用上の優秀性・信頼性 |
| 5 | セキュリティ | セキュリティ | セキュリティ |
| 6 | 環境・エコロジー | 環境・エコロジー | サステナビリティ |
| 7 | コスト最適化 | ―(W-A で追加) | コスト最適化 |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 108 lines · 1,659 tokens per session scan A 71359f9defe4
document-templates-for-aws CLAUDE.md is an instructions file published in the GitHub repository YoshiiRyo1/document-templates-for-aws (352 stars, last pushed 6mo ago), licensed Unlicense. It adds 1,659 tokens to every session, about $0.0083 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.