claude-code-book
New3.6kGitHubGeneralby lintsinghua
《御舆:解码 Agent Harness》42万字拆解 AI Agent 的Harness骨架与神经 —— Claude Code 架构深度剖析,15 章从对话循环到构建你自己的 Agent Harness。在线阅读网站:
Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/claude-code-book.md https://raw.githubusercontent.com/lintsinghua/claude-code-book/main/SKILL.md3
Invoke in Claude Code
/claude-code-bookView source on GitHub
agent
Frequently Asked Questions
What is claude-code-book?
《御舆:解码 Agent Harness》42万字拆解 AI Agent 的Harness骨架与神经 —— Claude Code 架构深度剖析,15 章从对话循环到构建你自己的 Agent Harness。在线阅读网站:
How to install claude-code-book?
To install claude-code-book, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /claude-code-book.
What is claude-code-book best for?
claude-code-book is a community categorized under General. It is designed for: agent. Created by lintsinghua.