meta-agent-templates

Enforce runtime templates and workflow.json v1 schema validation for Gemini-Harness artifacts.

7|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/namojo/gemini-harness --skill meta-agent-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-agent-templates
Source: https://github.com/namojo/gemini-harness/tree/main/.claude/skills/meta-agent-templates
Command: npx skills add https://github.com/namojo/gemini-harness --skill meta-agent-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gemini-Harness 런타임이 사용하는 SYSTEM_PROMPT.md와 SKILL.md 템플릿 및 workflow.json 스키마를 일관되게 정의하고, 린트를 통해 형식 드리프트를 차단합니다.

Core Features & Use Cases

  • 런타임 템플릿과 스킬 스키마의 표준화를 위한 규칙 정의
  • workflow.json 스키마(v1) 및 마이그레이션 가이드 포함
  • 메타 레벨 생성물의 검증 작업에 필수적으로 참조

Quick Start

Run the meta-agent-templates skill to validate and generate the SYSTEM_PROMPT.md/SKILL.md templates and the workflow.json schema for your runtime artifacts.

Frequently Asked Questions about meta-agent-templates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate workflow.json v1 schema for Gemini runtime artifacts?

To validate a workflow.json v1 schema for Gemini runtime artifacts, enforce JSON Schema checks that verify required fields, frontmatter presence, mandatory sections, and forbidden patterns. This prevents structural drift and ensures format consistency across build and runtime stages.

What are the required sections for generating a SYSTEM_PROMPT.md template?

Generating a SYSTEM_PROMPT.md template requires defined validation rules including frontmatter presence, required sections, and the absence of forbidden patterns. Enforcing these consistent runtime templates ensures standardization for meta-level generation tasks.

Why does my SKILL.md template fail lint checks during meta-level generation?

SKILL.md template lint checks fail during meta-level generation when generated artifacts violate schema rules by missing required frontmatter, omitting mandatory sections, or including forbidden patterns. Enforcing consistent runtime templates blocks this format drift.

Does the Gemini-Harness workflow support custom JSON Schema validation rules?

Gemini-Harness workflow supports JSON Schema validation rules for v1 schemas by enforcing frontmatter presence, required sections, and forbidden pattern checks. These rules apply to meta-level generation tasks for SYSTEM_PROMPT.md and SKILL.md templates.

What's the best way to standardize runtime templates and prevent format drift?

The best way to standardize runtime templates and prevent format drift is by applying consistent JSON Schema checks and lint rules across generated artifacts. This enforces field validation, structural integrity, and required frontmatter for Gemini-Harness.