Entries for January 12, 2026
Kullanmayan agent’ı, alamaz maaşı
Kullanmayan agent’ı, alamaz maaşı
@badlogicgames @mitsuhiko @steipete curious what you think
A --skill convention for distributing agent capabilities
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...