From c98eac18c773afd57300cc5f3af32863d045861d Mon Sep 17 00:00:00 2001 From: Yifan Yang Date: Tue, 23 Jun 2026 16:50:47 +0800 Subject: [PATCH] docs(readme): add Trendshift daily/weekly badges (#1) Add the microsoft/SkillOpt Trendshift badges (daily + weekly) side by side in the README header. Co-authored-by: Claude --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cf20694..9819151 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ [![Project Page](https://img.shields.io/badge/Project%20Page-SkillOpt-8dbb3c)](https://microsoft.github.io/SkillOpt/) [![Paper](https://img.shields.io/badge/Paper-arXiv-b31b1b)](https://arxiv.org/abs/2605.23904) [![Project Video](https://img.shields.io/badge/Project%20Video-Watch%20Demo-ff0000)](https://youtu.be/JUBMDTCiM0M) [![PyPI](https://img.shields.io/badge/PyPI-skillopt-green.svg)](https://pypi.org/project/skillopt/) [![Python 3.10+](https://img.shields.io/badge/Python-3.10%2B-blue.svg)](https://www.python.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) +

+ microsoft%2FSkillOpt | Trendshift + microsoft%2FSkillOpt | Trendshift +

+ > 📖 **For installation, data preparation, training/eval commands, the full configuration reference, and framework internals, see the [Documentation & Reproduction Guide](https://microsoft.github.io/SkillOpt/docs/guideline.html)** (rendered on GitHub Pages). ---