document-templates-for-aws: Instructions file for Claude Code

CLAUDE.md

document-templates-for-aws CLAUDE.md is an instructions file for Claude Code from YoshiiRyo1/document-templates-for-aws. It costs 1,659 tokens per session, scanned A, original, Unlicense.

A set of Japanese-language document templates and project rules for designing and building systems on Amazon Web Services (AWS), a cloud computing platform.

In plain words
What is it for?
Use it to prepare AWS design sheets, non-functional requirements checklists, and AWS best-practice workshop materials.
Why use it?
It gives teams a shared structure for cloud design documents, interviews, and workshops, while keeping writing, folders, and reviews consistent. It also records rules such as requiring human review before commits.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md.

This is YoshiiRyo1/document-templates-for-aws's own configuration. It tells Claude Code how to work on document-templates-for-aws itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything document-templates-for-aws configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/YoshiiRyo1/document-templates-for-aws/master/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/YoshiiRyo1/document-templates-for-aws

Made for: Claude Code.

Wrote 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.

agentmods badge for document-templates-for-aws CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/yoshiiryo1/document-templates-for-aws/claude-md/github.svg)](https://agentmods.dev/instructions/yoshiiryo1/document-templates-for-aws/claude-md)
Your own site
<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.

agentmods 80×15 button for document-templates-for-aws CLAUDE.md

Your own site · 80×15
<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>
Per session 1,659 This file is loaded in full into every session.
When invoked 1,659 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash 71359f9defe4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

CLAUDE.md · 108 lines

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

  1. design/doc_source/cloud-design-{トピック名}.md でファイルを作成する
  2. 以下の構成に従う:
    • # トピック名
    • ## 要件(空セクション。利用者が記入する)
    • 設計内容の各セクション
  3. design/README.md のファイル一覧テーブルにエントリを追加する

survey

  1. survey/doc_source/ にファイルを作成する
  2. 質問 | 質問の意図 | ご回答 の3列テーブル形式を使用する
  3. survey/README.md のファイル一覧テーブルにエントリを追加する

workshop

  1. workshop/doc_source/workshop_{トピック名}.md でファイルを作成する
  2. 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 で追加) コスト最適化

Read the full file on GitHub · 108 lines

Changes

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.

  1. 9d ago First seen · 108 lines · 1,659 tokens per session scan A 71359f9defe4

Subscribe to this mod's changes

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.

Related

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.

vercel/next.js · 7,296 tokens

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.

openai/codex · 5,153 tokens

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).

microsoft/vscode · 6,785 tokens

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).

microsoft/vscode · 5,001 tokens

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.

langchain-ai/langchain · 4,469 tokens

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.

github/spec-kit · 7,104 tokens