> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/claude_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/claude_guide/di-san-bu-fen-jin-jie-pian/07_coding.md).

# 第七章 Agentic Coding 与 Claude Code

Claude 已成为开发者的强力编程助手。本章介绍如何充分利用 Claude 的编程能力。

***

## Agentic Coding 是什么？

Agentic Coding 指 Claude 作为自主编程代理，能够：

* 理解代码库结构
* 读写文件
* 运行测试
* 自动修复问题
* 管理 Git 提交

***

## 本章学习目标

* [ ] 掌握 Claude 作为编程助手的用法
* [ ] 学会使用 Claude Code CLI
* [ ] 了解 Agent SDK 集成
* [ ] 建立高效的 AI 编程工作流

***

## 章节导航

| 章节                                                                         | 主题                         |
| -------------------------------------------------------------------------- | -------------------------- |
| [7.1](/claude_guide/di-san-bu-fen-jin-jie-pian/07_coding/7.1_assistant.md) | Claude 作为编程助手              |
| [7.2](/claude_guide/di-san-bu-fen-jin-jie-pian/07_coding/7.2_cli.md)       | Claude Code CLI 入门         |
| [7.3](/claude_guide/di-san-bu-fen-jin-jie-pian/07_coding/7.3_sdk.md)       | Agent SDK 集成               |
| [7.4](/claude_guide/di-san-bu-fen-jin-jie-pian/07_coding/7.4_ide.md)       | IDE 集成与工作流                 |
| [7.5](/claude_guide/di-san-bu-fen-jin-jie-pian/07_coding/7.5_practical.md) | 自主编码实践与案例                  |
| [7.6](/claude_guide/di-san-bu-fen-jin-jie-pian/07_coding/7.6_advanced.md)  | Claude Code 高阶特性与多端生态      |
| [7.7](/claude_guide/di-san-bu-fen-jin-jie-pian/07_coding/7.7_routines.md)  | Routines：Claude Code 自动化任务 |
| [7.8](/claude_guide/di-san-bu-fen-jin-jie-pian/07_coding/7.8_cowork.md)    | Cowork：面向全员的 Agent 工具      |

> 💡 **延伸阅读**：如需系统学习提示词工程技术，请参阅[《大模型提示词工程指南》](https://yeasy.gitbook.io/prompt_engineering_guide)。
