Синхронизация артефактов между Claude и OpenCode

★ 6.7 · vibe-coding

harness-parity is a Claude Code skill that keeps artifacts in sync between the Claude (.claude/) and OpenCode (.opencode/) harnesses, ensuring the two directory trees stay at parity. Whenever a skill, command, agent, or rule is added, edited, renamed, or deleted in either harness, the skill walks you through replicating the equivalent change in the mirror harness with the correct frontmatter and registry wiring. It provides a 7-step replication checklist and a translation table covering four artifact types: skills, commands, agents, and rules/instructions. Notable translation rules include flattening command subdirectories (opsx/new becomes opsx-new), splitting a Claude agent's single .md into a .txt prompt and a JSONC config entry, and mandatory registration in opencode.jsonc or CLAUDE.md — skipping registration leaves the artifact orphaned. Essential for projects that run both harnesses in parallel.