Agent skill
sync-config
Use when the user wants to view or change claudebase settings like global sync, agent skills sync, auto-push, or machine ID.
Install this agent skill to your Project
npx add-skill https://github.com/rohithzr/claudebase/tree/main/skills/sync-config
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
sync-push
Use when the user wants to back up, save, or push their current Claude Code config to GitHub.
sync-setup
Use when the user wants to set up config sync for the first time, connect to GitHub, or re-initialize the backup repo.
sync-pull
Use when the user wants to restore, download, or pull their Claude Code config from GitHub onto this machine.
sync-profiles
Use when the user wants to list, create, switch, delete, compare, or inspect config sync profiles.
sync-status
Use when the user wants to check what config has changed, see sync status, or compare local vs remote config.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?