sync-context

Detect documentation drift across AGENTS.md, CLAUDE.md, and docs/ai.

58|10|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Alexander-M-Dickerson/ai-asset-pricing --skill sync-context-alexander-m-dickerson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-context
Source: https://github.com/Alexander-M-Dickerson/ai-asset-pricing/tree/main/.claude/skills/sync-context
Command: npx skills add https://github.com/Alexander-M-Dickerson/ai-asset-pricing --skill sync-context-alexander-m-dickerson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects and reports documentation drift across the repository's AI context layer, proposing focused updates to keep AGENTS.md, CLAUDE.md, and docs/ai in sync.

Core Features & Use Cases

  • Drift detection across documentation and mappings
  • Propose targeted edits with old_text → new_text
  • Review-then-apply workflow with explicit approvals before any change
  • Periodic checks to maintain up-to-date context and reduce misalignment

Quick Start

Run drift detection on the repo to generate proposals and review suggested edits before applying.

Frequently Asked Questions about sync-context

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

FAQPage Schema
What is documentation drift and how do I detect it in my repository?

Documentation drift occurs when code changes leave context files like AGENTS.md and CLAUDE.md outdated. You detect documentation drift by running automated drift checks that scan the docs/ai layer, compare it against recent code changes, and report misalignments.

How do I keep AGENTS.md and CLAUDE.md in sync after significant code changes?

To keep AGENTS.md and CLAUDE.md in sync after code changes, apply automated drift detection checks to the repository. This generates targeted proposals with old_text to new_text edits, which you review and explicitly approve before applying any updates.

Can I automatically apply documentation updates without manual review?

No, you cannot automatically apply updates without review. The governance workflow enforces a read-then-propose model, requiring explicit approvals before applying any changes to AGENTS.md, CLAUDE.md, or docs/ai files to ensure up-to-date and accurate context.

What is the best way to maintain AI context files during periodic reviews?

The best way to maintain AI context files during periodic reviews is running drift detection across the repository's AI context layer. This process identifies misalignment and proposes focused updates to keep documentation current and reduce drift over time.

Does documentation drift detection work without any external dependencies?

Yes, documentation drift detection works without external dependencies. It operates independently to scan the repository's context layer, detect misalignment across AGENTS.md and CLAUDE.md, and propose targeted edits for explicit approval.