Internal Documentation
Claude Code Guide
Everything you need to know to use Claude Code across Machina Sports projects. From quickstart to advanced workflows with multi-agent and MCP servers.
Quick install
$ npm install -g @anthropic-ai/claude-code
What Claude Code does
Read & edit files
Claude reads source code, writes new files, and makes precise edits with diffs.
Run shell commands
Execute tests, build scripts, git, and any shell command with permission controls.
Search your codebase
Find files by pattern, search content with regex across large codebases.
Access the web
Fetch documentation, read API specs, or search the web from your terminal.
Popular pages
Quickstart
Install and run your first command in under 5 minutes
How It Works
The agentic loop, context loading, and tool execution
CLAUDE.md
Write persistent instructions for your projects
Hooks
Automate actions when Claude uses tools
MCP Servers
Connect databases, APIs, and custom tools
Multi-Agent
Parallelize complex tasks with sub-agents