From 9aac8d390441bfec3fee189cd1976fb0ef4f2688 Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:44:24 +0000 Subject: [PATCH] feat: add everything-claude-code ECC bundle (.claude/commands/add-or-update-skill.md) --- .claude/commands/add-or-update-skill.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.claude/commands/add-or-update-skill.md b/.claude/commands/add-or-update-skill.md index d7de2edf..a33d357f 100644 --- a/.claude/commands/add-or-update-skill.md +++ b/.claude/commands/add-or-update-skill.md @@ -10,14 +10,14 @@ Use this workflow when working on **add-or-update-skill** in `everything-claude- ## Goal -Adds a new skill or updates documentation for an existing skill. +Adds or updates a skill, including its documentation and configuration. ## Common Files -- `skills/*/SKILL.md` -- `docs/zh-CN/skills/*/SKILL.md` -- `docs/tr/skills/*/SKILL.md` -- `docs/pt-BR/skills/*/SKILL.md` +- `.claude/commands/add-or-update-skill.md` +- `.claude/skills/*/SKILL.md` +- `.agents/skills/*/SKILL.md` +- `.agents/skills/*/agents/*.yaml` ## Suggested Sequence @@ -28,9 +28,10 @@ Adds a new skill or updates documentation for an existing skill. ## Typical Commit Signals -- Create or update SKILL.md in the appropriate skills// or docs//skills// directory. -- Optionally add architecture diagrams, implementation patterns, or integration guidance. -- Update documentation in other languages if available. +- Create or update .claude/commands/add-or-update-skill.md +- Create or update .claude/skills//SKILL.md +- Optionally update .agents/skills//SKILL.md +- Optionally update .agents/skills//agents/*.yaml ## Notes