If an agent's skills were an RPM, Lola is the DNF for it. Write portable skill and context packages once, install them anywhere.
Lola converts skills, commands, and agents into each tool's native layout on install.
| ASSISTANT | SKILLS | COMMANDS | AGENTS |
|---|---|---|---|
| Claude Code | Yes | Yes | Yes |
| Copilot CLI | Yes | Yes | Yes |
| Copilot (VS Code) | Yes | Yes project only | Yes |
| Cursor | Yes | Yes | Yes |
| Gemini CLI | Yes | Yes | N/A |
| OpenCode | Yes | Yes | Yes |
SKILLs are not everything. You also need MCP settings, personas, and commands.
A standalone SKILL.md following the AgentSkills.io standard, plus the assets it needs.
my-skill/ SKILL.md scripts/ reference/ assets/
A superset of a skill: many skills plus the main spec, commands, and MCP config, as one distributable unit.
my-project/
module/
AGENTS.md # main instructions
skills/ # one or many skills
commands/ # slash commands
mcps.json # MCP settings
A marketplace is one YAML file at a URL. Register as many as you like, search across all of them, enable and disable them per machine.
When a module appears in more than one marketplace, Lola asks which one you meant.
Curated collection by Red Hat Product Security. Four modules today — a module builder, an OpenSSF security skill, an OWASP-aware review assistant, and a lazy-loading demo — and growing by pull request.
Running your own catalog? Open a pull request and we will list it here.
Agent settings, MCP config, skills, and context dependencies — all managed as code.
# .lola-req python-tools>=1.0.0 https://github.com/user/module.git@main https://github.com/quay/ai-helpers.git@main#subdirectory=plugins/dev https://github.com/user/repo.git#assistant=claude-code,cursor
Lola is Apache-2.0 and community-governed. Host your own marketplace, publish a module, or come argue about skill signing with us on Matrix.