Author a skill once, use it in every coding agent: Claude Code, Codex, and omp.
Source: github.com/e7nt/skillz
curl -fsSL https://skillz.e7nt.com/install.sh | bash
| Command | What it does |
|---|---|
skillz list (ls) | Show skills in the catalog. ✓ installed, · available, ~ local-only. |
skillz add <name> | Install a skill from the catalog, then link it into every agent. |
skillz remove <name> (rm) | Uninstall a skill and unlink it from every agent. |
skillz new <name> | Scaffold a local skill and link it in. |
skillz sync | (Re)link every installed skill into all agents. |
skillz update | Update skillz, refresh the catalog, pull latest for installed skills. |
skillz help | Show usage. |