Michel Perfetti
Community@miiitch · Paris, France
Helping people to build stuffs with dotnet
Agent Skills by Michel Perfetti
Showing 3 vetted skills indexed across 1 GitHub repositories.
build-test
Builds and tests .NET projects using PowerShell scripts with filtering and configuration options.
aspire
Orchestrates Aspire distributed applications using the Aspire CLI for running, debugging, and managing resources.
ezscim
Guides integration of SCIM 2.0 provisioning endpoints into ASP.NET Core applications.
Frequently Asked Questions About Michel Perfetti
FAQPage SchemaWhat tasks can I accomplish with miiitch's skills?▼
You can orchestrate Aspire distributed applications (start, stop, describe, view logs, add resources, manage the dashboard) and set up SCIM 2.0 user and group provisioning in ASP.NET Core using the EzSCIM package, including Entra ID connections and JWT authentication.
Who are these skills designed for?▼
They target .NET developers building distributed systems with Aspire and engineers adding standards-based identity provisioning to ASP.NET Core backends, including stacks using EF Core, Dapper, or SQL Server.
How do the skills run in practice?▼
The aspire skill invokes Aspire CLI commands such as aspire start, aspire describe, aspire otel logs, and aspire add, plus bash. The ezscim skill guides project setup: registering EzSCIM services, implementing repositories, and adding SCIM endpoints.
Are these skills open source and what do they cost?▼
The ezscim skill is released under the MIT license, making it free to use and modify. Documentation is available at https://ezscim.miiitch.dev. The aspire skill wraps the standard Aspire CLI commands.
What prerequisites do these skills require?▼
The aspire skill requires Aspire-based .NET distributed apps and the Aspire CLI; it is not for plain dotnet CLI, container-only deployments, or Azure deployment. The ezscim skill requires an ASP.NET Core project, optionally with EF Core or Dapper.