sync-docs — assistant sync-docs, rt-claw, community, assistant, ide skills, clawdbot, ironclaw, openclaw, picoclaw, Claude Code, Cursor

v1.0.0
GitHub

About this Skill

Making AI Assistants Cheap Again!

# Core Topics

zevorn zevorn
[728]
[48]
Updated: 3/24/2026
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

sync-docs

Making AI Assistants Cheap Again!

SKILL.md
Readonly

Synchronize RT-Claw Documentation

Update documentation to reflect current codebase state. Always maintains bilingual EN/ZH parity.

Arguments

$ARGUMENTS

Scope options:

  • all (default): Full documentation sync
  • readme: README.md and README_zh.md only
  • arch: Architecture diagrams and docs/*/architecture.md
  • usage: Build/run/flash usage guides
  • api: API reference and header documentation

Context

  • Recent changes: !git log --oneline -10
  • Changed files since last tag: !git diff --name-only $(git describe --tags --abbrev=0 2>/dev/null || echo HEAD~20)..HEAD 2>/dev/null | head -40
  • Current docs structure: !find docs/ -name '*.md' -type f 2>/dev/null | sort
  • README sections: !grep '^##' README.md 2>/dev/null

Documentation Structure

README.md              (EN, primary)
README_zh.md           (ZH, mirror)
docs/
├── en/
│   ├── architecture.md
│   ├── coding-style.md
│   ├── usage.md
│   ├── porting.md
│   ├── tool-extension.md
│   └── tuning.md
└── zh/
    ├── architecture.md
    ├── coding-style.md
    ├── usage.md
    ├── porting.md
    ├── tool-extension.md
    └── tuning.md

Workflow

Step 1: Analyze what changed

Read the git diff to determine which subsystems were affected:

  • claw/services/* → update architecture.md service descriptions
  • claw/services/tools/* → update tool-extension.md
  • platform/* → update usage.md build/run/flash sections
  • include/* → update API references
  • osal/* → update architecture.md OSAL section
  • drivers/* → update architecture.md driver section
  • Makefile / meson_options.txt → update usage.md build commands
  • claw_config.h → update usage.md configuration section

Step 2: Update affected documents

For each affected doc:

  1. Read the current EN version
  2. Identify sections that need updating
  3. Update EN version with accurate, current information
  4. Update ZH version to maintain parity (direct translation, not summary)

Rules:

  • Keep ASCII architecture diagrams aligned (monospace box drawing)
  • Feature tables must reflect actual implementation status
  • Build/run commands must match current Makefile targets
  • Configuration examples must match current option names and env vars
  • Do NOT add content that describes unimplemented features

Step 3: Update README if needed

If the scope includes README or the changes are significant:

  • Update feature status table
  • Update architecture diagram if subsystems changed
  • Update Quick Start if build/run workflow changed
  • Verify all internal links (docs/en/..., docs/zh/...) are valid

Step 4: Verify consistency

  • Check EN and ZH versions have matching section structure
  • Check all referenced file paths exist
  • Check all referenced Makefile targets exist
  • Check code examples compile (if practical)

Step 5: Summary

List all files updated and what was changed in each.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is sync-docs?

Making AI Assistants Cheap Again!

How do I install sync-docs?

Run the command: npx killer-skills add zevorn/rt-claw. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with sync-docs?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add zevorn/rt-claw. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use sync-docs immediately in the current project.

Related Skills

Looking for an alternative to sync-docs or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI