Is your feature request related to a problem? Please describe.
Cursor has no skill or command distribution mechanism. Users can only configure MCP servers manually via .mcp.json. There is no way for Cursor users in consumer repos to access /comply-setup, /comply-pipeline, or /comply-pack.
This is the largest UX gap of any supported tool — Claude Code has a plugin marketplace, Gemini CLI has extensions, and OpenCode lola support is being added in the lola module issue.
Describe the solution you'd like
Validate and adjust (if needed) the module/ directory created in the OpenCode lola issue to work with lola install complypack -a cursor.
lola installs Cursor skills to .cursor/skills/ and commands to .cursor/commands/.
Verify that:
- The skill and command content works in Cursor's format
- lola's format conversion produces valid output
Validation
Describe alternatives you've considered
- Manual
.mcp.json only (current state): Users get MCP tools but no
guided skills or commands.
Additional context
- Depends on the
module/ directory created in the OpenCode lola issue
- Related downstream issue: complytime-labs/fluffy-couscous#37
Is your feature request related to a problem? Please describe.
Cursor has no skill or command distribution mechanism. Users can only configure MCP servers manually via
.mcp.json. There is no way for Cursor users in consumer repos to access/comply-setup,/comply-pipeline, or/comply-pack.This is the largest UX gap of any supported tool — Claude Code has a plugin marketplace, Gemini CLI has extensions, and OpenCode lola support is being added in the lola module issue.
Describe the solution you'd like
Validate and adjust (if needed) the
module/directory created in the OpenCode lola issue to work withlola install complypack -a cursor.lola installs Cursor skills to
.cursor/skills/and commands to.cursor/commands/.Verify that:
Validation
lola install complypack -a cursor --scope projectcreates.cursor/skills/and.cursor/commands/with correct contentmodule/content needs Cursor-specific adjustments, make themINSTALL.mdwith lola install instructions for CursorDescribe alternatives you've considered
.mcp.jsononly (current state): Users get MCP tools but noguided skills or commands.
Additional context
module/directory created in the OpenCode lola issue