remove bundled skills; skills now come from separate repo
Удалены все кастомные скиллы из home-configs/claude/skills и логика их деплоя (секция 6.6 ai-setup.sh для Claude и Gemini). Из README убраны упоминания про деплой скиллов, из test_fixes.sh — тест наличия android-скилла. Хуки аккаунтов, команда android init, правило #5 про reusable skills и симлинк общей папки ~/.claude/skills оставлены нетронутыми — скиллы теперь устанавливаются из отдельного репозитория. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -188,15 +188,6 @@ test_android_symlink_to_bin_dir() {
|
||||
fi
|
||||
}
|
||||
|
||||
test_android_skill_exists() {
|
||||
skill_file="$(cd "$(dirname "$0")/.." && pwd)/home-configs/claude/skills/android-cli/SKILL.md"
|
||||
if [ -f "$skill_file" ]; then
|
||||
ok "android-cli: custom skill file exists"
|
||||
else
|
||||
fail "android-cli: custom skill file is missing"
|
||||
fi
|
||||
}
|
||||
|
||||
# ── ai-opencode: launches claude with routatic-proxy backend ──────────────────
|
||||
test_opencode_claude_launcher() {
|
||||
if echo "$OPENCODE_SECTION" | grep -q 'claude --dangerously-skip-permissions' \
|
||||
@@ -257,7 +248,6 @@ test_fix7_trap_tmp
|
||||
test_android_cli_install_url
|
||||
test_android_init_called
|
||||
test_android_symlink_to_bin_dir
|
||||
test_android_skill_exists
|
||||
test_opencode_claude_launcher
|
||||
test_opencode_routatic_proxy
|
||||
test_opencode_key_management
|
||||
|
||||
Reference in New Issue
Block a user