Install
$ agentstack add skill-leejuoh-claude-code-zero-sync-references ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Sync References
Pull latest from origin for all git repos under a target directory.
Setup
Config: ${CLAUDE_PLUGIN_DATA}/config.json
# Read config
cat "${CLAUDE_PLUGIN_DATA}/config.json" 2>/dev/null
# Write/update config
mkdir -p "${CLAUDE_PLUGIN_DATA}"
echo '{"default_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:
$ARGUMENTSif provideddefault_pathfrom config.json- If neither exists, ask the user and save to config
Then run:
bash "${CLAUDE_SKILL_DIR}/scripts/sync.sh"
Output the result as-is. If any repos failed, briefly note what went wrong.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: LeeJuOh
- Source: LeeJuOh/claude-code-zero
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.