speckit-docs-sync

Synchronize agent context files with the Python preset after diff review.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/Satcomx00-x00/speckit-python --skill speckit-docs-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-docs-sync
Source: https://github.com/Satcomx00-x00/speckit-python/tree/main/skills/speckit-docs-sync
Command: npx skills add https://github.com/Satcomx00-x00/speckit-python --skill speckit-docs-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that all agent context files (AGENTS.md, CLAUDE.md, .github/copilot-instructions.md, GEMINI.md) are synchronized with the installed agent-context.md template, maintaining consistent operating rules for all agents.

Core Features & Use Cases

  • Synchronization: Syncs context files to keep them in lockstep with the Python preset.
  • Diff Review: Shows a diff for review before writing to prevent loss of project-specific additions.
  • Use Case: When you want to ensure that all agents operate under the same set of rules and that any updates to the template are reflected in all context files.

Quick Start

Run /speckit-docs-sync to synchronize agent context files.

Frequently Asked Questions about speckit-docs-sync

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

FAQPage Schema
How do I synchronize agent context files across multiple AI assistants in a Python project?

You synchronize agent context files by aligning AGENTS.md, CLAUDE.md, copilot-instructions.md, and GEMINI.md with the installed Python preset template, ensuring consistent operating rules across all agents.

What is the best way to update AI agent instructions without losing project-specific additions?

The best way to update agent instructions without losing custom additions is to use a diff review process before writing, which shows pending changes so you can preserve project-specific content while applying template updates.

How does context file synchronization work for maintaining consistent operating rules?

Context file synchronization works by comparing existing agent instruction files against a central Python preset template, generating a diff for review, and writing the synchronized content to maintain uniform operating rules across all agents.

Can I use this template management approach for multiple agents like Claude, Copilot, and Gemini?

Yes, you can use this template management approach for multiple agents by synchronizing their respective context files, including CLAUDE.md, .github/copilot-instructions.md, and GEMINI.md, to ensure they all operate under the same rules.

What are the limitations of automated agent context file synchronization?

A key limitation is that automated synchronization requires a manual diff review step to prevent overwriting project-specific additions, meaning you must verify pending changes before the script writes them to the context files.