Skip to content
Development
Command

/sync-skills

Sync managed GSD skills across runtime roots so multi-runtime users stay aligned after an update

From plugin
gsd-skill-creator
6926 skills64 agents26 commands1 MCP
Install
$ npx -y skills add Tibsfox/gsd-skill-creator --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/sync-skills

Context preview

What this command does when you run it.

Sync managed GSD skills across runtime roots so multi-runtime users stay aligned after an update

Command definition

sync-skills.md
name: gsd:sync-skills
description: Sync managed GSD skills across runtime roots so multi-runtime users stay aligned after an update
allowed-tools:
  - Bash
  - AskUserQuestion
gsd-build-source: 1.38.3
gsd-build-source-url: https://github.com/gsd-build/get-shit-done/blob/v1.38.3/commands/gsd/sync-skills.md
local-modified: false
gsd-skill-creator-vendored-at: 2026-04-25

<objective> Sync managed `gsd-*` skill directories from one canonical runtime's skills root to one or more destination runtime skills roots.

Routes to the sync-skills workflow which handles:

  • Argument parsing (--from, --to, --dry-run, --apply)
  • Runtime skills root resolution via install.js --skills-root
  • Diff computation (CREATE / UPDATE / REMOVE per destination)
  • Dry-run reporting (default — no writes)
  • Apply execution (copy and remove with idempotency)
  • Non-GSD skill preservation (only gsd-* dirs are touched)

</objective>

Ships withgsd-skill-creator

An adaptive learning and coprocessor architecture for Claude Code, built as an extension to GSD (open-gsd)

Get the whole plugin, auto-invoked
Stats
69
Stars
0
Views
9
Forks
Active
Maintenance
TypeScript
Language
19d ago
Last commit
6mo ago
Created

Repo: Tibsfox/gsd-skill-creator