diff --git a/.tasks/STATUS.md b/.tasks/STATUS.md index 142cf89..ca8f2d8 100644 --- a/.tasks/STATUS.md +++ b/.tasks/STATUS.md @@ -769,3 +769,18 @@ Pattern для починки уже отработан в `setup-projects-meta` --- + +## ⚪ [using-synology-ops-install] — Install `using-synology-ops` skill (skeleton) into the local Claude Code skill registry so it activates in new sessions. + +The SKILL.md was committed locally to `~/projects/claude-skills/skills/using-synology-ops/SKILL.md` by the promotion run on 2026-05-12 (commit fb4ef65), but the file lives in the repo only — Claude Code reads skills from `~/.claude/skills/`. Without install the skill is invisible. + +**Status:** ready +**Where I stopped:** (not started) +**Next action:** 1. Run `bash ~/projects/claude-skills/scripts/install.sh using-synology-ops` (Windows: `pwsh ~/projects/claude-skills/scripts/install.ps1 using-synology-ops`). +2. Verify `~/.claude/skills/using-synology-ops/SKILL.md` exists and matches the repo version. +3. Run `/reload-plugins` in Claude Code to refresh the skill registry. +4. Start a fresh session; check `using-synology-ops` appears in the available-skills list. +**Branch:** n/a + + +---