# Github Daily

> 生成面向 coding agent 生态的 GitHub 中文日报。用户想看固定 5 个核心仓库（anthropics/claude-code、openclaw/openclaw、sst/opencode、zed-industries/zed、anthropics/claude-plugins-official）的更新，或想看 10 个新仓候选时使用。

- Skill: `t0ugh/github-daily` (Agent Skill, multi-file: 73 files)
- Install (CLI): `npx skillmds@latest add t0ugh/github-daily`
- Raw SKILL.md: https://api.skillmd.com/api/skills/t0ugh/github-daily/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: T0UGH (https://skillmd.com/u/t0ugh)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/t0ugh/github-daily

---


在此目录运行 `scripts/run_github_daily.py`。

硬规则：
- 输出必须以中文为主，不要生成纯英文成品。
- 英文只能作为仓库名、链接或极少量原文引用出现。

行为：
- 抓取 4 个 release 驱动核心仓库的最新 release。
- 通过 `.claude-plugin/marketplace.json` 对比 `anthropics/claude-plugins-official`。
- 通过 GitHub 搜索生成 coding-agent 生态新仓候选。
- 结果写入 `runs/<timestamp>.md` 和 `runs/<timestamp>.json`。

输出约束：
- `anthropics/claude-code` 是最高优先级。
- Zed 只保留在核心观察里，不拿它做外扩新仓来源。
- discovery 保持在 coding-agent 生态范围内，不局限于 Claude Code。
- 新仓候选默认至少 50 stars。
- 优先短、密、中文化的高信号摘要。

执行流程（硬规则）：
- 先运行 `scripts/run_github_daily.py`
- 再运行 `scripts/validate_github_daily.py`
- 校验通过后再 push
- 回用户结果时必须带上 commit hash

