ai-context-management

Detect and reconcile drift between AGENTS.md and CLAUDE.md files.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Lbstrydom/claude-engineering-skills --skill ai-context-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-context-management
Source: https://github.com/Lbstrydom/claude-engineering-skills/tree/main/.claude/skills/ai-context-management
Command: npx skills add https://github.com/Lbstrydom/claude-engineering-skills --skill ai-context-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage drift between AGENTS.md and CLAUDE.md so all AI agents share the same project context across a repo.

Core Features & Use Cases

  • Detects drift between canonical AGENTS.md and CLAUDE.md and reconciles divergence to preserve shared policy.
  • Generates Copilot slash-command shims from skills and migrates legacy CLAUDE.md content to AGENTS.md canonical form.
  • Supports prompts generation and cross-tool alignment for teams using Claude Code, Copilot, Cursor, Windsurf, and Codex CLI.

Quick Start

Run the audit to detect drift and then reconcile to align AGENTS.md and CLAUDE.md across the repository.

Frequently Asked Questions about ai-context-management

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

FAQPage Schema
How do I prevent context drift between AGENTS.md and CLAUDE.md files?

To prevent AGENTS.md and CLAUDE.md context drift, you can run an audit workflow that detects divergence and reconciles the files by aligning them to a canonical AGENTS.md context across your repository.

What is the best way to migrate legacy CLAUDE.md content to AGENTS.md?

Migrating legacy CLAUDE.md content to AGENTS.md involves transforming the existing context into a canonical AGENTS.md format, ensuring shared project policy is preserved for all AI agents across the repository.

Does AI context management work with Copilot, Cursor, and Windsurf?

AI context management supports cross-tool alignment for teams using Claude Code, Copilot, Cursor, Windsurf, and Codex CLI by generating Copilot slash-command shims and aligning shared context.

Why does my AGENTS.md context not match my CLAUDE.md file?

Your AGENTS.md and CLAUDE.md files diverge due to context drift from separate edits. Running a drift detection audit identifies the specific divergences so you can reconcile them back to the canonical policy.

Can I generate Copilot slash-command prompts from an AGENTS.md file?

You can generate Copilot slash-command shims by extracting skills and canonical context from your AGENTS.md file, allowing Copilot to share the same project context as other AI coding agents.