Favicon of reactor-commanding

reactor-commanding Skill

AI Agent SkillC#Open source

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.

Decision snapshot

Is this a fit?

Best for

Developers using microsoft-ui-reactor, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
68/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using microsoft-ui-reactor

Declared skill metadata

  • Source file: plugins/reactor/skills/reactor-commanding/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use reactor-commanding Skill

  • Use it for developers using microsoft-ui-reactor.

Built with

C#Copy skill directory

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

Verified compatibility and discovery

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.

Share:

Stars
570
Forks
39
Last commit
2 months ago
Last verified
Aug 28, 2026
Metadata fetched
Aug 28, 2026
Repository age
5 months
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to reactor-commanding