A CLAUDE.md is just a markdown file at the root of your repo. Copy the content below into your own project's CLAUDE.md to give your agent the same context.
npx versuz@latest install tldr-pages-tldr --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/tldr-pages/tldr/HEAD/CLAUDE.md# claude
> An agent-based coding tool that understands your code base and helps you code faster through natural language commands.
> More information: <https://code.claude.com/docs/en/cli-reference>.
- Execute with prompt:
`claude prompt`
- Update `claude`:
`claude update`
- Get the list of specified MCP servers:
`claude mcp list`
- Create commit with command:
`claude commit`
- Get the list of configurations:
`claude config list`
- Continue the most recent session:
`claude {{[-c|--continue]}}`
- Interactively select a session to continue:
`claude {{[-r|--resume]}}`