mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
* feat: add .agents/skills directory support for skill discovery Add compatibility for the standardized .agents/skills directory pattern, both globally (~/.agents/skills) and locally (.agents/skills in workspace). * feat: make .agents/skills the default for new skills New skills are now created in .agents/skills (local) and ~/.agents/skills (global) by default. These directories also have highest priority in skill discovery, overriding skills with the same name from other locations. * docs: update skills documentation for .agents/skills directories * refactor skills directory helpers