codebase-sync

Audit and refresh README.md and CLAUDE.md to match the current codebase.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/jurislm/jurislm-tools --skill codebase-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codebase-sync
Source: https://github.com/jurislm/jurislm-tools/tree/main/plugins/jurislm-tools/skills/codebase-sync
Command: npx skills add https://github.com/jurislm/jurislm-tools --skill codebase-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Codebase Sync skill audits the repository to ensure READMEs and CLAUDE.md accurately reflect the current codebase, updating outdated content as changes occur.

Core Features & Use Cases

  • Inspect repository structure and critical files to surface drift between documentation and code.
  • Update README.md and CLAUDE.md to reflect the actual project layout, dependencies, and available scripts.
  • Provide an actionable plan to audit and refresh documentation after changes or releases.

Quick Start

Run the skill in the project root to audit and refresh README.md and CLAUDE.md.

Frequently Asked Questions about codebase-sync

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

FAQPage Schema
How do I update README documentation to match my current codebase?

CLAUDE.md drift occurs when repository changes, releases, or new dependencies outpace manual documentation updates. Auditing the codebase surfaces mismatches between actual files, install commands, environment variables, and the documented project structure, ensuring CLAUDE.md stays aligned with the code.

What is the best way to audit project documentation after a release?

Running the documentation audit in the project root requires the actual repository files and package.json to be present. The skill inspects the existing repository structure, install commands, and environment variables to generate an actionable plan and refresh the documentation outputs.

Can I automatically refresh CLAUDE.md and README.md without manual writing?

You can automatically refresh CLAUDE.md and README.md by running this skill to audit the codebase and update outdated content. It aligns documentation with the actual project layout, dependencies, environment variables, and plugin listings without requiring manual rewriting.

Why does my README have outdated install commands and environment variables?

Your README has outdated install commands and environment variables because documentation drifts after codebase changes or releases. Auditing the repository structure and package.json detects this drift, allowing you to update the documentation to reflect the actual current files and scripts.