Important
The skills moved into the gems. They now ship inside the installed avo gem and its add-on gems, so they describe the Avo version your app actually has locked. Install them from your app rather than from here — the catalog in this repository is frozen and no longer updated.
In your Rails app, update to the latest Avo first so the skills you get describe it:
bin/rails avo:update
rails g avo:skillsThe installer takes it from there. Full setup: docs.avohq.io/4.0/agentic-engineering.html
A globally-installed skill has no relationship to the Avo version an app has locked. One project on 4.0.12 and another on 4.3.14 got identical instructions, and nothing told you which one was wrong.
It does not take a major-version gap for that to bite. Options get added, defaults change, and APIs get superseded between minor releases — so a skill written against one 4.x can be confidently wrong about another. Skills that ship inside the gem cannot drift: the version that describes your app is the version you installed.