My personal utility belt of agent skills following the agent skills specification so they can be used by any skills-compatible agent, including Claude Code and Codex CLI, installable via npx skills.
Install all skills from this repo:
npx skills add chadly/skillzInstall a single skill:
npx skills add chadly/skillz --skill git-commitInstall globally (available across all projects) for a specific agent:
npx skills add chadly/skillz -g -a claude-code| Skill | Description |
|---|---|
| git-commit | Commit changes to git using atomic commits with semantic commit conventions defined in .sgcrc. |
| mediagen | Write image and video prompts for Google's Gemini media generation models (Nano Banana for images, Veo for video). |