What problem does it solve? Managing dozens of AI agent skills across multiple tools (Codex, Claude Code, and others) leads to version drift and duplicated copies. This Skill provides the repository-level entry point that explains how the Ivan-skills collection is organized, installed, and maintained from a single source of truth. ## Core Features & Use Cases - Repository Orientation: Explains the global management model where skills/ is the single source of truth synced to ~/.agents/skills. - Maintenance Conventions: Defines naming rules (kebab-case directories, mandatory SKILL.md), branch workflow (feature branches to main via PR), and which files are excluded from version control. - Use Case: When you need to add a new skill to the collection or understand how external upstream sources are tracked via .skill-lock.json, this entry point tells you exactly where things go and what conventions to follow. ## Quick Start Ask the agent to explain how this skills repository is organized and what steps are required to add a new skill under the skills directory.