๋ณธ๋ฌธ์œผ๋กœ ๊ฑด๋„ˆ๋›ฐ๊ธฐ

CLAUDE.md Generator

๋ชจ๋“  ๋ ˆ๋ฒจ

CLAUDE.md is the highest-leverage thing you can give Claude Code โ€” persistent instructions it reads every session. Pick your stack to start from sensible, opinionated defaults, then tweak the fields and copy (or download) a ready-to-use file. Everything runs in your browser; nothing is sent anywhere.

Start from a stack:
Guardrails
CLAUDE.md ยท 16 lines
# Project: <name>

## What this is
<One or two sentences: what the project does and who uses it.>

## Tech stack
- Language / runtime: <e.g. TypeScript, Node 20>

## How to run
- Install: `<cmd>`

## Guardrails
- Run the tests before saying a task is complete.
- Never commit secrets, API keys, or .env files.
- Stay within the requested scope; flag related issues instead of fixing them unprompted.

:::tip Keep it short and true Trim anything that isn't actually true of your project โ€” Claude follows CLAUDE.md literally. See the full guide on the CLAUDE.md page. :::

Nextโ€‹