Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$pwd:
Redth
GitHub creator profile

Redth

Repository-level view of 25 collected skills across 9 GitHub repositories, including approximate occupation coverage.

skills collected
25
repositories
9
occupation fields
1
updated
2026-05-04
occupation focus
Major fields detected across this creator.
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
MAUI.Sherpa
6 skills15515updated 2026-05-04
24% of creator
maui-devflow-debug
Développeurs de logiciels

Run build, deploy, inspect, and fix loops for .NET MAUI apps that already have MAUI DevFlow integrated. USE FOR: launching MAUI apps, selecting devices or emulators, waiting for or recovering agent connections, broker/port/adb connectivity issues, visual tree inspection, screenshots, UI interaction, Blazor WebView CDP debugging, reading DevFlow logs, and iterative app debugging. DO NOT USE FOR: first-time DevFlow package setup (use maui-devflow-onboard), or generic desktop automation unrelated to MAUI. INVOKES: maui devflow CLI, dotnet CLI, Android adb/android tools, and Apple simctl tools.

2026-05-04
maui-devflow-onboard
Développeurs de logiciels

Add MAUI DevFlow to a .NET MAUI project with agent package references, MauiProgram.cs registration, Blazor WebView support, GTK variants, Central Package Management guidance, and verification commands. USE FOR: first-time DevFlow setup, reviewing what files to edit, choosing DevFlow packages, or continuing after `maui devflow init` installs skills. DO NOT USE FOR: troubleshooting an already-integrated app that cannot connect, iterative app debugging, UI inspection, or generic MAUI build failures (use maui-devflow-debug). INVOKES: maui devflow CLI and dotnet CLI.

2026-05-04
maui-profiling
Administrateurs de réseaux et de systèmes informatiques

Build lightweight profiling context for a running .NET MAUI app using local MAUI DevFlow status, network, and visual-tree summaries instead of uploading raw trace artifacts. Use when investigating slow screens, performance regressions, excessive network chatter, or deciding whether deeper trace capture is needed.

2026-05-04
maui-doctor
Administrateurs de réseaux et de systèmes informatiques

Diagnoses and fixes .NET MAUI development environment issues. Validates .NET SDK, workloads, Java JDK, Android SDK, Xcode, and Windows SDK. All version requirements discovered dynamically from NuGet WorkloadDependencies.json - never hardcoded. Use when: setting up MAUI development, build errors mentioning SDK/workload/JDK/Android, "Android SDK not found", "Java version" errors, "Xcode not found", environment verification after updates, or any MAUI toolchain issues. Works on macOS, Windows, and Linux.

2026-03-27
release-notes
Développeurs de logiciels

Generate mountaineering-themed release notes for MAUI Sherpa. Use when: (1) Creating release notes for a new version, (2) Drafting changelog entries, (3) Summarizing changes since the last release, (4) Writing version announcements. Collects all commits/PRs since the last published release tag, categorizes changes, and writes fun adventure-themed release notes.

2026-02-10
dotnet-workload-info
Développeurs de logiciels

Discover .NET SDK versions, workload sets, manifest versions, and workload dependencies (Xcode, JDK, Android SDK) from live NuGet APIs. Use when asked about: .NET SDK requirements/versions, workload set versions, workload manifest versions, Xcode version requirements, JDK version requirements, Android SDK packages, or MAUI NuGet package versions. Triggers on questions like "What Xcode is required for .NET 10?" or "What's the latest workload set?"

2026-02-02
#002
RunnerRunner
6 skills40updated 2026-04-13
24% of creator
#003
maui-skillz
4 skills141updated 2026-04-14
16% of creator
dotnet-workload-info
Développeurs de logiciels

Discover .NET SDK versions, workload sets, workload manifest versions, and platform dependencies from live .NET metadata and NuGet feeds. USE FOR: Xcode or JDK requirements, Android SDK packages, MAUI package versions, prerelease workloads, custom NuGet sources, pinned workload set versions, and manifest version lookups. DO NOT USE FOR: writing release-notes markdown itself (use maui-release-notes), app troubleshooting, or binding work. FOR SINGLE OPERATIONS: answer the version/dependency question directly without producing docs. INVOKES: curl, dotnet, unzip, jq.

2026-04-14
maui-release-notes
Développeurs de logiciels

Generate or update .NET MAUI workload release notes markdown from live workload and manifest data. USE FOR: MAUI workload release notes, version rollup docs, custom NuGet feeds, prerelease or unpublished workload packages, pinned workload set or manifest versions, and release-note index updates. DO NOT USE FOR: simple workload/version questions without documentation output (use dotnet-workload-info), app release notes, or non-MAUI release summaries. FOR SINGLE OPERATIONS: if the user only needs version/package data, use dotnet-workload-info and do not edit the notes. INVOKES: dotnet-workload-info skill.

2026-04-14
android-slim-bindings
Développeurs de logiciels

Create and update slim/native platform interop bindings for Android in .NET MAUI and .NET for Android projects. Guides through creating Java/Kotlin wrappers, configuring Gradle projects, resolving Maven dependencies, generating C# bindings, and integrating native Android libraries using the Native Library Interop (NLI) approach. Use when asked about Android bindings, AAR/JAR integration, Kotlin interop, Maven dependencies, or bridging native Android SDKs to .NET.

2026-03-10
ios-slim-bindings
Développeurs de logiciels

Create and update slim/native platform interop bindings for iOS in .NET MAUI and .NET for iOS projects. Guides through creating Swift/Objective-C wrappers, configuring Xcode projects, generating C# API definitions, and integrating native iOS libraries using the Native Library Interop (NLI) approach. Use when asked about iOS bindings, xcframework integration, Swift interop, Objective Sharpie, or bridging native iOS SDKs to .NET.

2026-03-10
#004
AppleDev.Tools
2 skills545updated 2026-02-03
8.0% of creator
#005
Plugin.RevenueCat
2 skills273updated 2026-04-04
8.0% of creator
#006
Maui.Apple.PlatformFeature.Samples
2 skills61updated 2026-03-08
8.0% of creator
maui-ios-appintents
Développeurs de logiciels

Add Apple Siri App Intents to .NET MAUI iOS apps — the complete architecture, Swift framework, binding library, and C# bridge pattern. Use this skill whenever someone wants to integrate Siri, Shortcuts, or App Intents with a .NET MAUI app, add voice commands to a MAUI iOS app, create AppIntent/AppEntity/AppEnum types for a MAUI project, build a Swift xcframework for native interop with MAUI, or set up the @objc bridge between Swift and C# for App Intents. Also use when someone asks about making their MAUI app work with Siri, Apple Intelligence, Spotlight integration, or the iOS Shortcuts app. Even if the user just mentions "Siri" or "voice shortcuts" in the context of a .NET MAUI or Xamarin iOS app, this skill applies.

2026-03-08
maui-ios-widget
Développeurs de logiciels

Add iOS home screen widgets to .NET MAUI apps with full bidirectional communication between the app and the widget. Use this skill whenever the user mentions iOS widgets, WidgetKit, widget extensions, home screen widgets, lock screen widgets, or wants to display app data on the iOS home screen from a .NET MAUI or Xamarin app. Also trigger when the user asks about sharing data between a MAUI app and a native iOS extension, using App Groups with MAUI, or embedding an .appex in a MAUI build. This skill covers the complete workflow: creating the Swift/Xcode widget extension project, setting up the shared data layer (JSON files in the App Group container), configuring the MAUI .csproj for widget embedding, implementing deep link communication, building interactive widgets with AppIntents, and wiring everything together. Even if the user just says something like 'I want my app to show a counter on the home screen' or 'can I add a widget to my MAUI app', this skill is the right one.

2026-02-27
#007
Maui.Gtk
1 skills993updated 2026-02-20
4.0% of creator
#008
AndroidSdk.Tools
1 skills7818updated 2026-02-03
4.0% of creator
#009
MauiDevFlow
1 skills6912updated 2026-03-11
4.0% of creator
9 sur 9 depots affiches
Tous les depots sont affiches