skill-meta
Interactive system builder. Invoke for /meta command to create tasks for .opencode system changes.
소스 정보
- 저장소
- benbrastmckie/ModelChecker
- 최근 소스 활동
- 2026년 3월 3일 19:41
- 감지된 SKILL.md 언어
- 영어
- 스타
- 13
- 포크
- 3
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SKILL.md 표시 중
SKILL.md
소스 지침 · 읽기 전용 미리보기- 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.
GitHub에서 보기