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.
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "component-engineer",
|
|
"description": "Professional React component engineering and audit pack.",
|
|
"items": [
|
|
{
|
|
"name": "component-engineer",
|
|
"description": "Expert React architecture specialist.",
|
|
"type": "agent",
|
|
"path": ".opencode/agent/component-engineer.md",
|
|
"target": "agent/component-engineer.md"
|
|
},
|
|
{
|
|
"name": "component-create",
|
|
"description": "Create spec-compliant React components.",
|
|
"type": "command",
|
|
"path": ".opencode/command/component-create.md",
|
|
"target": "command/component-create.md"
|
|
},
|
|
{
|
|
"name": "component-review",
|
|
"description": "Audit components against engineering spec.",
|
|
"type": "command",
|
|
"path": ".opencode/command/component-review.md",
|
|
"target": "command/component-review.md"
|
|
},
|
|
{
|
|
"name": "component-engineering",
|
|
"description": "Component engineering specification skill.",
|
|
"type": "skill",
|
|
"path": ".opencode/skill/component-engineering",
|
|
"target": "skill/component-engineering"
|
|
}
|
|
]
|
|
}
|