steemandavid

Skill Sync — Git skill for Claude Code

Git community

Manually sync Claude Code skills from ~/.claude/commands/ to the claude-code-skills GitHub repo.

How to install Skill Sync

Installs to ~/.claude/skills/steemandavid-claude-code-skills-skill-sync/SKILL.md

Terminal
mkdir -p ~/.claude/skills/steemandavid-claude-code-skills-skill-sync && curl -fsSL https://raw.githubusercontent.com/steemandavid/claude-code-skills/HEAD/commands/skill-sync.md -o ~/.claude/skills/steemandavid-claude-code-skills-skill-sync/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Skill Sync does


description: Manually sync Claude Code skills from ~/.claude/commands/ to the claude-code-skills GitHub repo. Use when you have developed a new skill or changed an existing one and want to push it to GitHub. allowed-tools: [Read, Write, Glob, Grep, Bash]

Skill Sync — Sync Skills to GitHub

Sync skills from the local `~/.claude/commands/` directory to the `claude-code-skills` repo at `~/claude-code-skills/commands/`, then commit and push to GitHub.

Run this manually when you have crea

Alternatives in Git

  • Epic Sync — Sync epic issue bodies, labels, and local coordination snapshots from GitHub 243.5k ★
  • Review And Fix PR — @description Review an existing PR with parallel agents, fix findings, and push 1.6k ★
  • Validate Title Provided — if [ -z "$PLAN_TITLE" ]; then echo "❌ Error: Plan title required" echo "Usage: /sync-todos-to-github \"Plan Ti 618 ★

Full documentation available on GitHub

View Source Repository