# Claude Code Claude Code is a CLI tool, described as an "agentic coding tool" made by Anthropic. It can be installed using `npm`. Once installed and configured, it can be used directly from the terminal. Key features: - Editing files and fixing bugs across your codebase - Answering questions about your code’s architecture and logic - Executing and fixing tests, linting, and other commands - Searching through git history, resolving merge conflicts, and creating commits and PRs ## References - Documentation: https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview ## Related - [[Claude]]