create-meta-prompts

Create multi-stage prompts with XML metadata and dependency detection.

17|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/cfircoo/claude-code-toolkit --skill create-meta-prompts-cfircoo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-meta-prompts
Source: https://github.com/cfircoo/claude-code-toolkit/tree/main/skills/create-meta-prompts
Command: npx skills add https://github.com/cfircoo/claude-code-toolkit --skill create-meta-prompts-cfircoo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create prompts optimized for Claude-to-Claude pipelines with research, planning, and execution stages. Outputs are structured with XML metadata and a SUMMARY.md, enabling efficient parsing and chainable prompts. Each prompt gets its own folder in .prompts/ with provenance and automatic dependency detection.

Core Features & Use Cases

  • Multi-stage prompts: Research, Plan, Implement (and Refine)
  • XML metadata: <confidence>, <dependencies>, <open_questions>, <assumptions>
  • Automatic dependency detection across .prompts/
  • Provenance and chainable outputs; SUMMARY.md for human scanning
  • Automated saving and dependency-aware execution
  • Supports summary and versioning for refinements

Quick Start

  1. Describe your task to create a meta-prompt descriptor.
  2. Claude detects existing research/plan to reference.
  3. Generates a purpose-specific prompt and saves to .prompts/{number}-{topic}-{purpose}/.
  4. Runs dependency-aware execution engine and produces a SUMMARY.md.