create-meta-prompts

Generate optimized prompts for Claude-to-Claude pipelines with structured metadata.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/jwilger/claude-code-plugins --skill create-meta-prompts-jwilger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-meta-prompts
Source: https://github.com/jwilger/claude-code-plugins/tree/main/.agents/skills/create-meta-prompts
Command: npx skills add https://github.com/jwilger/claude-code-plugins --skill create-meta-prompts-jwilger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables the creation and orchestration of optimized prompts for Claude-to-Claude pipelines, empowering multi-stage workflows with clear provenance and structured artifacts.

Core Features & Use Cases

  • Meta-prompt scaffolding: Generate and organize prompts into dedicated folders under .prompts/ with per-prompt outputs and summaries.
  • Workflow orchestration: Support research, plan, do, and refine steps with dependency-aware execution order.
  • Provenance & versioning: Generate SUMMARY.md and archive previous iterations to preserve history.
  • Reusability: Encourage prompt reuse across projects by standardizing prompt formats and outputs.

Quick Start

Invoke the skill to scaffold a new meta-prompt chain for a topic, then run the generated plan prompts to execute the workflow.

Frequently Asked Questions about create-meta-prompts

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

FAQPage Schema
How do I organize multi-stage Claude prompts into a structured workflow?

You organize multi-stage Claude prompts by scaffolding them into dedicated folders under `.prompts/` with per-prompt outputs and SUMMARY.md metadata to maintain provenance and document iteration history.

What is a Claude-to-Claude pipeline and how does it handle workflow provenance?

A Claude-to-Claude pipeline orchestrates multi-stage workflows like research, plan, do, and refine, handling provenance by generating SUMMARY.md files and archiving previous iterations to preserve history.

How do I create meta-prompts for a research, plan, and implement workflow?

To create meta-prompts for a research, plan, and implement workflow, you scaffold a dependency-aware execution order for research, plan, do, and refine steps, then run the generated plan prompts to execute the workflow.

Can I generate structured XML metadata for Claude prompt workflows?

Yes, you can generate structured XML metadata for Claude prompt workflows; this skill satisfies requirements to generate structured XML/metadata while standardizing prompt formats for reuse across projects.

What's the best way to maintain iteration history for multi-stage prompt chains?

The best way to maintain iteration history for multi-stage prompt chains is by generating SUMMARY.md metadata and archiving previous iterations within dedicated prompt folders to preserve history.

Do I need any specific dependencies to scaffold meta-workflows for Claude?

No specific dependencies are required to scaffold meta-workflows for Claude; you invoke the skill directly to generate and organize prompts into dedicated folders with per-prompt outputs and summaries.