askill
skill-sync

skill-syncSafety 85Repository

Sync skills between local installation and the GitHub source-of-truth repository. Use when asked to install, update, list, or push skills.

188 stars
3.8k downloads
Updated 2/27/2026

Package Files

Loading files...
SKILL.md

Skill Sync

Manage skills from the shared GitHub repository with GitHub as canonical source of truth.

Never commit secrets. Keep keys/tokens out of SKILL.md and scripts.

Quick Reference

# List available skills in the repo
skill-sync list

# Install one skill
skill-sync install <skill-name>

# Install/update all skills from repo
skill-sync install --all

# Push a local skill update to repo via PR
skill-sync push <skill-name>

# Refresh local repo cache
skill-sync update

Commands

skill-sync list

Shows all skills available in the remote repository.

skill-sync install <name>

Installs/updates a skill from repo into local skills directory.

skill-sync install --all

Installs/updates all skills from repo.

skill-sync push <name>

Pushes local skill changes via branch + PR (gh CLI).

skill-sync update

Pulls latest repo changes without installing.

Configuration

Default paths:

  • Repo clone: ~/.agent-skills-repo
  • Local skills: ~/clawd/skills (or $CLAWD_SKILLS_DIR)
  • Remote: https://github.com/jdrhyne/agent-skills.git

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

76/100Analyzed 3/1/2026

Well-structured skill for syncing skills from a GitHub repository. Provides clear command reference and usage examples. Missing some completeness elements like prerequisites and error handling. Has clear when-to-use guidance and useful tags. Reusable concept but with some project-specific path references.

85
80
60
65
85

Metadata

Licenseunknown
Version-
Updated2/27/2026
Publisherjdrhyne

Tags

github