Show HN: A light-weight CLI that keeps your skills and rules in sync Unity, a lightweight CLI tool created by Nicolas Akf, synchronizes agent skills and rule files across coding agents including Codex, Orion, Claude Code, Cursor, and OpenCode, using a single source-of-truth tree. The tool, installable via npm, supports user and project scopes, offers a watcher with --pull to propagate changes, and provides commands like init, sync, pull, and push. Unity aims to keep skills and rules consistent across multiple AI coding agents. Unity keeps Agent Skills https://agentskills.io/home and agent rule files in one source-of-truth tree and mirrors them into the folders and files used by coding agents such as Codex, Orion, Claude Code, Cursor, OpenCode, etc. npm install -g @nicolasakf/unity unity --help Unity has source directories for skills and rules: | Scope | Skills source | Rules source | |---|---|---| | User | ~/.agents/skills | ~/.agents/rules | | Project |