What problem does it solve?
The skills module solves the challenge of maintaining a modular, extensible agent architecture by providing a standardized way to load, discover, and activate specialized capabilities on demand.
Core Features & Use Cases
- Dynamic Loading: Automatically discovers and registers skills from global and project-specific directories.
- Context Augmentation: Injects specialized instructions into the system prompt only when a skill is activated, keeping the active context clean and relevant.
- Use Case: A developer can define a custom git-workflow skill in the project directory, which the agent then loads and makes available via a simple command to assist with complex repository operations.
Quick Start
Activate the git skill to load its specialized instructions into the current session context.