From atlas
Sync plugins from remote. Trigger: 'plugin sync', 'plugin update', '플러그인 싱크', '최신화'
How this skill is triggered — by the user, by Claude, or both
Slash command
/atlas:plugin-sync [plugin-name or marketplace-clone-path][plugin-name or marketplace-clone-path]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pull latest from remote into `~/.claude/plugins/marketplaces/<name>/`, refresh Claude Code plugin cache, verify.
Pull latest from remote into ~/.claude/plugins/marketplaces/<name>/, refresh Claude Code plugin cache, verify.
Single source of truth: ~/.claude/plugins/marketplaces/. Git-host agnostic (GitHub, Bitbucket, any git remote).
Locate. List all plugin clones:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/bb_plugin_sync.sh locate [filter]
Sync. Pull latest + refresh cache:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/bb_plugin_sync.sh sync <clone-path> [branch]
Verify. Compare local vs remote:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/bb_plugin_sync.sh verify <clone-path>
bash ${CLAUDE_PLUGIN_ROOT}/scripts/bb_plugin_sync.sh all [filter] [branch]
/publish (outbound push). This is inbound pull./reload-plugins if session is active.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub yoonjong12/atlas --plugin atlas