返回 Skill 列表
extension
分类: 开发与工程无需 API Key

sample-explaining-code

通过视觉图表和类比来解释代码。在解释代码如何工作、教授代码库知识或用户询问“这是如何工作的?”时使用。

person作者: jakexiaohubgithub

When explaining code, always include:

  1. Start with an analogy: Compare the code to something from everyday life
  2. Draw a diagram: Use ASCII art to show the flow, structure, or relationships
  3. Walk through the code: Explain step-by-step what happens
  4. Highlight a gotcha: What's a common mistake or misconception?

Keep explanations conversational. For complex concepts, use multiple analogies.