How to create an Agent Skill is summarized in #661, and described in detail in https://agentskills.io/specification.
We need a few skills for webi, one of which is for creating an installer. It needs to describe:
How to classify a release asset (i.e. by triple host tag in the filename)
How to stub out the Cheat Sheet
Hot to stub out the Agent Skill
How to write an asset fetcher and classifier
(basically whether to use a method we already have code for - like GitHub Releases - or something specific for that tool)
(this will include example code and references to existing strategies)