This repository stores personal Agent Skills for repeated coding workflows.
Install all skills from this repository for Codex and Claude Code:
npx skills add aku11i/skills -g -a codex -a claude-code --skill '*' -yRestart Codex or Claude Code after installation.
Update installed global skills:
npx skills update -g -yUpdate a specific skill:
npx skills update gh-create-draft-pr -g -yIf new skills were added to this repository, run the install command again:
npx skills add aku11i/skills -g -a codex -a claude-code --skill '*' -yRestart Codex or Claude Code after updating.
npx skills list -gList skills available in this repository without installing:
npx skills add aku11i/skills --list