Token导航 LogoToken导航TokenDH.com
前端设计敏感数据github未标认证来源可访问许可证需确认审计提醒

syncfusion-maui-smart-datagridSynfusion 毛伊岛智能数据网格

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

865

周安装

35

GitHub Stars

54

下载量

272
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。

  • 适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。
  • 使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实。
  • 涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。
  • syncfusion-maui-smart-datagrid 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing Syncfusion MAUI Smart DataGrid

A comprehensive skill for implementing and customizing the Syncfusion.NET MAUI Smart DataGrid (SfSmartDataGrid) control. The Smart DataGrid combines traditional tabular data display with AI-powered natural language capabilities, enabling users to perform complex operations like sorting, filtering, grouping, and highlighting using simple text commands. It displays and manipulates data in a tabular format with advanced support for intelligent data operations, AI-assisted features, customizable assistant views, and event-driven architecture.

When to Use This Skill

Use this skill when you need to:

  • Add a Smart DataGrid to.NET MAUI applications that requires AI-assisted data operations
  • Enable natural language commands for users to sort, filter, group, and highlight data without coding
  • Configure Azure OpenAI or other AI providers to power intelligent grid operations
  • Customize the AssistView UI with templates and styling for appearance customization
  • Implement AI-powered features like intelligent sorting with multi-column support and advanced filtering
  • Manage grid operations programmatically using methods like GetResponseAsync() and events
  • Style toolbar, buttons, and assistant views to match application design requirements

Component Overview

The SfSmartDataGrid (Syncfusion.NET MAUI Smart DataGrid) is an advanced data grid control that combines traditional grid functionality with AI-powered natural language processing. Users can interact with data using simple text commands instead of manual UI navigation.

Key Capabilities:

  • AI-Assisted Operations: Sort, filter, group, and highlight data using natural language prompts
  • Multi-Column Operations: Apply complex operations in a single command (e.g., sort by multiple columns)
  • Customizable AssistView: Configure suggestions, prompts, and initial commands
  • Flexible Styling: Customize toolbar, buttons, and assistant view appearance with templates
  • Event-Driven Architecture: Handle requests, opening, and closing events for AI operations
  • AI Service Integration: Configure Azure OpenAI, Gemini, DeepSeek, or Groq services

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

  • Install Syncfusion.Maui.SmartComponents NuGet package
  • Register handlers in MauiProgram.cs
  • Configure Azure AI service with credentials
  • Create basic Smart DataGrid with data binding
  • Add OrderInfo data model and repository
  • Enable AI-assisted operations
  • Running and testing the application

AI-Powered Features

📄 Read: references/ai-powered-features.md

  • Natural language sorting (single and multi-column)
  • Intelligent grouping with hierarchical support
  • Advanced filtering with conditions (AND/OR logic)
  • Highlighting rows and cells with custom colors
  • Clearing operations (sort, filter, group, highlight)
  • Example prompts and practical use cases

Customization and Configuration

📄 Read: references/customization.md

  • Set SuggestedPrompts for predefined suggestions
  • Configure Prompt for auto-execution on startup
  • Enable/disable smart actions with EnableSmartActions
  • Show AssistView programmatically with ShowAssistView()
  • Apply AI operations dynamically using GetResponseAsync()
  • Handle AssistViewRequest events
  • Manage AssistViewOpening and AssistViewClosing events

Appearance and Styling

📄 Read: references/appearance-styling.md

  • Style toolbar with background, stroke, and thickness
  • Create custom toolbar layout with ToolbarTemplate
  • Configure AssistButton appearance and icon color
  • Define custom AssistButton and icon templates
  • Customize AssistView popup, header, and colors
  • Create AssistView header, banner, and editor templates
  • Styling SmartAssistStyle properties

AI Service Configuration

📄 Read: references/ai-service-configuration.md

  • Configure Azure OpenAI service setup
  • Register ConfigureSyncfusionAIServices()
  • Set API key, endpoint, and deployment name
  • AI service requirements and prerequisites
  • Supporting alternative AI providers
  • Troubleshooting AI service connectivity

Configure Chat Client

📄 Read: references/configure-chat-client.md

  • Configure Microsoft.Extensions.AI-compatible chat clients
  • Azure OpenAI setup and configuration
  • OpenAI API integration with model selection
  • Self-hosted Ollama configuration and benefits
  • Environment-specific configuration with appsettings.json
  • Using environment variables for credentials
  • Troubleshooting authentication and connection errors

Custom AI Service Integration

📄 Read: references/custom-ai-service.md

  • Implement custom AI services using IChatInferenceService interface
  • Create AI service class and inference service wrapper
  • Register custom services in MauiProgram.cs
  • Complete custom implementation example
  • Testing custom integration
  • Best practices for error handling and logging
  • Troubleshooting response generation and performance

Claude AI Integration

📄 Read: references/claude-service.md

  • Create Anthropic Claude account and get API key
  • Implement ClaudeAIService and ClaudeInferenceService
  • Register Claude service in MauiProgram.cs
  • Available Claude models and capabilities

Google Gemini Integration

📄 Read: references/gemini-service.md

  • Get Google AI Studio API key for Gemini
  • Implement GeminiService and GeminiInferenceService
  • Configure Gemini models and generation settings
  • Register Gemini service in MauiProgram.cs

Groq AI Integration

📄 Read: references/groq-service.md

  • Set up Groq console and API key
  • Implement GroqService and GroqInferenceService
  • Configure Groq models with OpenAI-compatible endpoint
  • Register Groq service in MauiProgram.cs

DeepSeek AI Integration

📄 Read: references/deepseek-service.md

  • Set up DeepSeek platform and API key
  • Implement DeepSeekAIService and DeepSeekInferenceService
  • Configure DeepSeek models and temperature settings
  • Register DeepSeek service in MauiProgram.cs

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.27%
按下载量换算104

Claude

30.72%
按下载量换算84

Cursor

18.56%
按下载量换算50

Gemini CLI

9.79%
按下载量换算27

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills