create-meta-prompts

Design multi-stage Claude-to-Claude prompts with XML metadata and SUMMARY.md generation.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill create-meta-prompts-gerald-ica
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-meta-prompts
Source: https://github.com/gerald-ica/opencode-config-snapshot/tree/main/opencode/skills/create-meta-prompts
Command: npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill create-meta-prompts-gerald-ica

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps teams design and orchestrate multi-stage Claude-to-Claude prompts that drive structured, reusable workflows.

Core Features & Use Cases

  • Meta-prompt orchestration: Create prompts that guide research, plan, and execution stages with clear provenance.
  • Structured outputs: Outputs include summarized results and XML metadata for easy chaining.
  • Provenance and reusability: Automatically organize outputs under a deterministic .prompts/ folder structure to enable reuse and reproducibility.

Quick Start

Provide the initial intent describing a multi-stage prompt chain and let Claude generate the first planning prompt.

Frequently Asked Questions about create-meta-prompts

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

FAQPage Schema
How do I build multi-stage Claude prompts that pass structured outputs between steps?

Multi-stage Claude prompts are orchestrated by designing research, plan, and do/refine stages that output structured XML and Markdown metadata, ensuring downstream stages can reliably consume the upstream results.

What is meta-prompt orchestration and when do I need it for prompt engineering?

Meta-prompt orchestration is the design of Claude-to-Claude prompt chains that evolve across research, planning, and execution stages. You need it when building reusable workflows requiring structured outputs and deterministic provenance.

How do I generate deterministic folder structures for reusable prompt workflows?

Generate deterministic folder structures by enforcing automatic organization of multi-stage prompt outputs under a `.prompts/` directory, which enables reproducibility and reuse of Claude-to-Claude workflow chains.

Can I use XML metadata to chain Claude prompts across different execution phases?

Yes, you can chain Claude prompts by enforcing XML metadata alongside Markdown in the outputs. This structured metadata allows subsequent research, plan, and do/refine stages to parse upstream results seamlessly.

Do I need prior prompt engineering experience to create multi-stage Claude workflows?

You do not need extensive prior experience to start. You provide the initial intent describing a multi-stage prompt chain, and the system automatically generates the first planning prompt to guide the subsequent workflow stages.