sync

Sync WDS skills from a project directory to a global commands directory.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/tiween/tiween --skill sync-tiween
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/tiween/tiween/tree/main/.agents/skills/sync
Command: npx skills add https://github.com/tiween/tiween --skill sync-tiween

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automatically syncs WDS skills from the current project to a global location, ensuring seamless usage across different projects.

Core Features & Use Cases

  • Skill Synchronization: Ensures that WDS skills are up to date across all Claude Code sessions.
  • Project-Specific Skills: Allows project-specific skills to be available globally.
  • Automated Activation: Skill syncs silently on every agent activation, with optional verbose reporting.

Quick Start

Sync WDS skills globally by calling 'sync' or 'update WDS' in any Claude Code session.

Frequently Asked Questions about sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync WDS skills across multiple Claude Code projects?

This Skill syncs WDS skills by copying files from the project's `_bmad/wds/` directory to the global `.claude/commands/` directory, ensuring cross-project usage and consistency through file comparison.

Can I make project-specific skills available globally in Claude Code?

Yes, you can make project-specific skills available globally by running the 'sync' command, which automatically activates and synchronizes files to your global directory during every agent activation.

Do I need a specific directory structure for cross-project file synchronization?

Yes, cross-project file synchronization requires access to the project's `_bmad/wds/` directory and the user's global `.claude/commands/` directory to perform the necessary file comparison and copy operations.

How does automated skill synchronization work on agent activation?

Automated skill synchronization works by silently running file comparison and copy operations on every agent activation, ensuring your WDS skills remain up to date across all sessions with optional verbose reporting.

What is the best way to maintain WDS skill consistency across different projects?

The best way to maintain WDS skill consistency across different projects is using an automated sync command that performs file comparison and copy operations to update the global directory from the project source.