What problem does it solve? WDS skills installed inside a single project (_bmad/wds/) are not available in other projects or Claude Code sessions. This Skill copies the agent activation commands, tools, and data files into the user's home directory (~/.claude/commands/ and ~/.claude/wds/) so the /saga, /freya, /mimir, /start, /wrap, and /handoff commands work globally, and it keeps them up to date automatically on every agent activation. ## Core Features & Use Cases - Automatic silent sync on activation: Agents call it on every activation; it diffs the installed wrap.md against the global copy and syncs only when files differ, never blocking activation on failure. - First-time consent flow: When no global commands exist yet, it asks the user once before syncing, and respects a negative answer for the rest of the session. - Cross-platform file operations: Provides both bash (macOS/Linux) and PowerShell (Windows) commands for directory creation, file comparison, and copying, skipping missing source files without errors. - Use Case: A developer installs WDS via npx bmad-method in one project, then opens a different project and wants /saga and /wrap available immediately without reinstalling. ## Quick Start Ask the agent to sync WDS skills globally by saying "sync skills" or "update WDS".