Claude Code is an AI agent by Anthropic that works on your code directly in the terminal (or as a desktop app): it reads your project, writes changes, and runs commands.
Installation
The setup app installs Claude Code during developer setup (CLI and desktop variant). Afterwards you open projects directly from the setup app in Claude Code – or start the CLI yourself in the project folder:
cd ~/Documents/application-platform/<organization>/<project>
claude
Preconfigured for the platform
The project folder contains (symlinked from local-configuration):
CLAUDE.md– read automatically by Claude Code, pointing to the central rules.AGENTS.md– the shared instructions for all AI tools: start applications withap run-local, don’t change.gitlab-ci.ymlorenv/*.generated.env, put your own values intoenv/*.custom.env, never put secrets into commits or answers..claude/– Claude-specific configuration.
Claude Code therefore follows the platform conventions without any extra setup.
Your own rules
How to give Claude (and all other AI tools) your own working instructions – e.g. committing and pushing after every task – is covered in Telling the AI how to work.