From 4adaba4c9e7da57e3d2195ec96b3b604c3a2a062 Mon Sep 17 00:00:00 2001 From: dbl8005 Date: Sun, 23 Aug 2026 00:57:08 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20skills.sh=20discoverability=20?= =?UTF-8?q?=E2=80=94=20topics,=20badge,=20CI=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added GitHub topics (claude-code, claude-code-skill, claude-code-plugin, ai-agent-tools, developer-tools) for directory crawlers, a skills.sh install badge to the README, and a CI step that runs the real skills.sh CLI ('npx skills add . --list') to catch anything that would break discovery before it ships. --- .github/workflows/validate.yml | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 1dbc746..ce49b45 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -25,6 +25,8 @@ jobs: run: | npm install --global @anthropic-ai/claude-code claude plugin validate . + - name: Check skill discovery + run: npx --yes skills@latest add . --list - name: Check server script starts and serves run: | set -e diff --git a/README.md b/README.md index e2e385e..199764f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ License: MIT Claude Code Skill CI + skills.sh installs

## The problem