灵感菇

AI 技能的自然生态,你的一句话,蔓延出无限连接。

搜索结果

全部能力

找到 1296 个相关结果 / 后端与 API

通用助手 / 编排推荐

cfb-data

cfb-data

192

College Football (CFB) data via ESPN public endpoints — scores, standings, rosters, schedules, game summaries, play-by-play, rankings, injuries, futures, team/player stats, and news for NCAA Division I FBS. Zero config, no API keys. Use when: user asks about college football scores, standings, rankings, team rosters, schedules, game results, play-by-play, injuries, betting futures, team/player statistics, or CFB news. Don't use when: user asks about NFL (use nfl-data), college basketball (use cbb-data), or non-sports topics.

Stars 0
uiapiragprompt

通用助手 / 编排推荐

hindsight-local

hindsight-local

190

Store user preferences, learnings from tasks, and procedure outcomes. Use to remember what works and recall context before new tasks. (user)

Stars 13,467
apillmprompthindsight

通用助手 / 编排推荐

fleet-management

fleet-management

189

Install, configure, and manage Grafana Alloy collector fleets using Fleet Management and remote

Stars 39
authapiagentfleet

通用助手 / 编排推荐

maui-data-binding

maui-data-binding

188

Guidance for .NET MAUI XAML and C# data bindings — compiled bindings, INotifyPropertyChanged / ObservableObject, value converters, binding modes, multi-binding, relative bindings, fallbacks, and MVVM best practices. USE FOR: setting up compiled bindings with x:DataType, implementing INotifyPropertyChanged or CommunityToolkit ObservableObject, creating IValueConverter / IMultiValueConverter, choosing binding modes, configuring BindingContext, relative bindings, binding fallbacks, StringFormat, code-behind SetBinding with lambdas, and enforcing XC0022/XC0025 warnings. DO NOT USE FOR: CollectionView item templates and layouts (use maui-collectionview), Shell navigation data passing (use maui-shell-navigation), dependency injection (use maui-dependency-injection), or animations triggered by property changes (use .NET MAUI animation APIs).

Stars 1,709
uiapimauidata

通用助手 / 编排推荐

ionic-app-development

ionic-app-development

188

Guides the agent through general Ionic Framework development including core concepts, component reference, CLI usage, layout, theming, animations, gestures,…

Stars 21
reactvueuiapi

通用助手 / 编排推荐

google-docs

google-docs

187

Create and modify Google Docs documents. Read content, insert tables, apply heading styles, and manage formatting. Use when asked to edit a gdoc, write a…

Stars 3
authapiagentgoogle

通用助手 / 编排推荐

maui-theming

maui-theming

187

Guide for theming .NET MAUI apps — light/dark mode via AppThemeBinding, ResourceDictionary theme switching, DynamicResource bindings, system theme detection, and user theme preferences. Use when: "dark mode", "light mode", "theming", "AppThemeBinding", "theme switching", "ResourceDictionary theme", "dynamic resources", "system theme detection", "color scheme", "app theme", "DynamicResource". Do not use for: localization or language switching (see .NET MAUI localization documentation), accessibility visual adjustments (see .NET MAUI accessibility documentation), app icons or splash screens (see .NET MAUI app icons documentation), or Bootstrap-style class theming (see Plugin.Maui.BootstrapTheme NuGet package).

Stars 1,709
uiapimauitheming

通用助手 / 编排推荐

fal-platform

fal-platform

187

fal.ai Platform APIs for model management, pricing, usage tracking, and cost estimation. Use when user asks "show pricing", "check usage", "estimate cost",…

Stars 180
apifalplatformapis

通用助手 / 编排推荐

predexon-prediction-market-agent-1-5-teneo

predexon-prediction-market-agent-1-5-teneo

187

通过 Teneo Protocol 使用 Predexon Prediction Market Agent 1.5 的 AI 代理。当用户需要通过捆绑的…使用 Predexon Prediction Market Agent 1.5 时,使用此技能。

Stars 0
uiapiagentagents

通用助手 / 编排推荐

maui-app-lifecycle

maui-app-lifecycle

187

.NET MAUI app lifecycle guidance — the four app states, cross-platform Window lifecycle events (Created, Activated, Deactivated, Stopped, Resumed, Destroying), platform-specific lifecycle mapping, backgrounding and resume behavior, and state-preservation patterns. USE FOR: "app lifecycle", "window lifecycle events", "save state on background", "resume app", "OnStopped", "OnResumed", "backgrounding", "deactivated event", "ConfigureLifecycleEvents", "platform lifecycle hooks". DO NOT USE FOR: navigation events (use maui-shell-navigation), dependency injection setup (use maui-dependency-injection), platform API invocation (use conditional compilation and partial classes).

Stars 1,709
uiapimauiapp

通用助手 / 编排推荐

diagram-to-image

diagram-to-image

187

Convert Mermaid diagrams and Markdown tables to images (PNG) for platforms that don't support rich formatting. Use when user asks to "convert to image",…

Stars 95
uiapiagentdiagram

通用助手 / 编排推荐

ln-654-resource-lifecycle-auditor

ln-654-resource-lifecycle-auditor

186

Checks session scope mismatch, missing cleanup, pool config, error path leaks, resource holding. Use when auditing resource lifecycle.

Stars 465
uiauditagentagents

通用助手 / 编排推荐

powerpoint-ppt

powerpoint-ppt

186

PowerPoint (.pptx) manipulation via MCP server. Use for creating slides, formatting presentations, managing placeholders, adding images, applying templates, or…

Stars 3
ragagentworkflowpowerpoint

通用助手 / 编排推荐

predexon-prediction-market-trading-1-5-teneo

predexon-prediction-market-trading-1-5-teneo

185

AI agent for Predexon Prediction Market Trading 1.5 via Teneo Protocol. Use this skill when the user needs Predexon Prediction Market Trading 1.5 via the…

Stars 0
uiapiagentagents

通用助手 / 编排推荐

service-mesh-expert

service-mesh-expert

185

Expert service mesh architect specializing in Istio, Linkerd, and cloud-native networking patterns. Masters traffic management, security policies,…

Stars 37,705
uisecurityservicemesh

通用助手 / 编排推荐

appwrite-swift

appwrite-swift

185

Appwrite Swift SDK skill. Use when building native iOS, macOS, watchOS, or tvOS apps, or server-side Swift applications with Appwrite. Covers client-side auth…

Stars 0
uiauthagentgithub

通用助手 / 编排推荐

Android Gradle 构建逻辑

android-gradle-build-logic

185

使用 Gradle、版本目录、插件、约定模式和工具链兼容性来塑造 Android 构建逻辑。

Stars 0
uiapiagentworkflow

通用助手 / 编排推荐

maui-dependency-injection

maui-dependency-injection

185

Guidance for configuring dependency injection in .NET MAUI apps — service registration in MauiProgram.cs, lifetime selection (Singleton / Transient / Scoped), constructor injection, Shell navigation auto-resolution, platform-specific registrations, and testability patterns. USE FOR: "dependency injection", "DI setup", "AddSingleton", "AddTransient", "AddScoped", "service registration", "constructor injection", "IServiceProvider", "MauiProgram DI", "register services", "BindingContext injection". DO NOT USE FOR: data binding (use maui-data-binding), Shell route configuration (use maui-shell-navigation), unit-test mocking frameworks (use standard xUnit and NSubstitute patterns).

Stars 1,709
designuitestingrag

通用助手 / 编排推荐

xurl

xurl

184

A curl-like CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts,…

Stars 938
uiauthapiagent

通用助手 / 编排推荐

scrapling

scrapling

183

CLI tool for web scraping - extract data from websites via terminal without programming. Powerful extract commands for HTTP requests and browser automation.

Stars 2
uiapiagentagents

43 / 65