description property

  1. @override
String get description
override

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

Use this tool to retrieve skill content when you need specialized
knowledge about ServerPod features like authentication, endpoints,
models, migrations, etc.

Returns skill content as markdown with template variables populated
from the current project context.
''';