skill-sync

Regenerate stale .claude knowledge reference files from current source code.

3|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/gwpjp/Web3-Claude --skill skill-sync-gwpjp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-sync
Source: https://github.com/gwpjp/Web3-Claude/tree/main/.claude/skills/skill-sync
Command: npx skills add https://github.com/gwpjp/Web3-Claude --skill skill-sync-gwpjp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps keep the .claude knowledge files aligned with the actual codebase by detecting stale references and regenerating them from source.

Core Features & Use Cases

  • Staleness detection: Identify outdated schema references, hook catalogs, and theme/docs content.
  • Regeneration: Rebuild missing or outdated knowledge files from current code (schema-reference.md, hook-reference.md, type-index.json, etc.).
  • Workflow automation: Run after changes to hooks, types, components, or schema to ensure consistency across knowledge assets.

Quick Start

Run /skill-sync all to regenerate knowledge files and synchronize them with the latest codebase.

Frequently Asked Questions about skill-sync

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

FAQPage Schema
How do I keep Claude knowledge files in sync with my codebase after changes?

To sync Claude knowledge files with your codebase, run a regeneration process that reads updated source files and rebuilds stale references like schema-reference.md and hook-reference.md to match the current code.

What are stale references in Claude knowledge files and how are they detected?

Stale references are outdated documentation in Claude knowledge files that no longer match source code. They are detected by comparing existing knowledge assets against current codebase changes to hooks, types, or schema.

How do I regenerate type-index.json and schema-reference.md from current code?

You regenerate type-index.json and schema-reference.md by running a targeted regeneration process that reads current source files and rebuilds these knowledge assets to reflect the latest types and schema definitions.

When should I regenerate Claude knowledge files after updating hooks or ponder schema?

You should regenerate Claude knowledge files immediately after making changes to hooks, types, ponder schema, or theme to ensure all knowledge assets consistently reflect the current codebase state and avoid outdated references.

Does skill-sync work with wagmi and ponder schema for targeted regeneration?

Yes, skill-sync supports targeted regeneration across ponder-schema, wagmi, and types. It reads relevant source files and regenerates corresponding reference files to keep knowledge assets aligned with those specific frameworks.