v2.5.0 — Autonomous Skill Discovery System
What's New in v2.5.0
🎯 Autonomous Skill Discovery System
Automatic skill detection from filesystem with zero-configuration setup. Create a skill in .agents/my-skill/SKILL.md, run npm run setup, and it's automatically discovered and registered!
Key Features:
- Scans
.agents/for SKILL.md files - Interactive skill selection during setup (all pre-selected by default)
- Runtime validation of registered skills at engine startup
- Helpful hints when skills are unregistered or orphaned
For Users:
npm run setup
# Skills automatically discovered → manifest.json auto-generatedFor Developers:
See .agents/SKILL_DISCOVERY.md for complete API reference, troubleshooting, and best practices.
📊 Release Stats
- 1,390 lines of production code added
- 10 new unit tests (all passing, 293 total tests)
- 100% backward compatible — All existing projects work unchanged
- Zero breaking changes — Safe to upgrade
- Production ready — Fully tested and documented
📦 Installation
npm install agents-runtime@2.5.0🔗 Documentation
- SKILL_DISCOVERY.md — Complete developer guide
- README.md — Getting started
- CHANGELOG.md — Full release history
🙏 Credits
This release includes the complete Autonomous Skill Discovery System with comprehensive testing and documentation. All 293 tests passing on first release.