Files
OpenCode Agent d513808ac0 Implement pack registry system and management CLI
Add registry.json manifests to agent packs and commands to support
structured discovery. Include a CLI for project initialization, a
registry generator script, and a plugin version locker. Add a new
learn command for session documentation.
2026-01-28 21:00:03 +00:00

28 lines
882 B
JSON

{
"name": "create-opencode-plugin",
"description": "Opencode plugin development and scaffolding pack. Works best when installed in opencode repository.",
"items": [
{
"name": "plugin-creator",
"description": "Specialist for building opencode plugins.",
"type": "agent",
"path": ".opencode/agent/plugin-creator.md",
"target": "agent/plugin-creator.md"
},
{
"name": "create-plugin",
"description": "Scaffold a new opencode plugin based on description.",
"type": "command",
"path": ".opencode/command/create-plugin.md",
"target": "command/create-plugin.md"
},
{
"name": "create-opencode-plugin",
"description": "Plugin development workflow skill.",
"type": "skill",
"path": ".opencode/skill/create-opencode-plugin",
"target": "skill/create-opencode-plugin"
}
]
}