From dataverse-xml-lsp
This plugin is a lemminx XML LSP for Dataverse customization XML (plus `scripts/Validate-DataverseXml.ps1` for CI/headless). Run once per machine:
How this skill is triggered — by the user, by Claude, or both
Slash command
/dataverse-xml-lsp:dataverse-xml-lsp-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin is a lemminx XML LSP for Dataverse customization XML (plus `scripts/Validate-DataverseXml.ps1` for CI/headless). Run once per machine:
This plugin is a lemminx XML LSP for Dataverse customization XML (plus scripts/Validate-DataverseXml.ps1 for CI/headless). Run once per machine:
pwsh "${CLAUDE_PLUGIN_ROOT}/scripts/Install-Plugin.ps1" (add -UpdateVSCode to also wire VS Code). Then run /reload-plugins. If it fails, see docs/debugging.md. Editing guidance: docs/guide.md.
npx claudepluginhub cordedmink2/dataverse-agent-plugins --plugin dataverse-xml-lspGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.