You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
ComplyPack's skills and commands cannot be installed into consumer repos for OpenCode users. OpenCode discovers skills from .opencode/skills/ and commands from .opencode/commands/ in the project directory, but has no marketplace or plugin install mechanism to fetch these from a remote source.
The complypack repo's .opencode/skills/ entries are symlinks to ../../skills/ which only resolve inside the complypack repo itself. Consumer repos (e.g., complytime-labs/fluffy-couscous) have no way to obtain these assets.
The exercise repo worked around this in PR complytime-labs/fluffy-couscous#15 by providing static MCP config blocks, but OpenCode users still have no access to /comply-setup, /comply-pipeline, or /comply-pack slash commands.
Describe the solution you'd like
Create a module/ directory following the lola AI Context Module
layout so that lola can install complypack's skills and commands into OpenCode.
Is your feature request related to a problem? Please describe.
ComplyPack's skills and commands cannot be installed into consumer repos for OpenCode users. OpenCode discovers skills from
.opencode/skills/and commands from.opencode/commands/in the project directory, but has no marketplace or plugin install mechanism to fetch these from a remote source.The complypack repo's
.opencode/skills/entries are symlinks to../../skills/which only resolve inside the complypack repo itself. Consumer repos (e.g., complytime-labs/fluffy-couscous) have no way to obtain these assets.The exercise repo worked around this in PR complytime-labs/fluffy-couscous#15 by providing static MCP config blocks, but OpenCode users still have no access to
/comply-setup,/comply-pipeline, or/comply-packslash commands.Describe the solution you'd like
Create a
module/directory following the lola AI Context Modulelayout so that lola can install complypack's skills and commands into OpenCode.
Proposed structure:
module/
AGENTS.md
skills/
mcp-setup/
SKILL.md
audit-pipeline/
SKILL.md
scoping.md
mapping.md
adherence.md
pack-assessment/
SKILL.md
commands/
comply-setup.md
comply-pipeline.md
comply-pack.md
Consumer repos would install with:
Validation
Describe alternatives you've considered
Additional context