reactor-commanding Skill
Reactor commanding — actions that appear in multiple surfaces (menu + toolbar), need keyboard shortcuts, or need CanExecute. Command, StandardCommand, UseCommand, CommandHost. Use when wiring shared actions or shortcuts. Published by microsoft in microsoft-ui-reactor.
What is reactor-commanding Skill?
Reactor commanding — actions that appear in multiple surfaces (menu + toolbar), need keyboard shortcuts, or need CanExecute. Command, StandardCommand, UseCommand, CommandHost. Use when wiring shared actions or shortcuts. Published by microsoft in microsoft-ui-reactor. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using microsoft-ui-reactor
Technical details
- Install or run with Copy skill directory
When to use reactor-commanding Skill
- Use it for developers using microsoft-ui-reactor.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/microsoft-ui-reactor
- Skill file: plugins/reactor/skills/reactor-commanding/SKILL.md
What it does
Reactor commanding — actions that appear in multiple surfaces (menu + toolbar), need keyboard shortcuts, or need CanExecute. Command, StandardCommand, UseCommand, CommandHost. Use when wiring shared actions or shortcuts.
Skill instructions
Commanding in Reactor Use Command when an action shows up in multiple surfaces (toolbar + menu + context menu), needs a keyboard shortcut, or needs CanExecute disabling. Use a bare Action for one-off button clicks with no reuse. Controlled prop note: command examples may host controlled inputs such as TextBox(text, onChange). Factory call sites stay plain-valued, but direct reads from migrated element records are Optional<T; see migration/050-optional-t.md. Command record csharp var save = new Command { Label = "Save", // required Execute = () = Save(), // sync // OR: ExecuteAsync = async () = await SaveAsync(), // async (wrap with UseCommand) CanExecute = hasChanges, // default true Icon = SymbolIcon("Save"), Description = "Save the document", // tooltip + a11y Accelerator = Accelerator(VirtualKey.S, VirtualKeyModifiers.Control), AccessKey = "S", // Alt+key DebounceMs = 0, // 0 = leading-edge debounce (needs UseCommand) }; // Computed: IsEnabled = CanExecute && !IsExecuting && !IsDebo
Explore related resources
Frequently asked questions
What is reactor-commanding?
reactor-commanding is a open-source AI agent skill with Copy skill directory. Reactor commanding — actions that appear in multiple surfaces (menu + toolbar), need keyboard shortcuts, or need CanExecute. Command, StandardCommand, UseCommand, CommandHost.
Who is reactor-commanding best for?
reactor-commanding is best for reusing agent instructions, scripts, and references.
How do I install reactor-commanding?
Install or run reactor-commanding using Copy skill directory. Check reactor-commanding for the latest setup command.
Is reactor-commanding actively maintained?
reactor-commanding may need a closer maintenance check before production use.
Auto-fetched from GitHub.