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

syncfusion-maui-ai-assistview同步融合毛伊岛 AI 辅助视图

Agent Skill

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

总安装

832

周安装

35

GitHub Stars

54

下载量

291
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前建议确认权限范围、维护状态及是否触发联网或文件读写操作。
  • syncfusion-maui-ai-assistview 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing AI AssistView in.NET MAUI

The Syncfusion.NET MAUI AI AssistView (SfAIAssistView) is a comprehensive control for integrating AI services into.NET MAUI applications. It provides a user-friendly conversational interface with built-in support for requests, responses, suggestions, conversation history, and extensive customization options.

When to Use This Skill

Use this skill when you need to:

  • Integrate AI chat interfaces in.NET MAUI applications
  • Display conversational UI with user requests and AI responses
  • Implement AI-powered assistants with suggestion prompts
  • Create chat-based interactions with conversation history
  • Build intelligent applications that interact with AI services
  • Customize chat appearance with templates, themes, and styling
  • Handle user interactions through events, commands, and data binding
  • Manage conversation flows with headers, toolbars, and empty states
  • Implement localization for multi-language AI chat applications
  • Design responsive AI interfaces with.NET MAUI cross-platform support

Common Scenarios:

  • Customer support chatbots, AI assistants, help desk interfaces
  • Conversational AI applications, virtual agents, interactive assistants
  • Chat-based content generation, Q&A applications, knowledge bases
  • Personal productivity assistants, note-taking with AI, writing helpers
  • Educational platforms with AI tutors, interactive learning interfaces
  • Any real-time conversational UI with AI-powered responses

Component Overview

SfAIAssistView is a comprehensive, feature-rich conversational control that:

  • Displays AI-powered chat interfaces with user requests and AI responses
  • Supports multiple content types (text, images, hyperlinks, cards, attachments)
  • Provides flexible data binding with observable collections and MVVM patterns
  • Enables customizable request/response display with templates and selectors
  • Includes smart suggestion system (header, response-specific, footer prompts)
  • Offers toolbar and chat mode management with temporary sessions
  • Maintains conversation history with timestamps and interaction tracking
  • Handles rich user interactions (tapping, long-press, context menus)
  • Provides customizable message input editor with file attachments and actions
  • Features auto-scrolling, scroll-to-bottom button, and loading indicators
  • Supports comprehensive styling, theming, and platform-specific effects

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

  • NuGet package installation and setup
  • Handler registration in MauiProgram.cs
  • XAML namespace import and control initialization
  • ViewModel setup with observable collections
  • First request/response cycle implementation
  • Common setup issues and troubleshooting

Items and Data Binding

📄 Read: references/items-and-data-binding.md

  • Item properties (text, profile, timestamp, error messages)
  • Item types (text, hyperlinks, images, cards, attachments)
  • Item interaction events and commands
  • Error response display and handling
  • Custom item view templates
  • Custom model binding and converters
  • Context menus for requests and responses

Suggestions

📄 Read: references/suggestions.md

  • Header-level suggestion prompts
  • Response-specific suggestions
  • Footer suggestions above the editor
  • Suggestion selection events and commands
  • Cancellation and submission behaviors

Header

📄 Read: references/header.md

  • Header visibility and customization
  • Header text and template configuration
  • Displaying suggestions in headers

Toolbar

📄 Read: references/toolbar.md

  • Toolbar visibility and title customization
  • New Chat button implementation
  • Temporary chat mode support
  • Chat mode switching events

History

📄 Read: references/history.md

  • Enabling conversation history
  • Conversation item structure (title, timestamp, messages)
  • History view customization
  • History interaction handling

Events and Commands

📄 Read: references/events.md

  • Item tapped and long-pressed events
  • Request events and command handling
  • Footer action commands (copy, retry, rating)

Editor and Attachments

📄 Read: references/editor-and-attachments.md

  • Custom editor layouts and templates
  • Editing previous requests
  • File attachment support and limits
  • Action buttons configuration
  • Send button customization

Templates and Content Types

📄 Read: references/templates-and-content.md

  • Request and response item templates
  • Template selectors for dynamic templates
  • Full control template customization
  • Custom chat rendering implementation

Scrolling

📄 Read: references/scrolling.md

  • Auto-scroll to latest messages
  • Scroll-to-bottom button functionality
  • Button appearance customization

Advanced Topics

📄 Read: references/advanced-topics.md

  • Text selection support
  • Stop responding functionality
  • Response loading indicators
  • Performance optimization

AutoComplete Suggestions

📄 Read: references/autocomplete-suggestions.md

  • AutoComplete suggestions while typing
  • Prefix and timing configuration
  • Suggestion data binding
  • Selection handling and behaviors
  • Custom suggestion templates
  • State monitoring and server integration

Styling

📄 Read: references/styling.md

  • Theme key application
  • Style keys for all UI elements
  • Customizing request/response appearance
  • Platform-specific styling effects

Customization

📄 Read: references/customization.md

  • Empty state views
  • Localization (RESX)
  • Right-to-left (RTL) support
  • Platform-specific effects (iOS liquid glass)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.01%
按下载量换算102

Claude

33.19%
按下载量换算97

Cursor

18.46%
按下载量换算54

Gemini CLI

11.29%
按下载量换算33

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills