Doc Sync
Doc Sync seamlessly synchronizes documents across different platforms, streamlining workflows and ensuring everyone works with the latest version.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add akiselev-doc-sync npx -- -y @trustedskills/akiselev-doc-sync
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"akiselev-doc-sync": {
"command": "npx",
"args": [
"-y",
"@trustedskills/akiselev-doc-sync"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The doc-sync skill synchronizes documentation files between a local directory and a remote repository. It supports both pushing changes from your local machine to the remote repository, as well as pulling updates from the remote repository to keep your local copy synchronized. This ensures that your documentation remains consistent across different environments.
When to use it
- Updating project documentation: When you've made changes to your project’s documentation and need to push those changes to a central repository for sharing or version control.
- Keeping local copies up-to-date: To ensure your local documentation reflects the latest updates from a shared team repository.
- Automating documentation deployment: As part of a CI/CD pipeline, automatically synchronize documentation updates whenever code is merged.
- Collaborative documentation editing: Facilitate real-time collaboration by ensuring all contributors have access to the most current version of the documentation.
Key capabilities
- Pushing local changes to a remote repository
- Pulling changes from a remote repository
- Synchronization of documentation files
Example prompts
- "Sync my local documentation to the
mainbranch on GitHub." - "Pull the latest updates for the documentation from the remote repository."
- "Update all markdown files in the
/docsdirectory with the changes from the online repository."
Tips & gotchas
The skill requires access credentials (e.g., SSH keys or API tokens) to interact with the remote repository. Ensure these are properly configured before attempting synchronization.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.