From 06c8402b19a1c8fbc7bd1a1c6cfe5a35f0ef27af 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:35 +0000 Subject: [PATCH] feat: add everything-claude-code ECC bundle (.claude/commands/add-or-update-skill.md) --- .claude/commands/add-or-update-skill.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.claude/commands/add-or-update-skill.md b/.claude/commands/add-or-update-skill.md index 8867332e..deb58028 100644 --- a/.claude/commands/add-or-update-skill.md +++ b/.claude/commands/add-or-update-skill.md @@ -10,12 +10,16 @@ Use this workflow when working on **add-or-update-skill** in `everything-claude- ## Goal -Adds a new skill or updates an existing skill's documentation and implementation. +Adds or updates a skill in the ECC system, including documentation and provenance. ## Common Files - `skills/*/SKILL.md` - `.claude/skills/*/SKILL.md` +- `.agents/skills/*/SKILL.md` +- `.agents/skills/*/agents/*.yaml` +- `schemas/provenance.schema.json` +- `docs/SKILL-PLACEMENT-POLICY.md` ## Suggested Sequence @@ -26,8 +30,9 @@ Adds a new skill or updates an existing skill's documentation and implementation ## Typical Commit Signals -- Create or update skills//SKILL.md or similar documentation file. -- Optionally, add or update related scripts, diagrams, or integration notes. +- Create or update SKILL.md in the appropriate skills directory (e.g., skills/{skill-name}/SKILL.md or .claude/skills/{skill-name}/SKILL.md) +- Optionally add or update agent YAML files (e.g., .agents/skills/{skill-name}/agents/*.yaml) +- Optionally update provenance or placement policy files (e.g., schemas/provenance.schema.json, docs/SKILL-PLACEMENT-POLICY.md) ## Notes