source-analysis
Installation
SKILL.md
Source Analysis
从GitHub仓库和npm包中提取、分析AI Agent的源码与系统提示词。
适用场景
- 分析AI工具(如Claude Code、Cursor、Copilot等)的架构设计
- 从npm/PyPI包中下载并分析源码结构
- 研究Agent的工具定义、权限系统、记忆机制
- 生成对比分析报告
工作流程
Phase 1: 信息收集
- GitHub仓库探索
# 获取README curl -s -L --max-time 15 "https://raw.githubusercontent.com/{owner}/{repo}/main/README.md"