From 21751ab0992e6bf096209fa42f1e9317ef77ad15 Mon Sep 17 00:00:00 2001 From: xiaolai Date: Sat, 20 Jun 2026 12:42:08 +0000 Subject: [PATCH] fix: restore CLAUDE.md in sync-agent-instructions skill The .agents/skills/ copy had AGENTS.md listed twice (once as the first file and once where CLAUDE.md should be) in the frontmatter description, h1, and the git diff command in Step 1. The .claude/skills/ copy is correct. This brings the two copies back in sync. Co-Authored-By: Claude Code --- .agents/skills/sync-agent-instructions/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.agents/skills/sync-agent-instructions/SKILL.md b/.agents/skills/sync-agent-instructions/SKILL.md index 7a34ce2..98a9d4e 100644 --- a/.agents/skills/sync-agent-instructions/SKILL.md +++ b/.agents/skills/sync-agent-instructions/SKILL.md @@ -1,15 +1,15 @@ --- name: sync-agent-instructions -description: Sync AI coding tool instruction files (AGENTS.md, GEMINI.md, AGENTS.md) so they stay aligned. Detects which file changed and copies it to the others. Use when syncing md files, syncing instructions, updating GEMINI.md, or updating AGENTS.md. +description: Sync AI coding tool instruction files (CLAUDE.md, GEMINI.md, AGENTS.md) so they stay aligned. Detects which file changed and copies it to the others. Use when syncing md files, syncing instructions, updating GEMINI.md, or updating AGENTS.md. --- # Sync Agent Instructions -Keep AGENTS.md, GEMINI.md, and AGENTS.md in sync so all AI coding tools share the same project instructions. +Keep CLAUDE.md, GEMINI.md, and AGENTS.md in sync so all AI coding tools share the same project instructions. ## Workflow -1. **Detect changes** — Run `git diff HEAD -- AGENTS.md GEMINI.md AGENTS.md` to see which file(s) have uncommitted changes. +1. **Detect changes** — Run `git diff HEAD -- CLAUDE.md GEMINI.md AGENTS.md` to see which file(s) have uncommitted changes. 2. **Determine source file:** - **One file changed** — That file is the source. Copy its content to the other two.