description property
Tool description for AI agents
Should clearly explain what the tool does and when to use it.
Implementation
@override
String get description => '''
Get the content of a specific AI skill for ServerPod development.
Skills provide contextual guidance and templates for working with
ServerPod projects. Each skill contains:
- Template content with mustache variables
- Metadata (version, description, tags)
- Optional dependencies on other skills
This tool searches both:
- Built-in skills from serverpod_boost package
- Custom skills from your project's .ai/skills/ directory
Returns skill content as markdown with template variables populated
from the current project context.
''';