Token导航 LogoToken导航TokenDH.com
前端设计external-servicegithub未标认证来源可访问许可证需确认审计通过

syncfusion-maui-getting-started同步融合毛伊岛入门

Agent Skill

syncfusion-maui-getting-started 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

722

周安装

31

GitHub Stars

54

下载量

253
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-maui-getting-started(同步融合毛伊岛入门)
来源仓库:https://github.com/syncfusion/maui-ui-components-skills
仓库路径:skills/syncfusion-maui-getting-started
安装命令:
npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-getting-started
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-getting-started

简介

同步融合毛伊岛入门指南组件,提供快速上手与示例模板。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中的新手引导与原型搭建。
  • 通过 GitHub 仓库安装,使用标准技能添加命令集成。
  • 建议结合官方文档验证示例代码的正确性与适用性。
  • syncfusion-maui-getting-started 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Getting Started with Syncfusion.NET MAUI

A comprehensive guide for installing, configuring, and setting up your development environment for Syncfusion.NET MAUI components

When to Use This Skill

ALWAYS use this skill immediately when the user needs to:

  • Install or Setup: NuGet packages, installers (web, offline, Mac), installation troubleshooting
  • License: Generate license keys, register keys in applications, resolve licensing errors, trial to paid upgrades
  • Theme: Apply Material/Cupertino themes, light/dark modes, customize theme colors, override theme keys
  • AI Integration: Configure Azure OpenAI, Claude, Gemini, DeepSeek, Groq, or custom AI services for Smart Components
  • Tooling: Use Visual Studio or VS Code extensions, project templates, code snippets, Essential UI Kit
  • Advanced: Implement Liquid Glass UI, upgrade NuGet packages, handle breaking changes
  • Troubleshoot: Installation errors, licensing issues, theme problems, AI service configuration

This skill contains cross-cutting concerns that apply to all Syncfusion.NET MAUI components and applications.


Overview of Syncfusion.NET MAUI

Syncfusion.NET MAUI (Multi-platform App UI) is a comprehensive collection of high-performance, feature-rich UI components for building native cross-platform applications. Built on Microsoft's.NET MAUI framework, it enables developers to create modern, beautiful applications with a single codebase targeting:

  • Windows (desktop applications)
  • macOS (desktop applications)
  • iOS (mobile applications)
  • Android (mobile applications)

Key Capabilities

  • 70+ Components: Grids, charts, gauges, editors, calendars, schedulers, and more
  • Native Performance: Platform-specific optimizations for smooth UX
  • Consistent API: Single codebase works across all platforms
  • Theme Support: Material Design and Cupertino (iOS-style) themes with light/dark modes
  • AI-Powered: Smart Components with AI service integration
  • Accessibility: WCAG-compliant with screen reader support
  • Localization: RTL and multi-language support

Component Categories

Syncfusion.NET MAUI includes components across multiple categories:

  • Data Visualization (Charts, Gauges, TreeMap)
  • Grids & Data (DataGrid, ListView, TreeView)
  • Editors & Inputs (TextBox, ComboBox, DatePicker, Autocomplete)
  • Calendars & Scheduling (Calendar, Scheduler, DateRangePicker)
  • Navigation (TabView, TreeView, Accordion, Carousel)
  • Layout (Cards, Chips, Avatar, Backdrop)
  • Buttons & Indicators (Button, Checkbox, RadioButton, Badge, Busy Indicator)
  • File Formats (PDF, Excel, Word, PowerPoint)

Platform Support & Requirements

Supported Platforms

PlatformMinimum VersionRecommended
WindowsWindows 10 version 1809+Windows 11
macOSmacOS 10.15+macOS 12+
iOSiOS 11+iOS 15+
AndroidAndroid 5.0 (API 21)+Android 12+ (API 31+)

Framework Compatibility

Syncfusion.NET MAUI supports:

  • .NET 6 (initial MAUI support)
  • .NET 7 (enhanced features)
  • .NET 8 (LTS with full feature set)
  • .NET 9 (latest features) .NET 10 (latest features)

Development Environment

Windows Development:

  • Visual Studio 2022 (v17.3+) for.NET 9, or Visual Studio 2026 for.NET 10
  • .NET MAUI workload installed
  • Android SDK (for Android development)

macOS Development:

  • Visual Studio Code with.NET MAUI extension
  • Xcode 13+ (for iOS/macOS development)
  • .NET MAUI workload installed

Cross-Platform:

  • Visual Studio Code with.NET MAUI extension
  • .NET SDK 9.0+ (or 10.0+ for.NET 10 features)

System Requirements

📄 For complete system requirements, read: references/introduction-overview.md


Getting Started Guide

Quick Start (3 Steps)

Step 1: Install NuGet Package

dotnet add package Syncfusion.Maui.Core
# Or install specific component packages as needed

Step 2: Register License Key (Required for v20.2.0.x+)

In MauiProgram.cs, add before CreateMauiApp():

public static class MauiProgram
{
    public static MauiApp CreateMauiApp()
    {
        // Register Syncfusion license
        string licenseKey = Environment.GetEnvironmentVariable("SYNCFUSION_LICENSE_KEY");
        if (!string.IsNullOrEmpty(licenseKey))
        {
            Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense(licenseKey);
        }

        var builder = MauiApp.CreateBuilder();
        // ... rest of configuration
    }
}

Step 3: Apply Theme (Optional but recommended)

In App.xaml:

<Application xmlns:syncTheme="clr-namespace:Syncfusion.Maui.Themes;assembly=Syncfusion.Maui.Core">
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <syncTheme:SyncfusionThemeResourceDictionary VisualTheme="MaterialLight"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
</Application>

📄 For detailed installation instructions, read: references/installation-nuget.md


Documentation and Navigation Guide

1. Getting Started & Installation

When to read these files: User needs to install Syncfusion, troubleshoot installation, or understand platform requirements.

📄 references/introduction-overview.md

  • What is Syncfusion.NET MAUI
  • Cross-platform capabilities and architecture
  • Complete component ecosystem overview
  • Supported platforms (Windows, macOS, iOS, Android)
  • Detailed system requirements
  • Framework compatibility (.NET 6, 7, 8, 9, 10)
  • Development environment setup

📄 references/installation-nuget.md

  • Installing NuGet packages via Package Manager UI
  • Installing via.NET CLI (dotnet add package)
  • Package Manager Console commands
  • Managing package dependencies
  • Version management and updates
  • Verifying package installation

📄 references/installation-installers.md

  • Web installer: download and installation process
  • Offline installer: download and installation process
  • Mac installer: download and installation process
  • Installer comparison (when to use each)
  • Installer vs NuGet packages
  • Post-installation verification

📄 references/installation-errors.md

  • Common installation errors and solutions
  • Package restore failures
  • Version conflicts
  • Platform-specific installation issues
  • Troubleshooting steps

2. Tooling & IDE Integration

When to read these files: User needs Visual Studio or VS Code extensions, project templates, code snippets, or tooling features.

📄 references/visual-studio-integration.md

  • Syncfusion.NET MAUI Visual Studio extension overview
  • Extension download and installation
  • Project templates and Template Studio
  • Toolbox control for drag-and-drop
  • Essential UI Kit integration
  • Code snippet library
  • Syncfusion notifications and updates
  • Using project creation wizards

📄 references/vscode-integration.md

  • Syncfusion.NET MAUI VS Code extension overview
  • Extension download and installation from marketplace
  • Creating projects with VS Code extension
  • Code snippets for MAUI components
  • Essential UI Kit for VS Code
  • Command palette integration
  • Debugging MAUI apps in VS Code

📄 references/icons-reference.md

  • Syncfusion icon library for MAUI
  • Using built-in icons in applications
  • Material icons support
  • Icon font resources
  • Icon sizing and styling
  • Custom icon integration

3. Advanced Features

When to read these files: User needs Liquid Glass UI effects or package upgrade guidance.

📄 references/liquid-glass-ui.md

  • Liquid Glass UI overview and design philosophy
  • Getting started with Liquid Glass UI
  • Available glassy controls (Button, Card, Entry, etc.)
  • Styling and blur effects
  • Transparency and frosted glass effects
  • Implementation examples and patterns
  • Customization options

📄 references/upgrade-packages.md

  • How to upgrade Syncfusion MAUI NuGet packages
  • Upgrading via Package Manager UI
  • Upgrading via.NET CLI
  • Version compatibility considerations
  • Handling breaking changes between versions
  • Migration guides for major updates
  • Testing after upgrades
  • Rollback strategies

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.05%
按下载量换算96

Claude

28.32%
按下载量换算72

Cursor

18.3%
按下载量换算46

Gemini CLI

9.84%
按下载量换算25

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills