A universal skill creator for AI coding agents. Build a skill once and publish it simultaneously to all three agent ecosystems:
- Claude Code —
~/.claude/skills/<name>/ - Codex —
~/.codex/skills/<name>/ - Antigravity (Gemini) —
~/.gemini/antigravity/global_skills/<name>/
When you ask any of these agents to create a new skill, this skill builder:
- Scaffolds the correct directory structure (
SKILL.md,scripts/,examples/,resources/) - Generates proper frontmatter with trigger keywords for auto-selection
- Publishes the skill to all three agent roots using symlinks (or copies as fallback)
- Verifies each destination resolves to a readable
SKILL.md
Clone and run the install script:
git clone https://github.com/qengine13/omnipotent-skill-builder.git
cd omnipotent-skill-builder
./install.shThat's it. The script symlinks the skill into all three agent directories automatically.
Once installed, invoke with /creating-skills in chat or let the agent auto-select when you ask to create, build, or scaffold a new skill.
MIT