What problem does it solve? Skills installed in personal folders or left on unmerged branches never appear in Claude Code web sessions, and Codex cannot discover them without a generated adapter. This Skill walks through the full repo-local install contract so a new skill actually becomes visible in future sessions. ## Core Features & Use Cases - Standardized skill authoring: Creates .claude/skills/<name>/SKILL.md with correct YAML frontmatter, trigger-phrase-rich descriptions, numbered steps, and anti-patterns. - Codex adapter generation: Classifies the skill in the compatibility matrix and runs the sync and contract-test scripts to produce the .agents/skills/<name>/ adapter. - Landing on main: Stages only the new skill files and delegates commit, push, PR, and merge to the /merge skill so the skill is readable from main. - Use Case: A user asks to add a new deploy-check skill; this Skill authors the SKILL.md, generates the Codex adapter, verifies the wiring, and lands it on main so it appears in the next session. ## Quick Start Ask the AI to add a new repo skill named deploy-check that verifies deployment readiness, and have it installed, adapted for Codex, and merged to main.