What problem does it solve?
Provides a single, repeatable process for creating, updating, and deploying shared SKILL.md-driven skills across Codex and Claude environments, removing ambiguity about canonical locations and wiring.
Core Features & Use Cases
- Source-of-truth scaffolding: Create system-level skills under master/skills with a standardized SKILL.md frontmatter and body.
- Project-level flexibility: Support per-project skill placement in .claude/.codex directories when isolation is required.
- Deployment & wiring: Automate or manually link skills into agent-visible directories and optionally generate Gemini wrappers.
- Guardrails and maintenance: Enforce naming rules, archival practices, and ask-before-overwrite behaviors to prevent accidental conflicts.
Quick Start
Run make new-skill with the desired name from the repo root to scaffold a new master/skills entry and wire it into agent skill directories.