mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-08 10:23:30 +08:00
feat: add everything-claude-code ECC bundle (.claude/commands/add-or-update-skill.md)
This commit is contained in:
@@ -10,14 +10,14 @@ Use this workflow when working on **add-or-update-skill** in `everything-claude-
|
|||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
|
|
||||||
Adds a new skill or updates documentation for an existing skill.
|
Adds or updates a skill, including its documentation and configuration.
|
||||||
|
|
||||||
## Common Files
|
## Common Files
|
||||||
|
|
||||||
- `skills/*/SKILL.md`
|
- `.claude/commands/add-or-update-skill.md`
|
||||||
- `docs/zh-CN/skills/*/SKILL.md`
|
- `.claude/skills/*/SKILL.md`
|
||||||
- `docs/tr/skills/*/SKILL.md`
|
- `.agents/skills/*/SKILL.md`
|
||||||
- `docs/pt-BR/skills/*/SKILL.md`
|
- `.agents/skills/*/agents/*.yaml`
|
||||||
|
|
||||||
## Suggested Sequence
|
## Suggested Sequence
|
||||||
|
|
||||||
@@ -28,9 +28,10 @@ Adds a new skill or updates documentation for an existing skill.
|
|||||||
|
|
||||||
## Typical Commit Signals
|
## Typical Commit Signals
|
||||||
|
|
||||||
- Create or update SKILL.md in the appropriate skills/<skill-name>/ or docs/<lang>/skills/<skill-name>/ directory.
|
- Create or update .claude/commands/add-or-update-skill.md
|
||||||
- Optionally add architecture diagrams, implementation patterns, or integration guidance.
|
- Create or update .claude/skills/<skill-name>/SKILL.md
|
||||||
- Update documentation in other languages if available.
|
- Optionally update .agents/skills/<skill-name>/SKILL.md
|
||||||
|
- Optionally update .agents/skills/<skill-name>/agents/*.yaml
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user