dotpudica-route/SKILL.md | This skill: routing entry point, decision table + invocation order |
capabilities/dotpudica-bootstrap/SKILL.md | Project integration, csproj injection check, AppContext bootstrapping |
capabilities/dotpudica-view/SKILL.md | View + ViewModel + declarative bindings (BindTo / BindCommand / ItemsSource) |
capabilities/dotpudica-di-scope/SKILL.md | Service registration, [Inject], ViewModelFactory, SceneContextHost |
capabilities/dotpudica-windows/SKILL.md | GodotWindowManager / GodotWindow layering and Bundle data |
capabilities/dotpudica-pooling/SKILL.md | NodePool, window pools, ItemsSource PoolSize, pooled views |
capabilities/dotpudica-messaging-threading/SKILL.md | Messages, InteractionRequest, thread marshaling, cancellation |
capabilities/dotpudica-verify/SKILL.md | Build verification, DOTPUDICA diagnostics, common pitfalls |
workflows/dotpudica-wf-project-setup/SKILL.md | End-to-end: integrate DotPudica into a new Godot .NET project |
workflows/dotpudica-wf-add-page/SKILL.md | End-to-end: deliver a complete new UI page |
workflows/dotpudica-wf-add-window/SKILL.md | End-to-end: deliver a popup, dialog, or full-screen page |
workflows/dotpudica-wf-shared-data/SKILL.md | End-to-end: share state between pages via singleton services |
workflows/dotpudica-wf-scene-scope/SKILL.md | End-to-end: scene-isolated DI and leave-scene cancellation |
workflows/dotpudica-wf-pooling/SKILL.md | End-to-end: optimize frequently opened panels and popups |
workflows/dotpudica-wf-fix-diagnostics/SKILL.md | End-to-end: fix DOTPUDICA* compile diagnostics |