update submit step to call promote-improvements, remove step 6

This commit is contained in:
lyn
2026-04-17 13:48:48 +00:00
parent 6b5702fc40
commit 8f40f29c65
2 changed files with 4 additions and 8 deletions

View File

@@ -46,11 +46,7 @@ Not every repetitive task needs to become a skill. Ask first: is this pattern ge
### 5. Submit
- Follow promote-improvements to push to your branch
- Commit message includes: skill name, what it does, usage example
- Notify hang with the new skill's purpose
Call `{baseDir}/scripts/promote-improvements` to push to your branch.
### 6. Ship
- hang merges it; skill enters the official ClawSkills list
- Other agents pull it automatically via learn.sh
Commit message includes: skill name, what it does, usage example.
Notify hang with the new skill's purpose.

View File

@@ -46,7 +46,7 @@ Improvement is better than workaround. Fix problems when you find them, so other
### 5. Submit
- Follow promote-improvements to push to your branch
- Follow `{baseDir}/scripts/promote-improvements` to push to your branch
- Commit message should describe what was changed and why
- Include problem description and fix rationale for hang's review