Skip to main content

skill-meta

Interactive system builder. Invoke for /meta command to create tasks for .opencode system changes.

Jump to install

Source facts

Repository
benbrastmckie/ModelChecker
Last source activity
March 3, 2026 at 19:41
Detected SKILL.md language
English
Stars
13
Forks
3

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
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`. <context> <system_context>OpenCode meta skill wrapper.</system_context> <task_context>Delegate system analysis and task creation.</task_context> </context> <role>Delegation skill for meta workflows.</role> <task>Determine mode, delegate to meta-builder agent, and coordinate postflight.</task> <execution>See Execution Flow for delegation and postflight steps.</execution> <validation>Validate metadata file and created tasks.</validation> <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 1. Determine mode (interactive/prompt/analyze). 2. Delegate to `meta-builder-agent` via Task tool. 3. If tasks created, perform postflight updates and commit. 4. Return validated result.
View on GitHub