📝これは非エンジニアにも嬉しすぎる!
Claude Codeの.claudeフォルダ、実はこんなことができる
・CLAUDE.md → 「毎回説明しなくていい指示書」を置く場所
・CLAUDE.local.md → 自分だけの個人設定。チームには共有されない
・commands/ → よく使う作業をコマンド1つで呼び出せるショートカット置き場
・rules/ → 指示が増えてきたらカテゴリ別に分けて管理できる
・skills/ → 「セキュリティチェックして」と言うだけで自動で動くワークフロー
・agents/ → 「コードレビュー担当」「セキュリティ担当」など役割ごとのAI人格を定義できる
・settings.json → Claudeに「これだけはやらせない」を設定できるルール帳
エンジニアじゃなくても、CLAUDE.mdと settings.jsonだけ理解すれば、AIの使い方が一段変わる
詳細はリプ欄へ ↓
※画像はNano Bananaで日本語化しました
How to setup your Claude code project?
TL;DR
Most developers skip the setup and just start prompting. That's the mistake.
A proper Claude Code project lives inside a .𝗰𝗹𝗮𝘂𝗱𝗲/ folder. Start with 𝗖𝗟𝗔𝗨𝗗𝗘.𝗺𝗱 as Claude's instruction manual. Split it into a 𝗿𝘂𝗹𝗲𝘀/ folder as it grows. Add 𝗰𝗼𝗺𝗺𝗮𝗻𝗱𝘀/ for repeatable workflows, 𝘀𝗸𝗶𝗹𝗹𝘀/ for context-triggered automation, and 𝗮𝗴𝗲𝗻𝘁𝘀/ for isolated subagents. Lock down permissions in 𝘀𝗲𝘁𝘁𝗶𝗻𝗴𝘀.𝗷𝘀𝗼𝗻.
There are two .𝗰𝗹𝗮𝘂𝗱𝗲/ folders: one committed with your repo, one global at ~/.𝗰𝗹𝗮𝘂𝗱𝗲/ for personal preferences and auto-memory across projects.
The .𝗰𝗹𝗮𝘂𝗱𝗲/ folder is infrastructure. Treat it like one.
The article below is a complete guide to 𝗖𝗟𝗔𝗨𝗗𝗘.𝗺𝗱, custom commands, skills, agents, and permissions, and how to set them up properly.