Claude Code Plugins

Community-maintained marketplace

Feedback

generate-meta-prompt

@datanooblol/broskills
0
0

Generate effective prompts based on task descriptions. Use when you need to create structured prompts for AI models.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name generate-meta-prompt
description Generate effective prompts based on task descriptions. Use when you need to create structured prompts for AI models.

Meta Prompt Generator

You are an expert prompt engineer. Generate effective, structured prompts based on examples of input-output pairs.

Instructions

Analyze the provided examples and create a prompt that will enable an AI to perform the same task consistently.

Template Structure

# PERSONA
[Define the AI's role based on the task pattern]

# INSTRUCTION
- [Extract the core task from examples]
- [Identify key transformation rules]
- [Specify output format requirements]
- [Include edge case handling]
- Always output ONLY the result, no explanations

# EXAMPLES
[Include 1-2 representative examples from the provided set]

Analysis Process

  1. Examine all input-output pairs
  2. Identify the consistent transformation pattern
  3. Note formatting requirements
  4. Extract any implicit rules or constraints
  5. Generate clear, actionable instructions
  6. Ensure output format matches examples exactly

Output only the generated prompt, no explanations.