diff --git a/claw-skills/workflows/create-skills.md b/claw-skills/workflows/create-skills.md index 9aa7bdc..b732ec2 100644 --- a/claw-skills/workflows/create-skills.md +++ b/claw-skills/workflows/create-skills.md @@ -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. diff --git a/claw-skills/workflows/improve-skills.md b/claw-skills/workflows/improve-skills.md index d8204e2..8d1db3d 100644 --- a/claw-skills/workflows/improve-skills.md +++ b/claw-skills/workflows/improve-skills.md @@ -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