maui-ai-tool-bindings

Installation
SKILL.md

MAUI AI Tool Bindings

Use this skill when a MAUI app needs AI-callable tools backed by app services, view models, or static utility methods. Microsoft.Maui.AI.Attributes generates Microsoft.Extensions.AI tools at compile time to avoid reflection-heavy invocation paths.

Basic Workflow

  1. Install the package:

    dotnet add package Microsoft.Maui.AI.Attributes --prerelease
    
  2. Annotate methods or property accessors:

Installs
1
GitHub Stars
213
First Seen
4 days ago
maui-ai-tool-bindings — dotnet/maui-labs