create-meta-prompts
Create optimized prompts for Claude-to-Claude pipelines with research, planning, and execution stages. Use when building prompts that produce outputs for other prompts to consume, or when running multi-stage workflows (research -> plan -> implement).
npx skills add majiayu000/claude-skill-registry --skill create-meta-prompts-sjdjdiejdrirhdkjej-claude-code-conducto-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
<objective> Create prompts optimized for Claude-to-Claude communication in multi-stage workflows. Outputs (research.md, plan.md) are structured with XML and metadata for efficient parsing by subsequent prompts. Each prompt gets its own folder in `.prompts/` with its output artifacts, enabling clear provenance and chain detection. </objective> <quick_start> <workflow> 1. **Intake**: Determine purpose (Do/Plan/Research), gather requirements 2. **Chain detection**: Check for existing research/plan files to reference 3. **Generate**: Create prompt using purpose-specific patterns 4. **Save**: Create folder in `.prompts/{number}-{topic}-{purpose}/` 5. **Present**: Show decision tree for running 6. **Execute**: Run prompt(s) with dependency-aware execution engine </workflow> <folder_structure> ``` .prompts/ ├── 001-auth-research/ │ ├── completed/ │ │ └── 001-auth-research.md # Prompt (moved after run) │ └── auth-research.md # Output ├── 002-auth-plan/ │ ├── completed/ │ │ └── 002-auth-plan.md │ └── auth-plan.md ├── 003-auth-implement/ │ ├── 003-auth-implement.md # Prompt │ └── (implementation artifacts) ``` </folder_structure> </quick_start> <context> Prompts directory: !`[ -d ./.prompts
mv .prompts/{number}-{topic}-{purpose}/{number}-{topic}-{purpose}.md \What does the create-meta-prompts skill do?
Create optimized prompts for Claude-to-Claude pipelines with research, planning, and execution stages. Use when building prompts that produce outputs for other prompts to consume, or when running multi-stage workflows (research -> plan -> implement).
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill create-meta-prompts-sjdjdiejdrirhdkjej-claude-code-conducto-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
