ce-skill-registry-sync

Synchronize skill registries with the filesystem inventory in CI workflows.

78|15|Updated May 1, 2023
One-click install
npx skills add https://github.com/Moffran/calibrated_explanations --skill ce-skill-registry-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-skill-registry-sync
Source: https://github.com/Moffran/calibrated_explanations/tree/main/.claude/skills/ce-skill-registry-sync
Command: npx skills add https://github.com/Moffran/calibrated_explanations --skill ce-skill-registry-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Synchronize skill registries with the current filesystem inventory after changes to the skills directory, ensuring governance and deployment accuracy.

Core Features & Use Cases

  • Detects additions, removals, renames, and moves in .claude/skills/ and updates all registries accordingly.
  • Validates consistency between on-disk skill folders and registry entries, helping maintain up-to-date skill catalogs.
  • Supports CI or pre-publish checks to prevent stale or orphaned registry entries.

Quick Start

Run this skill after updating the skills directory to refresh and validate all registries.

Frequently Asked Questions about ce-skill-registry-sync

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

FAQPage Schema
How do I synchronize skill registries after adding or renaming skill folders?

To synchronize skill registries, run this skill to detect filesystem changes in the skills directory and deterministically update all stored registry entries. It automatically reconciles additions, removals, renames, and moves across your registries.

Why does my skill registry contain stale or orphaned entries?

Stale or orphaned registry entries occur when on-disk skill folders are changed without updating the registry. Running a filesystem inventory synchronization validates consistency and removes orphaned entries to maintain deployment accuracy.

Can I use filesystem registry synchronization in CI workflows?

Yes, registry synchronization is designed for CI workflows and pre-publish checks. It enforces governance constraints and prevents deploying outdated skill catalogs by validating on-disk skill folders against stored registry entries.

What is deterministic reconciliation of skill registries?

Deterministic reconciliation of skill registries is the process of accurately reflecting filesystem inventory changes by enforcing governance constraints across all stored registries. It ensures registry entries exactly match the current on-disk skill folders.

Do I need dependencies to validate consistency between filesystem inventories and registries?

No dependencies are required to validate consistency between filesystem inventories and registries. The skill operates independently to enforce governance constraints and update all stored registries based on the current skills directory.

When should I avoid automatic registry synchronization?

You should avoid automatic registry synchronization if your governance constraints require manual review of registry changes before deployment. The skill enforces deterministic reconciliation, which immediately reflects all filesystem changes across stored registries without manual approval.