catalog-sync

Synchronize catalog files with new theorems and constants from Lean files.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/jmg2027/Dynamic-Resolution-Lattice-Theory- --skill catalog-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: catalog-sync
Source: https://github.com/jmg2027/Dynamic-Resolution-Lattice-Theory-/tree/main/.claude/skills/catalog-sync
Command: npx skills add https://github.com/jmg2027/Dynamic-Resolution-Lattice-Theory- --skill catalog-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates the synchronization of catalog files with newly added theorems and constants from Lean files, ensuring the library stays current and accurate.

Core Features & Use Cases

  • Detects changes in Lean files using git diffs to identify new results and theorems.
  • Maps new atomic integers, physical constants, and mathematical results to appropriate catalogs.
  • Automatically appends precise markdown entries to updated catalog files, streamlining library maintenance.
  • Facilitates continuous integration workflows for mathematical and physics library management.

Quick Start

Use the catalog-sync skill to automatically incorporate new results from recent Lean file updates into the catalogs.

Frequently Asked Questions about catalog-sync

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

FAQPage Schema
How do I automatically update catalogs with new Lean theorems and constants?

To automatically update catalogs with new Lean theorems, you can use a synchronization script that detects file changes via git diff and appends formatted markdown entries to the relevant catalog files.

What is the best way to sync Lean library documentation with recent repository changes?

Syncing Lean library documentation is achieved by mapping newly added atomic integers, physics constants, and mathematical results to appropriate catalogs, ensuring consistency across repositories.

How does git diff detect new theorems for catalog synchronization?

Git diff detects new theorems for catalog synchronization by comparing recent Lean file updates, identifying newly added results, and appending precise markdown entries to updated catalog files.

Can I use catalog synchronization for continuous integration workflows in a math library?

Yes, you can use catalog synchronization for continuous integration workflows in a math library, as it streamlines library maintenance by automatically incorporating new results from recent Lean file updates.

Do I need a specific environment to maintain Lean physics constants in catalog files?

Maintaining Lean physics constants in catalog files requires a git environment to run diffs for change detection and ensure the mathematical and physics library stays current and accurate.

Why are my Lean catalog files out of sync with repository updates?

Lean catalog files become out of sync when new theorems and constants are added without automated synchronization, a problem solved by using git diff to detect changes and append formatted entries automatically.