skill-sync
- Repo stars 231
- Author repo agent-skills
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
- Fluxly category
- Engineering
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @jdrhyne · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Quick Reference
Commands
Shows all skills available in the remote repository.
Installs/updates a skill from repo into local skills directory.
Installs/updates all skills from repo.
Pushes local skill changes via branch + PR (gh CLI).
# 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
```bash
# 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` Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Quick Reference → Commands → skill-sync list → skill-sync install <name> → skill-sync install --all → skill-sync push <name>
terms -> Manage skills from the shared GitHub repository with GitHub as canonical source of truth. · > Never commit secrets.
files/cmd -> skill-sync list · skill-sync install <name> · skill-sync install --all · skill-sync push <name> · skill-sync update · ~/.agent-skills-repo · ~/clawd/skills · $CLAWDSKILLSDIR
body sha256 -> f7aafdcfc7a6
Decide Fit First
Design Intent
How To Use It
Boundaries And Review