Commit 993d645
[FEAT] Support skills from hf skills (#3956)
* feat: add feature from hf-skills repo
* docs: add update to docs
* test: use subprocess to test
* fix in docs
* Add marketplace skill install and update support
* Add marketplace skill install and update support
* drop skill excess
* remove excess project matter
* fix: annotations in test
* fix: make fail_populate raise so pytest.raises assertion passes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Simplify hf skills install and upgrade flow
* Simplify a bit further
* Fix skills upgrade status after successful install
* Apply suggestions from code review
Co-authored-by: Lucain <lucainp@gmail.com>
Co-authored-by: célina <hanouticelina@gmail.com>
* Delete uv.lock
* simplify
* fix: annotate skill update status literal
* update example
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: célina <hanouticelina@gmail.com>
Co-authored-by: Lucain <lucainp@gmail.com>
Co-authored-by: Lucain <lucain@huggingface.co>1 parent bb7dc6e commit 993d645
4 files changed
Lines changed: 592 additions & 75 deletions
File tree
- docs/source/en/package_reference
- src/huggingface_hub/cli
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3240 | 3240 | | |
3241 | 3241 | | |
3242 | 3242 | | |
3243 | | - | |
3244 | | - | |
| 3243 | + | |
| 3244 | + | |
| 3245 | + | |
3245 | 3246 | | |
3246 | 3247 | | |
3247 | 3248 | | |
3248 | | - | |
| 3249 | + | |
3249 | 3250 | | |
3250 | 3251 | | |
3251 | | - | |
| 3252 | + | |
3252 | 3253 | | |
3253 | 3254 | | |
3254 | 3255 | | |
3255 | 3256 | | |
3256 | | - | |
| 3257 | + | |
3257 | 3258 | | |
3258 | 3259 | | |
| 3260 | + | |
| 3261 | + | |
| 3262 | + | |
| 3263 | + | |
3259 | 3264 | | |
3260 | 3265 | | |
3261 | 3266 | | |
3262 | | - | |
3263 | | - | |
3264 | | - | |
3265 | 3267 | | |
3266 | 3268 | | |
3267 | 3269 | | |
3268 | 3270 | | |
3269 | 3271 | | |
3270 | 3272 | | |
3271 | 3273 | | |
| 3274 | + | |
3272 | 3275 | | |
3273 | | - | |
3274 | | - | |
| 3276 | + | |
| 3277 | + | |
3275 | 3278 | | |
3276 | 3279 | | |
3277 | 3280 | | |
| |||
3280 | 3283 | | |
3281 | 3284 | | |
3282 | 3285 | | |
3283 | | - | |
| 3286 | + | |
3284 | 3287 | | |
3285 | 3288 | | |
3286 | 3289 | | |
| |||
3292 | 3295 | | |
3293 | 3296 | | |
3294 | 3297 | | |
| 3298 | + | |
| 3299 | + | |
| 3300 | + | |
| 3301 | + | |
| 3302 | + | |
| 3303 | + | |
| 3304 | + | |
| 3305 | + | |
| 3306 | + | |
| 3307 | + | |
| 3308 | + | |
| 3309 | + | |
| 3310 | + | |
| 3311 | + | |
| 3312 | + | |
| 3313 | + | |
| 3314 | + | |
| 3315 | + | |
| 3316 | + | |
| 3317 | + | |
| 3318 | + | |
| 3319 | + | |
| 3320 | + | |
| 3321 | + | |
| 3322 | + | |
| 3323 | + | |
| 3324 | + | |
| 3325 | + | |
| 3326 | + | |
| 3327 | + | |
| 3328 | + | |
| 3329 | + | |
3295 | 3330 | | |
3296 | 3331 | | |
3297 | 3332 | | |
| |||
0 commit comments