Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

studio

studio에는 unoplatform에서 수집한 skills 61개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
61
Stars
9
업데이트
2026-06-09
Forks
1
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

uno-mvux-commands
소프트웨어 개발자

Create and use commands in MVUX for user interactions.

2026-06-09
uno-mvux-feed-basics
소프트웨어 개발자

Create and use IFeed<T> for async data in MVUX.

2026-06-09
uno-mvux-feedview
소프트웨어 개발자

Display async feed data with FeedView control.

2026-06-09
uno-mvux-listfeed
소프트웨어 개발자

Create and use IListFeed<T> for reactive collections in MVUX.

2026-06-09
uno-mvux-liststate
소프트웨어 개발자

Create and use IListState<T> for mutable reactive collections in MVUX.

2026-06-09
uno-mvux-messaging
소프트웨어 개발자

Use messaging to sync MVUX states with entity changes.

2026-06-09
uno-mvux-overview
소프트웨어 개발자

Understand MVUX (Model-View-Update-eXtended) architecture in Uno Platform.

2026-06-09
uno-mvux-pagination
소프트웨어 개발자

Implement paginated and infinite scrolling lists in MVUX.

2026-06-09
uno-mvux-records
소프트웨어 개발자

Use immutable records effectively with MVUX.

2026-06-09
uno-mvux-selection
소프트웨어 개발자

Implement item selection in MVUX lists.

2026-06-09
uno-mvux-state-basics
소프트웨어 개발자

Create and use IState<T> for mutable reactive data in MVUX.

2026-06-09
uno-navigation-code
소프트웨어 개발자

Programmatic navigation via `INavigator` extension methods (`NavigateRouteAsync`, `NavigateViewModelAsync`, `NavigateBackAsync`, and the `*ForResultAsync` overloads).

2026-06-09
uno-navigation-contentcontrol
소프트웨어 개발자

Implement ContentControl region navigation for dynamic content areas without back stack.

2026-06-09
uno-navigation-data
소프트웨어 개발자

Pass and receive data during navigation in Uno Platform applications.

2026-06-09
uno-navigation-dialogs
소프트웨어 개발자

Display dialogs, flyouts, modals, and message prompts using Uno Platform Navigation Extensions.

2026-06-09
uno-navigation-navigationview
소프트웨어 개발자

Implement NavigationView navigation in Uno Platform using region-based navigation. Provides complete, compilable shell template for sidebar/hamburger navigation. Use for >5 pages, hierarchical content, or desktop/enterprise apps.

2026-06-09
uno-navigation-panel-visibility
소프트웨어 개발자

Implement visibility-based navigation using Panel or Grid controls.

2026-06-09
uno-navigation-qualifiers
소프트웨어 개발자

Use navigation qualifiers in Uno Platform to control back stack behavior.

2026-06-09
uno-navigation-regions
소프트웨어 개발자

Implement region-based navigation in Uno Platform using Region.Attached, Region.Name, and Region.Navigator properties.

2026-06-09
uno-navigation-responsive-shell
소프트웨어 개발자

Implement responsive navigation shells that adapt between TabBar and NavigationView based on screen size. Provides complete, compilable shell template with VisualStateManager breakpoints.

2026-06-09
uno-navigation-routes
소프트웨어 개발자

Define and register navigation routes in Uno Platform applications using ViewMap, DataViewMap, ResultDataViewMap, and RouteMap.

2026-06-09
uno-navigation-setup
소프트웨어 개발자

Set up and configure Uno Platform Navigation Extensions in an application.

2026-06-09
uno-navigation-tabbar
소프트웨어 개발자

Implement TabBar navigation in Uno Platform using region-based navigation. Provides complete, compilable shell template for bottom tab navigation. Use for 3-5 top-level pages in mobile-first apps.

2026-06-09
uno-navigation-troubleshooting
소프트웨어 개발자

Troubleshoot common issues with Uno Platform Navigation Extensions.

2026-06-09
uno-navigation-xaml
소프트웨어 개발자

Implement declarative navigation in Uno Platform XAML using Navigation.Request and Navigation.Data attached properties.

2026-06-09
uno-testing-assertions
소프트웨어 품질 보증 분석가·테스터

Provides assertion and validation patterns for UI testing of Uno Platform applications with the Uno App MCP server tools.

2026-06-09
uno-testing-ui
소프트웨어 품질 보증 분석가·테스터

Automates UI testing for Uno Platform applications using the Uno App MCP server tools.

2026-06-09
uno-themes-material
소프트웨어 개발자

Comprehensive reference for the Uno Material theme — Material Design 3 styling for Uno Platform apps. Covers installation, the MD3 color palette and brush system, semantic typography, control styles (buttons, FAB, TextBox), control extensions (icons, elevation), lightweight styling, color/font customization, and version migration.

2026-06-09
uno-themes-semantic-colors-brushes
소프트웨어 개발자

Comprehensive reference for the Uno Themes Semantic Design Language. Covers semantic control styles, typography, 33 color palette keys, ~288 generated brushes, opacity/state system, color pairing rules, and theme customization.

2026-06-09
uno-themes-simple
소프트웨어 개발자

Comprehensive reference for the Uno Simple theme — designer/wireframe-style theming for Uno Platform apps. Covers SimpleTheme configuration (color/font overrides, default size), Simple-specific style keys (danger buttons, size variants, error inputs, PersonPicture variants), controls without Material equivalent (Expander, AutoSuggestBox, ToolTip, PersonPicture), Simple utility brushes (overlays, scrims, measurement/debug), and the Simple-specific pink primitive scale.

2026-06-09
uno-toolkit-ancestor-binding
소프트웨어 개발자

Use AncestorBinding and ItemsControlBinding markup extensions for relative binding from within DataTemplates. Access parent DataContext.

2026-06-09
uno-toolkit-autolayout
소프트웨어 개발자

Use AutoLayout control to arrange children with Figma-like spacing, alignment, and padding.

2026-06-09
uno-toolkit-card
소프트웨어 개발자

Use CardContentControl for elevated, filled, or outlined card containers.

2026-06-09
uno-toolkit-chip
소프트웨어 개발자

Use Chip and ChipGroup for selection, filtering, or action triggers. Supports Assist, Input, Filter, and Suggestion chip styles.

2026-06-09
uno-toolkit-command-extensions
소프트웨어 개발자

Attached properties (`CommandExtensions.Command`, `CommandExtensions.CommandParameter`) that bind controls without a built-in `Command` to MVVM commands.

2026-06-09
uno-toolkit-csharp-markup
소프트웨어 개발자

Use C# Markup with Uno Toolkit controls instead of XAML. Setup, NuGet packages, and fluent API patterns.

2026-06-09
uno-toolkit-cupertino-theme
소프트웨어 개발자

Configure Uno Cupertino Toolkit with CupertinoToolkitTheme for iOS-style Toolkit controls.

2026-06-09
uno-toolkit-divider
소프트웨어 개발자

Use Divider control to create visual separators between content sections. A thin line with optional subheader text.

2026-06-09
uno-toolkit-drawer
소프트웨어 개발자

Use DrawerControl for swipe-gesture navigation drawers and DrawerFlyoutPresenter for bottom/side sheet flyouts.

2026-06-09
uno-toolkit-extendedsplashscreen
소프트웨어 개발자

Use ExtendedSplashScreen to display a loading screen that extends the native splash screen appearance.

2026-06-09
이 저장소에서 수집된 skills 61개 중 상위 40개를 표시합니다.