🔄
AutomationJavaScript

Doc Sync Tool

by littleben

Doc Sync Tool is an Automation skill for Claude Code, published by littleben in awesomeAgentskills.

187 stars30 forkson littleben/awesomeAgentskillsAdded 2026/09/06+1% in starsRepository updated 2026/01/17
agentsclaude-codeskills
Install in seconds
Install Doc Sync Tool
Copy Doc Sync Tool into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/littleben/awesomeAgentskills/tree/main/doc-sync-tool ~/.claude/skills/doc-sync-tool

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/littleben/awesomeAgentskills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
doc-sync-tool/SKILL.md in littleben/awesomeAgentskills
Installs to
~/.claude/skills/doc-sync-tool
Collection
One of 5 skills cataloged from this repository
Category
Automation2032 skills

What Doc Sync Tool does

Doc Sync Tool automatically keeps Agents.md, claude.md, and gemini.md in sync across a project. Use it for manual syncs or continuous file watching when maintaining shared AI agent instructions.

Doc Sync Tool is cataloged under Automation on DirSkills. Doc Sync Tool comes from a repository tagged agents, claude-code and skills.

Documentation

README

文档同步工具 (Doc Sync Tool)

功能说明

这个工具用于自动同步项目中的 AI Agent 配置文档,确保 Agents.mdclaude.mdgemini.md 三个文件内容保持一致。

核心功能

  1. 自动发现: 递归扫描当前目录下所有文件夹,查找这三个文档
  2. 智能同步: 发现任意一个文档时,自动创建/更新其余两个
  3. 文件监听: 实时监听文件变化,自动同步最新内容
  4. 手动触发: 支持命令行手动执行同步

使用场景

  • 在多个 AI Agent 之间共享相同的项目配置
  • 自动保持不同 AI 的工作指令一致
  • 避免手动维护多个相同文档的麻烦

使用方法

安装依赖

cd /Users/ben/Downloads/go\ to\ wild/auto-website-system/_skills/doc-sync-tool
pnpm install

手动同步(单次执行)

# 在项目根目录执行
node /Users/ben/Downloads/go\ to\ wild/auto-website-system/_skills/doc-sync-tool/sync.js

# 或者使用 npm script
pnpm run sync

自动监听(持续运行)

# 启动文件监听服务
node /Users/ben/Downloads/go\ to\ wild/auto-website-system/_skills/doc-sync-tool/watch.js

# 或者使用 npm script
pnpm run watch

后台运行(推荐)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Doc Sync Tool

  • What else does littleben publish alongside Doc Sync Tool?

    Doc Sync Tool is one of 5 skills that DirSkills catalogs from littleben/awesomeAgentskills, the repository it ships in. Its siblings there include Deploying To Production, Google Official SEO Guide and Internationalizing Websites. Each one is a separate skill with its own page in this directory, installs the same way Doc Sync Tool does, and is maintained by littleben in that same repository. The rest of the collection is listed on the littleben/awesomeAgentskills page.

  • How does Doc Sync Tool compare to other Automation skills?

    Doc Sync Tool ranks #1859 by stars among the 2032 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Doc Sync Tool against them. Open each page to compare what they document and how they install.