Sync config
Skill jeremylongshore/claude-code-plugins-plus-skills/plugins/productivity/claudebase/skills/sync-config
425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill sync-configAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Use when the user wants to view or change claudebase settings like global sync, agent skills sync, auto-push, or machine ID.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.5 KB, as published. Nobody here has run it
Config Sync Settings
View and modify claudebase configuration.
Instructions
Run the config manager script with the appropriate action:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/config-manager.sh" ACTION [KEY] [VALUE]
Actions
- show (default) — Display all current settings
- set
<key><value>— Change a setting - get
<key>— Read a single setting - reset
<key>— Remove a setting (revert to default)
Configurable keys
| Key | Values | Description |
|---|---|---|
include_global | true/false | Sync ~/.claude/settings.json on push/pull |
sync_agent_skills | true/false | Sync skills-lock.json (lock file only; prints install commands on pull) |
auto_push | true/false | Auto-push config when a Claude Code session ends |
machine_id | any string | Identifier for this machine (used in multi-machine warnings) |
Examples
/sync-config— show all settings/sync-config set include_global true— enable global settings sync/sync-config set auto_push false— disable auto-push
User Arguments
$ARGUMENTS