| name | lola-modules |
| description | Create and manage Lola modules for multi-assistant AI context distribution. Use when building portable AI skills with multi-assistant support (Claude Code, Cursor, Gemini CLI). This skill is triggered when users say "create a lola module", "build a lola skill", "write a module.yml", "add slash commands to lola", or "distribute skills to multiple assistants". |
Lola Modules
Create portable AI modules with lazy context loading that work across multiple AI assistants (Claude Code, Cursor, Gemini CLI).
Overview
Lola modules are portable skill packages - collections of AI instructions, workflows, scripts, and templates that work across multiple AI assistants. Lola modules provide:
- Multi-assistant support - Write once, install to Claude Code, Cursor, or Gemini CLI
- Automatic format conversion - SKILL.md converts to each assistant's native format
- Slash commands - Custom commands that convert to each assistant's format
- Installation management - Central registry with versioning and updates
- Modular organization - Multiple skills and commands in one module
Foundation: This skill builds on the skill-creator skill. For core principles about skills, progressive disclosure, and bundled resources, consult that skill first. This skill focuses on Lola-specific features and multi-assistant packaging.
Lola vs Traditional Skills
| Aspect | Traditional Skills | Lola Modules |
|---|
| Format | Single SKILL.md | module.yml + one or more SKILL.md files |
|