how-claude-code-works
New2.6kGitHubGeneralby Windy3f3f3f3f
Deep dive into Claude Code internals — architecture, agent loop, context engineering, and more. / 深入解析 Claude Code 源码:架构、Agent 循环、上下文工程、工具系统等
Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/how-claude-code-works.md https://raw.githubusercontent.com/Windy3f3f3f3f/how-claude-code-works/main/SKILL.md3
Invoke in Claude Code
/how-claude-code-worksView source on GitHub
agent
Frequently Asked Questions
What is how-claude-code-works?
Deep dive into Claude Code internals — architecture, agent loop, context engineering, and more. / 深入解析 Claude Code 源码:架构、Agent 循环、上下文工程、工具系统等
How to install how-claude-code-works?
To install how-claude-code-works, 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 /how-claude-code-works.
What is how-claude-code-works best for?
how-claude-code-works is a community categorized under General. It is designed for: agent. Created by Windy3f3f3f3f.