Install
$ agentstack add skill-lightpointventures-claude-code-starter-explain ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- Author: lightpointventures
- Source: lightpointventures/claude-code-starter
- License: MIT
- Homepage: https://github.com/lighthouse-strategy/claude-code-starter
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.