Tag
CLAUDE.md
CLAUDE.md is the project-level instruction file for Claude Code. It defines repo conventions, workflow rules, and agent behavior, shaping memory, tool use, and task delegation. In practice it sits alongside Skills, Hooks, and Subagents to keep AI work predictable in real codebases.
2 articles

Claude Code 终端版让你先用对主力
我把 Claude Code 的主力入口、IDE 插件和扩展能力拆开讲,最后给你一份可直接改的上手模板。

Claude Code Advanced Patterns: 5 CLI Agent Design Tips
Most people use Claude Code for a week, come out with "it's basically ChatGPT with a terminal," and miss its real differentiator: persistent memory and a system that grows with use. This article compresses six months of production use into five patterns that matter — what CLAUDE.md is really for, what to store (and not store) in MEMORY, the composition logic behind Skills, three ways people misuse Subagent dispatch, and the trade-offs between tmux, MCP servers, and file buses for cross-CLI orchestration.