Agent skill
sync-public
Sync Claude Code config to public repository
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/sync-public
SKILL.md
When the user requests to sync the Claude Code configuration to the public repository:
-
Ensure you're in the monorepo root (
/Users/.../wythm) with a clean working tree, then execute the sync script:bash.claude/scripts/sync-to-public.sh -
The script will:
- Copy the
.claude/directory towythm-claude-workflowsrepository - Exclude sensitive files (settings.local.json, logs, etc.)
- Create a commit with a descriptive message
- Automatically push to GitHub
- Copy the
-
Show the user:
- What files were synced
- Commit status
- GitHub repository URL: https://github.com/alexandrbasis/wythm-claude-workflows
-
If any errors occur, report them clearly and suggest manual intervention if needed
Usage: /sync-public
Purpose: Keep the public Claude Code workflows repository up-to-date with the latest agents, commands, hooks, and skills from the main Wythm project.
Note: This command is safe to run - it excludes all sensitive data (tokens, IDs, logs) by design.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?