Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate .NET MAUI project with platform-specific handlers for desktop and mobile
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -13% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 12% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 62% | 0% |
| case-05 | ✓→✓ | = Same ✓ | -74% | 0% |
Generate .NET MAUI project with platform-specific handlers for Windows and macOS desktop development alongside mobile platforms.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "projectName": { "type": "string" }, "platforms": { "type": "array", "items": { "enum": ["windows", "macos", "ios", "android"] } } }, "required": ["projectPath", "projectName"] }
MyMauiApp/
├── MauiProgram.cs
├── App.xaml
├── MainPage.xaml
├── Platforms/
│ ├── Windows/
│ ├── MacCatalyst/
│ ├── iOS/
│ └── Android/
└── Resources/csharppublic static MauiApp CreateMauiApp() { var builder = MauiApp.CreateBuilder(); builder.UseMauiApp<App>() .ConfigureFonts(fonts => { fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); }); return builder.Build(); }
wpf-mvvm-scaffoldcross-platform-test-matrixOther measured skills in the registry, with their headline benchmark lift.