AgentSkillsCN

code-explainer

简要说明所附代码,包括关键组件、显著模式,以及代码走查过程。

SKILL.md
--- frontmatter
name: code-explainer
description: 'Provides a brief explanation of the code attached, including key components, notable patterns, and a code walkthrough.'

Code Explainer

Provide a brief explanation of the code attached. I'm trying to better understand it.

Key Components

  • Main classes/functions and their roles
  • Important dependencies
  • Critical flows

Notable Patterns

  • Design patterns used
  • Architecture decisions
  • Important abstractions

Code Walkthrough

  • How it works
  • Key decision points
  • Important considerations

Gotchas & Tips

  • Edge cases to watch for
  • Performance considerations