📄 中文摘要
Claude Code 是 Anthropic 开发的 AI 编程助手,能够在终端中运行,读取整个项目,编辑文件,并循环执行任务,直至完成。它在六个月内达到十亿美元的市值,部分原因是非技术用户开始使用它进行 SEO、文件组织、市场自动化,甚至监控番茄植物。设置过程不到十分钟:安装、认证,然后在项目文件夹中运行 claude。CLAUDE.md 是最重要的设置文件,它为 Claude 提供了关于代码库的永久记忆。计划模式使 Claude 在修改任何内容之前思考并提出计划,这在涉及多个文件的任务中至关重要。Claude Skills 是可安装和重用的工作流,GitHub 上已有超过 25,000 个可用。
📄 English Summary
Claude Code for beginners: what it is, how to set it up, and why people won’t shut up about it
Claude Code is an AI coding agent developed by Anthropic that operates in your terminal, reads your entire project, edits files, and loops until the task is completed. It reached a valuation of $1 billion within six months, partly due to non-technical users employing it for SEO, file organization, marketing automation, and even monitoring tomato plants. The setup process takes under ten minutes: install, authenticate, and run 'claude' in your project folder. The most crucial setup file is CLAUDE.md, which gives Claude permanent memory about your codebase. Plan Mode allows Claude to think and propose a plan before making any changes, which is essential for tasks that span multiple files. Claude Skills are installable and reusable workflows, with over 25,000 available on GitHub.