From a23e4ad541e94be30877f49cfad65d40f2852f59 Mon Sep 17 00:00:00 2001 From: vyctorbrzezowski Date: Sat, 6 Jun 2026 16:40:29 -0300 Subject: [PATCH] docs: group skills for skills.sh --- skills.sh.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 skills.sh.json diff --git a/skills.sh.json b/skills.sh.json new file mode 100644 index 0000000..c2a85a4 --- /dev/null +++ b/skills.sh.json @@ -0,0 +1,34 @@ +{ + "$schema": "https://skills.sh/schemas/skills.sh.schema.json", + "notGrouped": "bottom", + "groupings": [ + { + "title": "Crawling & Archives", + "description": "Skills for maintaining crawl libraries, archive CLIs, and local GitHub crawl data.", + "skills": [ + "crawlkit", + "ghcrawl-cluster-operator", + "graincrawl" + ] + }, + { + "title": "Review & Operations", + "description": "Skills for GitHub dedupe, worktree hygiene, semantic review slices, and clean diffs.", + "skills": [ + "openclaw-github-dedupe", + "operations-worktree", + "semantic-slicing", + "technical-deslop" + ] + }, + { + "title": "Technical Authoring", + "description": "Skills for documentation, integration design, and discovering new skill opportunities.", + "skills": [ + "technical-documentation", + "technical-integrations", + "technical-skill-finder" + ] + } + ] +}