AgentSkillsCN

explain

深入剖析特定文件、功能或数据流的工作原理

SKILL.md
--- frontmatter
name: explain
description: Deep-dive explanation of how a specific file, feature, or data flow works

Explain

Deep-dive explanation of how a specific file, feature, or data flow works.

Input Required

What do you want explained?

  • A specific file path
  • A feature name (e.g., "Stuff Scout", "warranty tracking")
  • A data flow (e.g., "how does an item get saved")
  • A concept (e.g., "the binding bridge pattern")

Explanation Format

1. Overview

What it is: [One paragraph summary]

Why it exists: [Problem it solves]

Where it lives: [File paths / module]

2. Key Components

ComponentPurposeLocation

3. How It Works

Step-by-step flow with code walkthrough.

4. Data Flow

Visual representation of data movement between components.

5. Dependencies

Depends on: [list]

Depended on by: [list]

6. Edge Cases & Gotchas

ScenarioBehaviorNotes

7. Related Code

  • Similar implementations
  • Related functionality

8. Quick Reference

To modify: [key steps]

To debug: [where to look]