From 93c910ac00e58ebeb95d6f9e6f73f95ee62537f6 Mon Sep 17 00:00:00 2001 From: OpeItcLoc03 Date: Tue, 12 May 2026 16:21:51 +0000 Subject: [PATCH] meta(tasks): create [using-synology-ops-install] in OpeItcLoc03/claude-skills --- .tasks/STATUS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 + + +---