Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
Redth
GitHub 创作者资料

Redth

按仓库查看 9 个 GitHub 仓库中的 25 个已收集 skills,并展示近似职业覆盖。

已收集 skills
25
仓库
9
职业领域
1
更新
2026-05-04
职业覆盖
该创作者主要覆盖的职业大类。
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

#001
MAUI.Sherpa
6 个 skills15515更新于 2026-05-04
占该创作者 24%
maui-devflow-debug
软件开发工程师

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
软件开发工程师

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
网络与计算机系统管理员

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
网络与计算机系统管理员

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
软件开发工程师

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
软件开发工程师

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 个 skills40更新于 2026-04-13
占该创作者 24%
#003
maui-skillz
4 个 skills141更新于 2026-04-14
占该创作者 16%
dotnet-workload-info
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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 个 skills545更新于 2026-02-03
占该创作者 8.0%
#005
Plugin.RevenueCat
2 个 skills273更新于 2026-04-04
占该创作者 8.0%
#006
Maui.Apple.PlatformFeature.Samples
2 个 skills61更新于 2026-03-08
占该创作者 8.0%
maui-ios-appintents
软件开发工程师

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
软件开发工程师

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 个 skills993更新于 2026-02-20
占该创作者 4.0%
#008
AndroidSdk.Tools
1 个 skills7818更新于 2026-02-03
占该创作者 4.0%
#009
MauiDevFlow
1 个 skills6912更新于 2026-03-11
占该创作者 4.0%
已展示 9 / 9 个仓库
已展示全部仓库