mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
feat: add everything-claude-code ECC bundle (.claude/commands/add-or-update-skill.md)
This commit is contained in:
@@ -10,12 +10,16 @@ Use this workflow when working on **add-or-update-skill** in `everything-claude-
|
|||||||
|
|
||||||
## Goal
|
## 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
|
## Common Files
|
||||||
|
|
||||||
- `skills/*/SKILL.md`
|
- `skills/*/SKILL.md`
|
||||||
- `.claude/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
|
## Suggested Sequence
|
||||||
|
|
||||||
@@ -26,8 +30,9 @@ Adds a new skill or updates an existing skill's documentation and implementation
|
|||||||
|
|
||||||
## Typical Commit Signals
|
## Typical Commit Signals
|
||||||
|
|
||||||
- Create or update skills/<skill-name>/SKILL.md or similar documentation file.
|
- 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 related scripts, diagrams, or integration notes.
|
- 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
|
## Notes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user