Do I need a licence to install them?
No. They are public and free. They describe the API rather than containing the library, so you can read them to evaluate whether a component does what you need before buying anything.
Do I have to tell the assistant to use a skill?
Normally not. The agent matches your question against the skill descriptions and loads what fits. If you want to force it, Claude Code takes / and Copilot Chat takes # followed by the skill name.
How do I update them after a release?
Re-run the install command. If you copied a folder in by hand, copy the new one over it. The version each skill was generated from is in its frontmatter, so you can always see which build you are reading.
The assistant describes an API my code does not have.
Usually the two of you are on different builds. Each skill carries reference/history.md, which lists what changed in each release, and that is the fastest way to see whether a member arrived after your version.
Can I use them with an agent that is not on the list?
Yes, if it reads a skills or instructions folder. The content is ordinary Markdown with no agent-specific syntax, so pointing any tool at the folder works. The five directories in the table above are simply the conventions the common agents use.
An assistant still got something wrong.
Then that is a documentation bug and we would like to hear about it. Open an issue on GitHub, or use our contact form. Tell us the question you asked and the answer you got, because both are useful.