What problem does it solve? Workflow shortcut skills and the workflow-creator companion bundled inside durable-workflow-runtime are not discoverable as global slash commands until they are linked into the user's global skill directories, and doing this by hand is error-prone. ## Core Features & Use Cases - Symlink Installation: Creates or repairs directory symlinks for every workflow-shortcuts subdirectory containing SKILL.md into ~/.agents/skills and ~/.claude/skills. - Companion Skill Publishing: Links the workflow-creator skill as a real directory symlink so its references and scripts stay reachable from global skill roots. - Safe Link Management: Replaces only existing symlinks, refuses to overwrite real files or directories, and prunes stale links pointing into the runtime bundle. - Use Case: After cloning the durable-workflow-runtime bundle, run the setup script once so /<workflow_id> and /workflow-creator become loadable slash commands in any agent session. ## Quick Start Ask the AI to run the durable-workflow-runtime setup script to install the workflow shortcut and workflow-creator symlinks into your global skill directories.