Claude Code is Anthropic’s official command-line AI coding tool. It lets you interact with your codebase using natural language — generating code, refactoring, debugging, and creating commits.Documentation Index
Fetch the complete documentation index at: https://docs.rixapi.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Installation & Setup
Common Commands
| Command | Description |
|---|---|
claude | Start interactive mode |
claude "task description" | Run a one-off task |
claude commit | Auto-generate a Git commit message and commit |
/help | Show all available commands |
/clear | Clear the current conversation history |
/model | Switch the model being used |
Recommended Models
| Use Case | Recommended Model |
|---|---|
| Everyday coding assistance | claude-opus-4-5-20251101 |
| Complex refactoring | claude-opus-4-5-20251101-thinking |
Advanced Usage
Define project rules with CLAUDE.md Create aCLAUDE.md file in your project root — Claude Code will automatically read and follow its instructions:
Claude Code’s Agent mode calls the model frequently. Token usage is much higher than regular chat — we recommend using a Tier 2 account to avoid hitting rate limits.