Tony·Apr 29Claude Code 11: Build A Reference Type SkillIn my last article, I talked about that Skill content falls into two categories: reference and task-oriented. Reference Skills influence…
Tony·Apr 26Claude Code 10: SKILL.md Structure and Trigger MechanismWhy Do We Need SkillsA response icon1A response icon1
Tony·Apr 25Claude Code 9: Build Your Own Log Analyzer Sub-AgentLog analysis is another classic high-noise scenario — often even noisier. Application logs can range from thousands to millions of lines…
Tony·Apr 21Claude Code 8: Build Your Own Test Runner Sub-AgentThink of the following scenario: you ask Claude Code to run the tests for you, it executes npm test, and then you see the following output:
Tony·Apr 20Claude Code Seven: Build Your Own Code Review Sub-AgentLet’s think about this scenario: In a backend project, you’ve just finished implementing an authentication module and want Claude Code to…
Tony·Apr 19Claude Code Six: Engineering GuideWhen someone brought up a trending open-source project such as OpenClaw. Why some people could immediately articulate its core design…
Tony·Apr 14Claude Code Three: Core Concepts and Practical Value of Sub-AgentsWhy do we need Sub-Agents?
Tony·Apr 14Linux — Process Data Structure, TwoWhen a running process needs to perform an I/O operation, it must wait for the I/O to complete. At this point, it releases the CPU and…