From 3be7c49e17eb2659f31a62d14fa61e1e7014d6b1 Mon Sep 17 00:00:00 2001 From: Gercek Kriptocu <110336938+Gercekkriptocu@users.noreply.github.com> Date: Thu, 14 May 2026 01:48:21 +0300 Subject: [PATCH] fix(readme): update stale base-skills repository references ## Summary Updates stale `base/base-skills` references in the README to the current `base/skills` repository. ## Changes - Updated GitHub badge URLs - Updated GitHub badge links - Updated the installation command from `base/base-skills` to `base/skills` ## Why The repository is currently hosted at `base/skills`, but the README still references `base/base-skills`. Fixes #ISSUE_NUMBER --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d9dcbde..f799663 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ -[![GitHub contributors](https://img.shields.io/github/contributors/base/base-skills)](https://github.com/base/base-skills/graphs/contributors) -[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/base/base-skills)](https://github.com/base/base-skills/graphs/contributors) -![GitHub repo size](https://img.shields.io/github/repo-size/base/base-skills) +[![GitHub contributors](https://img.shields.io/github/contributors/base/skills)](https://github.com/base/skills/graphs/contributors) +[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/base/skills)](https://github.com/base/skills/graphs/contributors) +![GitHub repo size](https://img.shields.io/github/repo-size/base/skills) @@ -20,8 +20,8 @@ -[![GitHub pull requests by-label](https://img.shields.io/github/issues-pr-raw/base/base-skills)](https://github.com/base/base-skills/pulls) -[![GitHub Issues](https://img.shields.io/github/issues-raw/base/base-skills.svg)](https://github.com/base/base-skills/issues) +[![GitHub pull requests by-label](https://img.shields.io/github/issues-pr-raw/base/skills)](https://github.com/base/skills/pulls) +[![GitHub Issues](https://img.shields.io/github/issues-raw/base/skills.svg)](https://github.com/base/skills/issues) ## Available Skills @@ -42,7 +42,7 @@ Install with [Vercel's Skills CLI](https://skills.sh): ```bash -npx skills add base/base-skills +npx skills add base/skills ``` ## Usage