build-loop:sync-skills

仓库创建 2026年4月7日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

便于维护本地复制的技能与上游一致性,减少意外差异。

这个 Skill 做什么

检测并报告 skills/architecture/ 中与上游源码的漂移,重算 source_hash。

会走一遍 skills/architecture/ 目录,把每个文件里的 source_hash(SHA-256)重新算一遍,帮你发现本地副本和上游源码是否发生了“漂移”。操作是只读的,只报告差异和新的 hash,不会改动源码。适合在 Phase 1 发现过期 hash 或想核对 skill 是否同步时使用,优点是非破坏性且以 hash 为准做精准校验。

▸ 展开 SKILL.md 英文原文

Use when the user asks to "check skill drift", "sync skills", or "update architecture skills", or when Phase 1 Assess detects stale source_hash values. Walks skills/architecture/, recomputes source_hash, reports drift. Read-only.

Skill 开发管理技能同步漂移检测只读报告通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/sync-skills/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/sync-skills/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 -->

# Sync-Skills — Drift Detection for Native Copies

Build-loop's `skills/architecture/` skills are copied from the canonical upstream repo (NavGator). Each carries a `source:` path and `source_hash:` SHA-256 in its frontmatter. This skill recomputes the hash from the canonical source file and reports any drift. (The former `skills/debugging/` skills were folded into the `debugging-memory` skill on 2026-07 and are no longer drift-checked — native/adapted, no canonical upstream.)

**Read-only.** Never auto-updates a skill — surfaces a list of skills th
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有