What problem does it solve?
This Skill centralizes the lifecycle of Agent Skills by enabling discovery, synchronization, publishing, and drift auditing across Claude Code, OpenAI Codex, Gemini CLI, and GitHub Copilot. It ensures a single source of truth for skills and reduces manual administrative overhead.
Core Features & Use Cases
- Multi-Platform Sync: Deploy and keep skills in sync across Claude Code, Codex, Gemini, and Copilot.
- Inventory, Publish, and Marketplace Distribution: List skills, publish to marketplaces, and mirror updates to other platforms.
- Drift Audit & Validation: Detect drift between platforms and validate compliance with the Agent Skills specification.
- Use Case: A team creates a skill on Claude, publishes to a team marketplace, and auto-symlinks to Codex and Gemini for cross-platform availability.
Quick Start
Run the setup to initialize your platforms and marketplaces, then publish or sync skills using the provided CLI tools:
- Initialize: scripts/init.py
- Sync a skill: scripts/sync.py ~/.claude/skills/my-skill --to codex,gemini,copilot
- Publish a skill: scripts/publish.py ~/.claude/skills/my-skill --to team