Entries for January 12, 2026
@onusoz · 2026-01-12
Kullanmayan agent’ı, alamaz maaşı
@onusoz · 2026-01-12
@onusoz · 2026-01-12
I propose a new way to distribute agent skills: like --help, a new CLI flag convention --skill should let agents list and install skills bundled with CLI tools
Skills are just folders so calling --skill export my-skill on a tool could just output a tarball of the skill. I then set up the skillflag npm package so that you can pipe that into:
... | npx skillflag install --agent codex
which installs the skill into...