daily-papers
这是面向用户的一句话入口。对用户来说,正常只需要说一次:
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "daily-papers" description: "这是面向用户的一句话入口。对用户来说,正常只需要说一次:" license: "Apache-2.0" --- # 每日论文推荐 这是面向用户的一句话入口。对用户来说,正常只需要说一次: - `今日论文推荐` - `过去3天论文推荐` - `过去一周论文推荐` ## 执行原则 1. 先识别时间范围: - `今日论文推荐`、`每日推荐`、`今日论文` -> 当天 - `过去3天论文推荐`、`最近3天论文` -> 3 天 - `过去一周论文推荐`、`看看这周有啥论文` -> 7 天 2. 自动调用 `/daily-papers-fetch`。 3. 第 1 步完成后,自动调用 `/daily-papers-review`。 4. 第 2 步完成后,自动调用 `/daily-papers-notes`。 5. 全部完成后,用一句话告诉用户: - 推荐文件已生成 - 重点论文笔记已生成多少篇 - 目录页是否已自动刷新 ## 重要约束 - 不要先要求用户手动跑 `跑一下论文抓取 / 点评 / 笔记`。 - 这 3 句是内部流水线和调试入口,不是首页主交互。 - 如果用户明确只想跑其中一步,再交给对应 skill。 ## 自动化 - 本 skill 本身就是“一步跑完整流水线”的入口。 - 如果用户想做本地定时任务,默认也应该触发这一句,而不是写死三条内部命令。
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

