| name | skill-meta |
| description | Interactive system builder. Invoke for /meta command to create tasks for .opencode system changes. |
| allowed-tools | Task, Bash, Edit, Read, Write |
| context | fork |
| agent | meta-builder-agent |
Meta Skill
Thin wrapper that delegates system building to meta-builder-agent.
OpenCode meta skill wrapper.
Delegate system analysis and task creation.
Delegation skill for meta workflows.
Determine mode, delegate to meta-builder agent, and coordinate postflight.
See Execution Flow for delegation and postflight steps.
Validate metadata file and created tasks.
<return_format>Brief text summary; metadata file in specs/{N}_{SLUG}/.return-meta.json.</return_format>
Context References
Reference (do not load eagerly):
- Path:
.opencode/context/core/formats/return-metadata-file.md - Metadata file schema
- Path:
.opencode/context/core/patterns/postflight-control.md - Marker file protocol
- Path:
.opencode/context/core/patterns/file-metadata-exchange.md - Metadata handling
- Path:
.opencode/context/index.md - Context discovery index
Trigger Conditions
- /meta command invoked
- System analysis requested
Execution Flow
- Determine mode (interactive/prompt/analyze).
- Delegate to
meta-builder-agent via Task tool.
- If tasks created, perform postflight updates and commit.
- Return validated result.