什么是 Claude Agent SDK,为什么工程师要构建自己的 harness?
The Claude Agent SDK lets you build your own harness, the production layer that wraps Claude with tools, memory, guardrails, and an agentic loop. Here is what that means and when you need it.
按频道页组织 Claude Code 内容并划分栏目。公开区只展示已发布文章,草稿留在后台编辑和审核。
The Claude Agent SDK lets you build your own harness, the production layer that wraps Claude with tools, memory, guardrails, and an agentic loop. Here is what that means and when you need it.
2026 年最佳 Claude Code 插件排名,每款均附安装建议、GitHub Star 数和可复制命令,涵盖官方、合作伙伴与社区插件。
用四项 Claude Skills 构建真正的质量关卡:结构化的高级工程师式 PR 审查、多智能体并行安全与性能审计、行为式编码护栏,以及自动构建修复循环。
智能体两次把事情搞砸后,我开始认真配置 Claude Code:PreToolUse 与 Stop Hooks、自定义 Skills 和子智能体。内含真实脚本。
一份实用的 Claude Code 斜杠命令速查表,涵盖支线提问、回退、分支、远程控制、循环、交接、目标和会话管理。
Claude Code 有六种扩展方式——CLAUDE.md、Skills、子智能体、MCP 服务器、Hooks 和插件——它们之间恰好有一些重叠,容易让人困惑。本决策指南将解释每种机制是什么、何时该用、何时不该用,以及如何将它们组合起来。
The Claude Agent SDK is the agent harness as a library: the same loop and tools as Claude Code in Python and TypeScript, with control you write in code.
Six agent SDKs compete for production deployments in 2026. LangGraph leads on state control, CrewAI on rapid prototyping, and the vendor SDKs from Anthropic, OpenAI, and Google ship native tool execution. This guide compares architecture, benchmarks, token efficiency, and gateway compatibility so you can pick the right SDK for your stack.
Claude Code Skill 是一个包含 SKILL.md、由 Claude 按需加载的文件夹。本文介绍 Skills 与 MCP、斜杠命令的区别,如何构建和安装 Skill,以及去哪里寻找优质 Skills。
了解 2026 年 Claude Code Skills 与斜杠命令的工作方式:创建可复用的 /command、编写 SKILL.md、使用参数和动态上下文,以及判断何时该用哪一种。
基于社区对长任务 Agent 使用反馈的整理,讨论 Claude Code 长会话中如何设置目标、预算、停止条件、模型分工和可复用工作流。
通过这份新手教程学习 Claude Code:掌握终端中的 AI 编程、分步操作方法、实用技巧与语音提示词。
Claude Code Hooks 2026 年生产实践手册,涵盖 PreToolUse、PostToolUse、Stop、SubagentStop、安全护栏,以及 Skills 与 Hooks 的组合方案。
Claude Code v2.1.157 无须市场即可从 .claude/skills/ 自动载入 Skills 与 Plugins。本文提供分步配置方法和 SKILL.md 示例。