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
-
Install the package:
dotnet add package Microsoft.Maui.AI.Attributes --prerelease -
Annotate methods or property accessors: