AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Explain

skill-lightpointventures-claude-code-starter-explain · by lightpointventures

当用户看不懂代码、想理解某段逻辑、需要解释某个文件或函数时使用 — 用大白话解释代码逻辑

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-lightpointventures-claude-code-starter-explain

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-lightpointventures-claude-code-starter-explain)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Explain? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

代码解释

用最简单的语言解释代码,让用户真正理解它在做什么。

步骤

1. 确定要解释的代码

如果用户指定了文件或函数,直接读取对应代码。

如果用户没有指定,问: > 你想让我解释哪段代码?可以告诉我文件名、函数名,或者直接贴代码。

2. 阅读并理解代码

读取完整的代码上下文,包括:

  • 这段代码所在的文件
  • 它被谁调用、它调用了谁
  • 相关的类型定义或数据结构

3. 分层解释

用中文输出解释,按以下结构:

一句话总结 > 这段代码的作用是:xxx

逐步拆解 用编号列表,按执行顺序解释每个关键步骤。每一步用一句大白话说清楚在做什么。

  • 不要逐行翻译代码,而是解释逻辑意图
  • 用类比帮助理解(比如"就像一个过滤器,只留下符合条件的数据")
  • 遇到专业术语,先用大白话解释,再括号标注术语

关键细节 如果有容易忽略的重要细节(边界处理、错误处理、性能考虑),单独指出。

4. 回答追问

解释完后,告诉用户: > 有哪里不清楚的吗?可以继续问。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.