# 第七章 Agentic Coding 与 Claude Code

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

***

## Agentic Coding 是什么？

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

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

***

## 本章学习目标

* [ ] 掌握 Claude 作为编程助手的用法
* [ ] 学会使用 Claude Code CLI
* [ ] 了解 Claude Code 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)       | Claude Code 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)。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yeasy.gitbook.io/claude_guide/di-san-bu-fen-jin-jie-pian/07_coding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
