What problem does it solve? Managing skills across multiple AI coding harnesses (Pi, OMP, Claude Code, OpenCode, Codex) is error-prone because each stores configuration in different filesystem paths. This Skill provides a repeatable procedure to add, update, and verify skills while keeping a single source of truth. ## Core Features & Use Cases - Centralized Skill Vault: Maintains ~/.agents/skills/ as the single source of truth, with all harnesses pointing to it via managed symlinks. - Step-by-Step Skill Onboarding: Guides creation of new skill directories with valid frontmatter, symlink verification, and Codex-specific per-folder symlinks. - Git-Backed Sync: Commits new or updated skills back to the DevForge repository for cross-machine reproduction. - Use Case: After writing a new skill locally, follow this procedure to symlink it into Codex, copy it into the DevForge repo, and push it so every machine and harness picks it up. ## Quick Start Ask the agent to add a new skill named my-skill and sync it across all harnesses using the DevForge workflow.