promptgarten 🌱

CLAUDE.md 生成器

一份好的 CLAUDE.md / AGENTS.md 会给编程智能体提供上下文、命令与规则。填写字段,把结果粘贴到你的项目根目录。

最终 CLAUDE.md

# CLAUDE.md

## Project
My project

## Tech stack
- Language / runtime: TypeScript / Node
- Package manager: pnpm

## Commands
- Build: `pnpm build`
- Test: `pnpm test`
- Run: `pnpm dev`
- Lint: `pnpm lint && pnpm typecheck`

## Conventions
- Match the style of the surrounding code.
- Small, focused changes; no unrelated refactors.
- Write tests for new behavior.

## Do
- Run the test command before saying a task is done.
- Ask before large or destructive changes.

## Don't
- Do not commit secrets or .env files.
- Do not add dependencies without asking.

在词条中了解更多 CLAUDE.md / AGENTS.md →