clawdbot/skill-sync/SKILL.md
Sync skills between local installation and the GitHub source-of-truth repository. Use when asked to install, update, list, or push skills.
npx skillsauth add jdrhyne/agent-skills skill-syncInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
# 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
skill-sync listShows all skills available in the remote repository.
skill-sync install <name>Installs/updates a skill from repo into local skills directory.
skill-sync install --allInstalls/updates all skills from repo.
skill-sync push <name>Pushes local skill changes via branch + PR (gh CLI).
skill-sync updatePulls latest repo changes without installing.
Default paths:
~/.agent-skills-repo~/clawd/skills (or $CLAWD_SKILLS_DIR)https://github.com/jdrhyne/agent-skills.gitdevelopment
Manage Zendesk tickets, users, and support workflows through the Zendesk API. Use when searching tickets, updating support state, checking users, or exporting queue data.
development
Autonomous multi-agent task orchestration with dependency analysis, parallel tmux/Codex execution, and self-healing heartbeat monitoring. Use for large projects with multiple issues/tasks that need coordinated parallel execution.
tools
Query and manage Salesforce CRM data via the Salesforce CLI (`sf`). Run SOQL/SOSL queries, inspect object schemas, create/update/delete records, bulk import/export, execute Apex, deploy metadata, and make raw REST API calls.
development
Best practices for Remotion video creation in React — compositions, sequences, animation, timing, and rendering. Use when building, reviewing, or debugging Remotion videos.