build-loop:sync-skills

Detect and report drift between local build-loop skills and canonical source files.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/tyroneross/build-loop --skill build-loop-sync-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-loop:sync-skills
Source: https://github.com/tyroneross/build-loop/tree/main/skills/sync-skills
Command: npx skills add https://github.com/tyroneross/build-loop --skill build-loop-sync-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill identifies and reports any discrepancies between the local build-loop skills and their canonical source files, ensuring consistency and accuracy.

Core Features & Use Cases

  • Drift Detection: Identifies any changes in the source files that affect the local skills.
  • Read-only: Never updates skills automatically, only reports drift.
  • Use Case: After updating the canonical source, this skill helps determine which local skills need to be refreshed to match the new source.

Quick Start

Run the drift-check script with the following command:

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/sync_skills.py

Frequently Asked Questions about build-loop:sync-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect skill drift between local build-loop skills and canonical source files?

To detect skill drift, run the sync_skills.py script to monitor and report discrepancies between local build-loop skills and their canonical source files. It identifies changes in source files and reports any drift without modifying your local skills.

What is code consistency drift detection in a build-loop architecture?

Code consistency drift detection in a build-loop architecture is the process of monitoring local skills against canonical source files to identify discrepancies. It ensures accuracy after updates by reporting which local skills need refreshing to match new sources.

When do I need to check for skill drift after updating canonical sources?

You need to check for skill drift after updating canonical source files to determine which local build-loop skills have become inconsistent. Running a drift check identifies affected skills so you can manually refresh them to restore consistency.

Does source file monitoring automatically update local skills when drift is detected?

No, source file monitoring does not automatically update local skills when drift is detected. The skill is strictly read-only and only reports discrepancies, requiring you to manually refresh the affected local skills to match the canonical source.

Can I use a Python script to monitor build-loop code consistency without dependencies?

Yes, you can use the sync_skills.py Python script to monitor build-loop code consistency without dependencies. The script operates independently to check for changes in canonical source files and reports any detected drift.