mirror of
https://github.com/IgorWarzocha/Opencode-Workflows.git
synced 2026-09-14 16:22:53 +08:00
d513808ac0
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.
28 lines
882 B
JSON
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"
|
|
}
|
|
]
|
|
}
|