Синхронизация скиллов между AI-агентами

★ 8.2 · orchestration

dbs-bridge is a Claude Code skill that automatically bridges a single Skill or an entire collection of Skill directories to all agents installed on the machine — Claude Code, Codex, WorkBuddy, Grok, Hermes Agent, Kiro, Qwen Code, Cline, and more. The script handles routing on its own: clients that support the shared agents directory (Codex, Cursor, Gemini CLI, and others) get a single symlink at `~/.agents/skills/<skill-name>`, agents with dedicated directories receive symlinks at `~/.claude/skills`, `~/.kiro/skills`, etc., and Grok gets a thin bridge file containing `user_invocable: true`. Every `link` run also cleans up redundant symlinks and legacy entries left by older versions of the script. Use it when you need to install, sync, inspect (`status`), or remove (`unlink`) a Skill across all platforms with one command — no manual mode selection, no duplicate entries.