skill-evolution-manager
Originally fromkkkkhazix/khazix-skills
Installation
SKILL.md
skill-evolution-manager
这是整个 AI 技能系统的“进化中枢”。它不仅负责优化单个 Skill,还负责跨 Skill 的经验复盘和沉淀。
核心职责
- 复盘诊断 (Session Review):在对话结束时,分析所有被调用的 Skill 的表现。
- 经验提取 (Experience Extraction):将非结构化的用户反馈转化为结构化的 JSON 数据(
evolution.json)。 - 智能缝合 (Smart Stitching):将沉淀的经验自动写入
SKILL.md,确保持久化且不被版本更新覆盖。
使用场景
Trigger:
/evolve- "复盘一下刚才的对话"
- "我觉得刚才那个工具不太好用,记录一下"
- "把这个经验保存到 Skill 里"
工作流 (The Evolution Workflow)
Related skills
More from wichell/khazix-skills
github-to-skills
Automated factory for converting GitHub repositories into specialized AI skills. Use this skill when the user provides a GitHub URL and wants to "package", "wrap", or "create a skill" from it. It automatically fetches repository details, latest commit hashes, and generates a standardized skill structure with enhanced metadata suitable for lifecycle management.
3skill-manager
Lifecycle manager for GitHub-based skills. Use this to batch scan your skills directory, check for updates on GitHub, and perform guided upgrades of your skill wrappers.
3