ワンクリックで
github-trending
// 获取 GitHub 热门项目信息。当用户说"获取 github trending"、"今日/本周/本月热门项目"、"github 上有什么热门"时使用。
// 获取 GitHub 热门项目信息。当用户说"获取 github trending"、"今日/本周/本月热门项目"、"github 上有什么热门"时使用。
搜索 arxiv 论文并总结。当用户说"找寻XX的论文"、"搜索XX的论文"、"找arxiv上XX主题的论文"时使用。
创建独特、生产级的高质量前端界面。当用户要求构建 Web 组件、页面、作品、海报或应用程序时使用此技能(例如网站、着陆页、仪表板、React 组件、HTML/CSS 布局,或对任何 Web UI 进行样式/美化)。生成富有创意、精致的代码和 UI 设计,避免通用的 AI 美学风格。
This skill should be used when the user asks to "convert PDF to markdown", "use MinerU to convert [file]", "extract text from PDF", "PDF转Markdown", "转换PDF [路径]", "MinerU转换 [file]", "/mineru [file path]", or needs high-quality document conversion with formula and table recognition.
This skill should be used when the user asks to "归档聊天记录", "archive my chats", "分析我与CC的交互", "analyze my Claude Code usage", "反思我的CC使用习惯", "生成CC洞察报告", "深度分析CC使用模式", "更新聊天归档", or mentions keywords like "交互日志", "使用模式分析", "CC insights", "deep analysis". Provides automated archiving and deep analysis of Claude Code interaction history.
Extract and summarize Claude Code chat history into structured documentation. Use when the user asks to export, summarize, or document a conversation session, extract prompts and actions from chat logs, or create a record of what was accomplished in a session.
Convert English straight quotation marks ("...") to Chinese curved quotation marks ("..." U+201C/D). Use when processing Chinese text documents, markdown files, or any content that needs proper Chinese typography with directional quotes. Triggers on keywords like "转换引号", "中文引号", "英文引号转中文", "quote conversion", "convert quotes".
| name | github-trending |
| description | 获取 GitHub 热门项目信息。当用户说"获取 github trending"、"今日/本周/本月热门项目"、"github 上有什么热门"时使用。 |
获取 GitHub 热门项目列表和仓库 README。
# 默认:今日热门(所有语言)
python ~/.claude/skills/github-trending/scripts/github_trending.py
# 指定时间范围
python ~/.claude/skills/github-trending/scripts/github_trending.py trending --since weekly
python ~/.claude/skills/github-trending/scripts/github_trending.py trending --since monthly
# 指定语言
python ~/.claude/skills/github-trending/scripts/github_trending.py trending --language python
python ~/.claude/skills/github-trending/scripts/github_trending.py trending --since weekly --language rust
python ~/.claude/skills/github-trending/scripts/github_trending.py readme owner/repo-name
| 参数 | 可选值 | 默认值 |
|---|---|---|
--since | daily, weekly, monthly | daily |
--language | python, javascript, go, rust 等 | 空(所有语言) |