reactor-docking Skill
Reactor docking windows — DockManager, DockSplit/DockTabGroup/Document/ToolWindow, drag-to-float/redock, roles (DocumentArea/ToolWindowStrip), persistence. Use when building IDE-/Office-shaped layouts with dockable, tear-out tool windows and document wells. READ THIS BEFORE wiring DockManager — the content-vs-shape own Published by microsoft in microsoft-ui-reactor.
What is reactor-docking Skill?
Reactor docking windows — DockManager, DockSplit/DockTabGroup/Document/ToolWindow, drag-to-float/redock, roles (DocumentArea/ToolWindowStrip), persistence. Use when building IDE-/Office-shaped layouts with dockable, tear-out tool windows and document wells. READ THIS BEFORE wiring DockManager — the content-vs-shape own 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-docking 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-docking/SKILL.md
What it does
Reactor docking windows — DockManager, DockSplit/DockTabGroup/Document/ToolWindow, drag-to-float/redock, roles (DocumentArea/ToolWindowStrip), persistence. Use when building IDE-/Office-shaped layouts with dockable, tear-out tool windows and document wells. READ THIS BEFORE wiring DockManager — the content-vs-shape own
Skill instructions
Docking in Reactor DockManager hosts a tree of dockable panes that the user can drag, split, tear out into floating windows, re-dock, pin to a side, and persist. It is the foundation for IDE-/Office-shaped apps (solution explorer + editor well + tool panes). csharp configure: host = DockingNativeInterop.Register(host.Reconciler) // required once at startup The ownership model — READ THIS FIRST This is the single most important rule, and the easiest to get wrong: The app owns CONTENT. The host owns SHAPE. - Content = which panes exist, their Title/Content/Key, which document is active. The app declares this via manager.Layout, fresh every render, derived from its own UseState. - Shape = the user's drag-modified arrangement: split orientations/ratios, which group a tab lives in, floating windows. The host owns this internally (spec 045 §2.30) and resolves the effective layout each render by matching your content to its shape by Key. ❌ The anti-pattern that breaks everything Do NOT round-
Explore related resources
Frequently asked questions
What is reactor-docking?
reactor-docking is a open-source AI agent skill with Copy skill directory. Reactor docking windows — DockManager, DockSplit/DockTabGroup/Document/ToolWindow, drag-to-float/redock, roles (DocumentArea/ToolWindowStrip), persistence.
Who is reactor-docking best for?
reactor-docking is best for reusing agent instructions, scripts, and references.
How do I install reactor-docking?
Install or run reactor-docking using Copy skill directory. Check reactor-docking for the latest setup command.
Is reactor-docking actively maintained?
reactor-docking may need a closer maintenance check before production use.
Auto-fetched from GitHub.