Перейти к основному содержимому

CLAUDE.md Generator

Все уровни

CLAUDE.md is the highest-leverage thing you can give Claude Code — persistent instructions it reads every session. Fill in the fields and copy (or download) a ready-to-use file. Everything runs in your browser; nothing is sent anywhere.

Guardrails
CLAUDE.md
# 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.

:::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