zeroclaw/src/skills
Argenis 121e8b86a2
feat(skills): autonomous skill creation from multi-step tasks (#3916)
Add SkillCreator module that persists successful multi-step task
executions as reusable SKILL.toml definitions under the workspace
skills directory.

- SkillCreationConfig in [skills.skill_creation] (disabled by default)
- Slug validation, TOML generation, embedding-based deduplication
- LRU eviction when max_skills limit is reached
- Agent loop integration post-success
- Gated behind `skill-creation` compile-time feature flag

Closes #3825.
2026-03-24 15:17:34 +03:00
..
audit.rs fix(skills): allow sibling markdown links within skills root (#3781) 2026-03-24 15:17:24 +03:00
creator.rs feat(skills): autonomous skill creation from multi-step tasks (#3916) 2026-03-24 15:17:34 +03:00
mod.rs feat(skills): autonomous skill creation from multi-step tasks (#3916) 2026-03-24 15:17:34 +03:00
symlink_tests.rs style: apply rustfmt to async fs updates 2026-02-19 14:52:29 +08:00