# Uno Toolkit Progress Extensions

> Use ProgressExtensions to toggle all ProgressRing and ProgressBar controls under a sub-visual-tree with a single binding.

- Skill: `unoplatform/uno-toolkit-progress-extensions` (Agent Skill)
- Install (CLI): `npx skillmds@latest add unoplatform/uno-toolkit-progress-extensions`
- Raw SKILL.md: https://api.skillmd.com/api/skills/unoplatform/uno-toolkit-progress-extensions/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: unoplatform (https://skillmd.com/u/unoplatform)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/unoplatform/uno-toolkit-progress-extensions

---


# Uno Toolkit Progress Extensions — Agent Skill

## Workflow

### Step 1: Fetch the ProgressExtensions Documentation

```
uno_platform_docs_search("Uno Toolkit ProgressExtensions progress bar ring ILoadable async command")
```

Primary documentation:

```
uno_platform_docs_search("ProgressExtensions IsActive source loadable progress")
```

## Key Principles (Stable)

- `utu:ProgressExtensions.IsExecuting` — attached boolean property on a parent element that toggles all `ProgressRing` and `ProgressBar` controls in its sub-visual-tree
- Acts on `ProgressRing.IsActive` and `ProgressBar.IsIndeterminate` properties of descendant controls
- XAML namespace: `xmlns:utu="using:Uno.Toolkit.UI"`

## Related Skills

- [[uno-toolkit-loadingview]] — LoadingView for full-content loading states

