sync-references
SolidPull latest changes from origin for all git repos under a directory. Use when asked to update, sync, or pull reference projects.
AI & Automation 47 stars
4 forks Updated 4 days ago MIT
Install
Quality Score: 88/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Sync References
Pull latest from origin for all git repos under a target directory.
## Setup
Config: `${CLAUDE_PLUGIN_DATA}/config.json`
```bash
# Read config
cat "${CLAUDE_PLUGIN_DATA}/config.json" 2>/dev/null
# Write/update config
mkdir -p "${CLAUDE_PLUGIN_DATA}"
echo '{"default_path": "<path>"}' > "${CLAUDE_PLUGIN_DATA}/config.json"
```
On first run, if no config exists and no `$ARGUMENTS` path is given, ask the user which directory to sync and save it to config.
## Execution
Resolve the target path in this order:
1. `$ARGUMENTS` if provided
2. `default_path` from config.json
3. If neither exists, ask the user and save to config
Then run:
```bash
bash "${CLAUDE_SKILL_DIR}/scripts/sync.sh" <resolved-path>
```
Output the result as-is. If any repos failed, briefly note what went wrong.
Details
- Author
- LeeJuOh
- Repository
- LeeJuOh/claude-code-zero
- Created
- 4 months ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
sync-all-repos
Sync all GitHub-backed git repos on this machine with origin. Pulls behind repos, pushes ahead repos, reports dirty/non-main/conflict cases for Claude to resolve.
7 Updated 1 weeks ago
luiseiman AI & Automation Listed
references-sync
Sync llms.txt-style dependency reference docs into docs/references/ so the agent has library docs in-context — scans package manifests and fetches known vendor references. Use when working with a third-party library whose docs aren't yet local.
1 Updated 4 days ago
tansuasici AI & Automation Listed
sync
Synchronize CLAUDE.md and README with recent code changes.
15 Updated 2 weeks ago
backspace-shmackspace