Awesome-omni-skill evolve

自我進化 Agent - 已遷移至原子化架構

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data-ai/evolve" ~/.claude/skills/diegosouzapw-awesome-omni-skill-evolve && rm -rf "$T"
manifest: skills/data-ai/evolve/SKILL.md
source content

⚠️ This file has moved

The Self-Evolving Agent skill has been reorganized into an atomic architecture.

New Location

👉 skills/SKILL.md

Quick Links

ModuleDescriptionPath
Getting Started入門與環境設定
Core核心流程(PSB + PDCA)
Checkpoints強制檢查點(護欄)
Memory記憶系統操作
Emergence涌現機制
Integration外部工具整合
Scaling大規模專案優化
Evolution自我進化機制

Why the Change?

  • Easier to maintain: Small modules > monolithic file
  • Easier to contribute: Community content in
    community/
    directories
  • Easier to learn: Read modules progressively
  • Easier to extend: Add new modules without touching existing content

Migration

If you were using the old SKILL.md, simply update your imports:

Old: SKILL.md (2000+ lines)
New: skills/SKILL.md (entry point) + skills/*/_base/*.md (modules)