refactor(skills): rename repo claude-skills → skills (Gitea + local + references + update-claude-skills → update-skills v0.2.0)

This commit is contained in:
2026-08-12 13:16:40 +03:00
parent cf8a14e441
commit 10361c42f8
14 changed files with 36 additions and 36 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
# update.sh — Full uplift cycle for claude-skills on Linux/macOS (and git-bash on Windows)
# update.sh — Full uplift cycle for skills on Linux/macOS (and git-bash on Windows)
#
# Steps:
# 1. git pull --ff-only in claude-skills repo
# 1. git pull --ff-only in skills repo
# 2. Conditionally rebuild projects-meta-mcp (if source changed)
# 3. Conditionally rebuild interns-mcp (if source changed)
# 4. Install all skills via install.sh
@@ -56,7 +56,7 @@ fi
# ── Step 1: git pull ────────────────────────────────────────────────────────
info "Pulling claude-skills repo..."
info "Pulling skills repo..."
cd "$ROOT"
if [[ -n "$(git status --porcelain)" ]]; then