agentsclimarketplace

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.

Install
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill sync-config

Assembled 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

KeyValuesDescription
include_globaltrue/falseSync ~/.claude/settings.json on push/pull
sync_agent_skillstrue/falseSync skills-lock.json (lock file only; prints install commands on pull)
auto_pushtrue/falseAuto-push config when a Claude Code session ends
machine_idany stringIdentifier 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.