Skill Updater (Experience-to-Skill Diff)
SkillFiles & storageUse this skill after a task succeeds (user confirms 'success' or tools report success). It extracts new experience from the session log + daily memory, locates relevant skills, and proposes diff-formatted updates to SKILL.md files with a clear summary for the user.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Skill Updater (Experience-to-Skill Diff) skill
What this skill tells your AI
The instructions your AI receives, as published by cuhk-aim-group/neuroclaw in skills/skill-updater/SKILL.md and read by ahel’s review.
Overview
skill-updater turns successful task execution into reusable skill improvements.
It reads the session log and daily memory, extracts new experience (what worked, new patterns, edge cases), identifies the most relevant skill files, and produces diff-formatted update suggestions for SKILL.md.
This skill follows NeuroClaw hierarchy:
- Defines WHAT to do, not low-level implementation details.
- Does not execute direct shell commands itself.
- Delegates any file scanning or execution via helper skills.
When to Call This Skill
- Task just finished successfully and user confirms "success".
- A tool returns a success status and experience should be recorded.
- Repeated tasks indicate missing instructions or edge-case guidance.
Core Workflow (Never Bypassed)
- Read the session log and the relevant daily memory.
- Extract new experience:
- what worked
- new patterns
- edge cases solved
- Identify the most relevant skill(s):
- Use
skill-creatorto scanworkspace/skills/if available. - If not available, request a list of relevant skill files from the user.
- Use
- Draft diff-formatted changes for the target
SKILL.md:- Explicitly state: "New experience X: previously missing Y, now add Z."
- Specify which sections change: instructions / examples / error handling.
- Present a clear summary + patch to the user.
Required Output Format
Always include:
- A concise summary list of new experience.
- A target skill name.
- A diff block for each proposed update.
Example output:
""" This successful task yields new experience:
- ...
- ...
Suggested update for skill xxx (diff):
@@
- Old line
+ New line
"""
Evidence Sources
- Session log (task execution trace)
- Daily memory (recent patterns and outcomes)
Safety and Execution Policy
- Never write changes directly; only propose diffs.
- Do not update unrelated skills.
- Do not invent results; only use observed success outcomes.
Complementary / Related Skills
multi-search-enginedependency-planner
Created At: 2026-03-30 18:39 HKT Last Updated At: 2026-03-30 18:39 HKT Author: chengwang96
Signals
- GitHub stars
- 85
- Forks
- 4
- Last commit
- Sep 2026
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
skill-updater- Source
- github.com/cuhk-aim-group/neuroclaw