From 8f40f29c65c95190e7f22f20379457c17ed15b81 Mon Sep 17 00:00:00 2001 From: lyn Date: Fri, 17 Apr 2026 13:48:48 +0000 Subject: [PATCH] update submit step to call promote-improvements, remove step 6 --- claw-skills/workflows/create-skills.md | 10 +++------- claw-skills/workflows/improve-skills.md | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) 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