Home
Write Agent Skills and Contexts once, use everywhere.
Lola is a universal AI Context Package Manager. If an agent's skills were an RPM, Lola is the DNF for it. Write your skills and context modules once as portable packages, then install them to any AI assistant or agent with a single command.
As the shift from prompt engineering to context engineering accelerates, SKILLs have emerged as a standard for AI In-Context Learning (ICL). Lola centralizes the distribution of these skills and context modules, solving the fragmentation across AI assistants.
# Write once
lola mod add https://github.com/myorg/compliance-skills.git
# Use everywhere
lola install compliance-skills
# Skills now in: Claude Code, Cursor, Gemini CLI, OpenCode
Supported AI Assistants
| Assistant | Skills | Commands | Agents |
|---|---|---|---|
| Claude Code | .claude/skills/<skill>/SKILL.md |
.claude/commands/<cmd>.md |
.claude/agents/<agent>.md |
| Cursor | .cursor/skills/<skill>/SKILL.md |
.cursor/commands/<cmd>.md |
.cursor/agents/<agent>.md |
| Gemini CLI | GEMINI.md |
.gemini/commands/<cmd>.toml |
N/A |
| OpenClaw | ~/.openclaw/workspace/skills/<skill>/SKILL.md |
N/A | N/A |
| OpenCode | AGENTS.md |
.opencode/commands/<cmd>.md |
.opencode/agents/<agent>.md |
Quick Install
Next Steps
- Installation - Prerequisites and setup options
- Quick Start - Get up and running in minutes
- Guides - Module management, marketplace, and more
- CLI Reference - Complete command reference
- Skills and Modules - Understanding skills vs context modules
- Roadmap - Vision and where Lola is heading